Searched defs:rxrpc_security (Results 1 – 1 of 1) sorted by relevance
202 struct rxrpc_security { struct203 const char *name; /* name of this service */204 u8 security_index; /* security type provided */205 u32 no_key_abort; /* Abort code indicating no key */208 int (*init)(void);211 void (*exit)(void);214 int (*preparse_server_key)(struct key_preparsed_payload *);217 void (*free_preparse_server_key)(struct key_preparsed_payload *);220 void (*destroy_server_key)(struct key *);223 void (*describe_server_key)(const struct key *, struct seq_file *);[all …]