Lines Matching defs:rxrpc_security
107 struct rxrpc_security { struct
108 struct module *owner; /* providing module */
109 struct list_head link; /* link in master list */
110 const char *name; /* name of this service */
111 u8 security_index; /* security type provided */
114 int (*init_connection_security)(struct rxrpc_connection *);
117 void (*prime_packet_security)(struct rxrpc_connection *);
120 int (*secure_packet)(const struct rxrpc_call *,
126 int (*verify_packet)(const struct rxrpc_call *, struct sk_buff *,
130 int (*issue_challenge)(struct rxrpc_connection *);
133 int (*respond_to_challenge)(struct rxrpc_connection *,
138 int (*verify_response)(struct rxrpc_connection *,
143 void (*clear)(struct rxrpc_connection *);