Home
last modified time | relevance | path

Searched defs:rxrpc_security (Results 1 – 1 of 1) sorted by relevance

/net/rxrpc/
Dar-internal.h200 struct rxrpc_security { struct
201 const char *name; /* name of this service */
202 u8 security_index; /* security type provided */
205 int (*init)(void);
208 void (*exit)(void);
211 int (*init_connection_security)(struct rxrpc_connection *);
214 int (*prime_packet_security)(struct rxrpc_connection *);
217 int (*secure_packet)(struct rxrpc_call *,
223 int (*verify_packet)(struct rxrpc_call *, struct sk_buff *,
227 void (*locate_data)(struct rxrpc_call *, struct sk_buff *,
[all …]