Home
last modified time | relevance | path

Searched defs:rxrpc_security (Results 1 – 1 of 1) sorted by relevance

/linux/net/rxrpc/
H A Dar-internal.h246 struct rxrpc_security { struct
247 const char *name; /* name of this service */
248 u8 security_index; /* security type provided */
249 u32 no_key_abort; /* Abort code indicating no key */
252 int (*init)(void);
255 void (*exit)(void);
258 int (*preparse_server_key)(struct key_preparsed_payload *);
261 void (*free_preparse_server_key)(struct key_preparsed_payload *);
264 void (*destroy_server_key)(struct key *);
267 void (*describe_server_key)(const struct key *, struct seq_file *);
[all …]