Home
last modified time | relevance | path

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

/linux-6.6.21/include/crypto/
Dif_alg.h43 struct af_alg_type { struct
44 void *(*bind)(const char *name, u32 type, u32 mask);
45 void (*release)(void *private);
46 int (*setkey)(void *private, const u8 *key, unsigned int keylen);
47 int (*setentropy)(void *private, sockptr_t entropy, unsigned int len);
48 int (*accept)(void *private, struct sock *sk);
49 int (*accept_nokey)(void *private, struct sock *sk);
50 int (*setauthsize)(void *private, unsigned int authsize);
52 struct proto_ops *ops;
53 struct proto_ops *ops_nokey;
[all …]