Searched defs:crypto_type (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/include/crypto/ |
| D | algapi.h | 57 struct crypto_type { struct 58 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 int (*report_stat)(struct sk_buff *skb, struct crypto_alg *alg); 68 unsigned int type; 69 unsigned int maskclear; [all …]
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | algapi.h | 32 struct crypto_type { struct 33 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); 34 unsigned int (*extsize)(struct crypto_alg *alg); 35 int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask); 36 int (*init_tfm)(struct crypto_tfm *tfm); 37 void (*show)(struct seq_file *m, struct crypto_alg *alg); 38 int (*report)(struct sk_buff *skb, struct crypto_alg *alg); 39 void (*free)(struct crypto_instance *inst); 41 unsigned int type; 42 unsigned int maskclear; [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| D | crypto.c | 136 int crypto_type) in mlx5_crypto_cmd_sync_crypto()
|
| /kernel/linux/linux-5.10/drivers/crypto/axis/ |
| D | artpec6_crypto.c | 328 int crypto_type; member
|
| /kernel/linux/linux-6.6/drivers/crypto/axis/ |
| D | artpec6_crypto.c | 329 int crypto_type; member
|
| /kernel/linux/linux-6.6/include/linux/mlx5/ |
| D | mlx5_ifc.h | 1159 u8 crypto_type[0x10]; member
|