Searched refs:des3_ede_ctx (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
D | des.h | 23 struct des3_ede_ctx { struct 30 void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src); argument 31 void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src); 54 int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key,
|
/kernel/linux/linux-5.10/crypto/ |
D | des_generic.c | 54 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_setkey() 72 const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des3_ede_encrypt() 80 const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des3_ede_decrypt() 105 .cra_ctxsize = sizeof(struct des3_ede_ctx),
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | des3_ede_glue.c | 22 struct des3_ede_ctx enc; 23 struct des3_ede_ctx dec;
|
/kernel/linux/linux-5.10/lib/crypto/ |
D | des.c | 823 int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key, in des3_ede_expand_key() 844 void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_encrypt() 873 void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_decrypt()
|