Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/include/crypto/
Dif_alg.h45 struct af_alg_type { struct
46 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 …]