Searched defs:crypto_type (Results 1 – 2 of 2) sorted by relevance
26 struct crypto_type { struct27 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);28 unsigned int (*extsize)(struct crypto_alg *alg);29 int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask);30 int (*init_tfm)(struct crypto_tfm *tfm);31 void (*show)(struct seq_file *m, struct crypto_alg *alg);32 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);33 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask);34 void (*free)(struct crypto_instance *inst);36 unsigned int type;[all …]
70 enum crypto_type { enum