Searched defs:rxrpc_security (Results 1 – 1 of 1) sorted by relevance
229 struct rxrpc_security { struct230 const char *name; /* name of this service */231 u8 security_index; /* security type provided */232 u32 no_key_abort; /* Abort code indicating no key */235 int (*init)(void);238 void (*exit)(void);241 int (*preparse_server_key)(struct key_preparsed_payload *);244 void (*free_preparse_server_key)(struct key_preparsed_payload *);247 void (*destroy_server_key)(struct key *);250 void (*describe_server_key)(const struct key *, struct seq_file *);[all …]