Home
last modified time | relevance | path

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

/Linux-v5.15/net/rxrpc/
Dar-internal.h210 struct rxrpc_security { struct
211 const char *name; /* name of this service */
212 u8 security_index; /* security type provided */
213 u32 no_key_abort; /* Abort code indicating no key */
216 int (*init)(void);
219 void (*exit)(void);
222 int (*preparse_server_key)(struct key_preparsed_payload *);
225 void (*free_preparse_server_key)(struct key_preparsed_payload *);
228 void (*destroy_server_key)(struct key *);
231 void (*describe_server_key)(const struct key *, struct seq_file *);
[all …]