Searched defs:crypto_type (Results 1 – 3 of 3) sorted by relevance
34 struct crypto_type { struct35 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 …]
70 enum crypto_type { enum
332 int crypto_type; member