Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
Dalgapi.h31 struct crypto_type { struct
32 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
33 unsigned int (*extsize)(struct crypto_alg *alg);
34 int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask);
35 int (*init_tfm)(struct crypto_tfm *tfm);
36 void (*show)(struct seq_file *m, struct crypto_alg *alg);
37 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
38 void (*free)(struct crypto_instance *inst);
40 unsigned int type;
41 unsigned int maskclear;
[all …]
/kernel/linux/linux-4.19/include/crypto/
Dalgapi.h34 struct crypto_type { struct
35 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
36 unsigned int (*extsize)(struct crypto_alg *alg);
37 int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask);
38 int (*init_tfm)(struct crypto_tfm *tfm);
39 void (*show)(struct seq_file *m, struct crypto_alg *alg);
40 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
41 void (*free)(struct crypto_instance *inst);
43 unsigned int type;
44 unsigned int maskclear;
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ath/ath6kl/
Dcommon.h70 enum crypto_type { enum
/kernel/linux/linux-5.10/drivers/crypto/axis/
Dartpec6_crypto.c328 int crypto_type; member
/kernel/linux/linux-4.19/drivers/crypto/axis/
Dartpec6_crypto.c333 int crypto_type; member