Home
last modified time | relevance | path

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

/linux-6.15/crypto/
Dinternal.h36 struct crypto_type { struct
37 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
38 unsigned int (*extsize)(struct crypto_alg *alg);
39 int (*init_tfm)(struct crypto_tfm *tfm);
40 void (*show)(struct seq_file *m, struct crypto_alg *alg);
41 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
42 void (*free)(struct crypto_instance *inst);
43 void (*destroy)(struct crypto_alg *alg);
45 unsigned int type;
46 unsigned int maskclear;
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dcrypto.c136 int crypto_type) in mlx5_crypto_cmd_sync_crypto()
/linux-6.15/drivers/crypto/axis/
Dartpec6_crypto.c329 int crypto_type; member
/linux-6.15/include/linux/mlx5/
Dmlx5_ifc.h1267 u8 crypto_type[0x10]; member