Home
last modified time | relevance | path

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

/linux-3.3/net/rxrpc/
Dar-internal.h107 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 *);
[all …]