Searched defs:rxrpc_security (Results 1 – 1 of 1) sorted by relevance
265 struct rxrpc_security { struct266 const char *name; /* name of this service */267 u8 security_index; /* security type provided */268 u32 no_key_abort; /* Abort code indicating no key */271 int (*init)(void);274 void (*exit)(void);277 int (*preparse_server_key)(struct key_preparsed_payload *);280 void (*free_preparse_server_key)(struct key_preparsed_payload *);283 void (*destroy_server_key)(struct key *);286 void (*describe_server_key)(const struct key *, struct seq_file *);[all …]