Lines Matching defs:rxrpc_security
223 struct rxrpc_security { struct
224 const char *name; /* name of this service */
225 u8 security_index; /* security type provided */
226 u32 no_key_abort; /* Abort code indicating no key */
229 int (*init)(void);
232 void (*exit)(void);
235 int (*preparse_server_key)(struct key_preparsed_payload *);
238 void (*free_preparse_server_key)(struct key_preparsed_payload *);
241 void (*destroy_server_key)(struct key *);
244 void (*describe_server_key)(const struct key *, struct seq_file *);
247 int (*init_connection_security)(struct rxrpc_connection *,
253 int (*how_much_data)(struct rxrpc_call *, size_t,
257 int (*secure_packet)(struct rxrpc_call *, struct rxrpc_txbuf *);
260 int (*verify_packet)(struct rxrpc_call *, struct sk_buff *);
263 void (*free_call_crypto)(struct rxrpc_call *);
266 int (*issue_challenge)(struct rxrpc_connection *);
269 int (*respond_to_challenge)(struct rxrpc_connection *,
273 int (*verify_response)(struct rxrpc_connection *,
277 void (*clear)(struct rxrpc_connection *);