Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h46282 struct crypto_type { struct
46283 unsigned int (*ctxsize)(struct crypto_alg *, u32, u32);
46284 unsigned int (*extsize)(struct crypto_alg *);
46285 int (*init)(struct crypto_tfm *, u32, u32);
46286 int (*init_tfm)(struct crypto_tfm *);
46287 void (*show)(struct seq_file *, struct crypto_alg *);
46288 int (*report)(struct sk_buff *, struct crypto_alg *);
46289 void (*free)(struct crypto_instance *);
46290 unsigned int type;
46291 unsigned int maskclear;
[all …]