Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h26133 struct crypto_type { struct
26134 unsigned int (*ctxsize)(struct crypto_alg *, u32, u32);
26135 unsigned int (*extsize)(struct crypto_alg *);
26136 int (*init)(struct crypto_tfm *, u32, u32);
26137 int (*init_tfm)(struct crypto_tfm *);
26138 void (*show)(struct seq_file *, struct crypto_alg *);
26139 int (*report)(struct sk_buff *, struct crypto_alg *);
26140 void (*free)(struct crypto_instance *);
26141 unsigned int type;
26142 unsigned int maskclear;
[all …]