Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/
A 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);
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;
54 struct module *owner;
[all …]

Completed in 3 milliseconds