Searched defs:rxrpc_security (Results 1 – 1 of 1) sorted by relevance
222 struct rxrpc_security { struct223 const char *name; /* name of this service */224 u8 security_index; /* security type provided */225 u32 no_key_abort; /* Abort code indicating no key */228 int (*init)(void);231 void (*exit)(void);234 int (*preparse_server_key)(struct key_preparsed_payload *);237 void (*free_preparse_server_key)(struct key_preparsed_payload *);240 void (*destroy_server_key)(struct key *);243 void (*describe_server_key)(const struct key *, struct seq_file *);[all …]