Searched defs:rxrpc_security (Results 1 – 1 of 1) sorted by relevance
226 struct rxrpc_security { struct227 const char *name; /* name of this service */228 u8 security_index; /* security type provided */229 u32 no_key_abort; /* Abort code indicating no key */232 int (*init)(void);235 void (*exit)(void);244 void (*destroy_server_key)(struct key *);265 void (*free_call_crypto)(struct rxrpc_call *);268 int (*issue_challenge)(struct rxrpc_connection *);275 int (*verify_response)(struct rxrpc_connection *,[all …]
Completed in 10 milliseconds