Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/
Dalgapi.h36 struct crypto_type { struct
37 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
38 unsigned int (*extsize)(struct crypto_alg *alg);
39 int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask);
40 int (*init_tfm)(struct crypto_tfm *tfm);
41 void (*show)(struct seq_file *m, struct crypto_alg *alg);
42 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
43 void (*free)(struct crypto_instance *inst);
45 unsigned int type;
46 unsigned int maskclear;
[all …]
/linux-5.19.10/drivers/crypto/axis/
Dartpec6_crypto.c329 int crypto_type; member