Searched defs:crypto_type (Results 1 – 3 of 3) sorted by relevance
57 struct crypto_type { struct58 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);59 unsigned int (*extsize)(struct crypto_alg *alg);60 int (*init_tfm)(struct crypto_tfm *tfm);61 void (*show)(struct seq_file *m, struct crypto_alg *alg);62 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);63 void (*free)(struct crypto_instance *inst);65 unsigned int type;66 unsigned int maskclear;67 unsigned int maskset;[all …]
136 int crypto_type) in mlx5_crypto_cmd_sync_crypto()
1264 u8 crypto_type[0x10]; member