Searched defs:af_alg_type (Results 1 – 1 of 1) sorted by relevance
45 struct af_alg_type { struct46 void *(*bind)(const char *name, u32 type, u32 mask);47 void (*release)(void *private);48 int (*setkey)(void *private, const u8 *key, unsigned int keylen);49 int (*setentropy)(void *private, sockptr_t entropy, unsigned int len);50 int (*accept)(void *private, struct sock *sk);51 int (*accept_nokey)(void *private, struct sock *sk);52 int (*setauthsize)(void *private, unsigned int authsize);54 struct proto_ops *ops;55 struct proto_ops *ops_nokey;[all …]