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);247 void (*destroy_server_key)(struct key *);268 void (*free_call_crypto)(struct rxrpc_call *);271 int (*issue_challenge)(struct rxrpc_connection *);278 int (*verify_response)(struct rxrpc_connection *,[all …]