Home
last modified time | relevance | path

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

/linux/include/crypto/
A Dalgapi.h31 struct crypto_type { struct
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;
42 unsigned int maskset;
[all …]
/linux/drivers/crypto/axis/
A Dartpec6_crypto.c329 int crypto_type; member

Completed in 14 milliseconds