Lines Matching defs:rxrpc_security
214 struct rxrpc_security { struct
215 const char *name; /* name of this service */
216 u8 security_index; /* security type provided */
217 u32 no_key_abort; /* Abort code indicating no key */
220 int (*init)(void);
223 void (*exit)(void);
226 int (*preparse_server_key)(struct key_preparsed_payload *);
229 void (*free_preparse_server_key)(struct key_preparsed_payload *);
232 void (*destroy_server_key)(struct key *);
235 void (*describe_server_key)(const struct key *, struct seq_file *);
238 int (*init_connection_security)(struct rxrpc_connection *,
244 int (*how_much_data)(struct rxrpc_call *, size_t,
248 int (*secure_packet)(struct rxrpc_call *, struct rxrpc_txbuf *);
251 int (*verify_packet)(struct rxrpc_call *, struct sk_buff *);
254 void (*free_call_crypto)(struct rxrpc_call *);
257 int (*issue_challenge)(struct rxrpc_connection *);
260 int (*respond_to_challenge)(struct rxrpc_connection *,
264 int (*verify_response)(struct rxrpc_connection *,
268 void (*clear)(struct rxrpc_connection *);