Searched defs:rxrpc_security (Results 1 – 2 of 2) sorted by relevance
222 struct rxrpc_security { struct223 const char *name; /* name of this service */224 u8 security_index; /* security type provided */225 u32 no_key_abort; /* Abort code indicating no key */228 int (*init)(void);231 void (*exit)(void);234 int (*preparse_server_key)(struct key_preparsed_payload *);237 void (*free_preparse_server_key)(struct key_preparsed_payload *);240 void (*destroy_server_key)(struct key *);243 void (*describe_server_key)(const struct key *, struct seq_file *);[all …]
200 struct rxrpc_security { struct201 const char *name; /* name of this service */202 u8 security_index; /* security type provided */203 u32 no_key_abort; /* Abort code indicating no key */206 int (*init)(void);209 void (*exit)(void);212 int (*init_connection_security)(struct rxrpc_connection *);215 int (*prime_packet_security)(struct rxrpc_connection *);218 int (*secure_packet)(struct rxrpc_call *,224 int (*verify_packet)(struct rxrpc_call *, struct sk_buff *,[all …]