Home
last modified time | relevance | path

Searched refs:des3_ede_x86_ctx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Ddes3_ede_glue.c19 struct des3_ede_x86_ctx { struct
32 static inline void des3_ede_enc_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_enc_blk()
40 static inline void des3_ede_dec_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk()
48 static inline void des3_ede_dec_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk_3way()
113 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
121 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
126 static unsigned int __cbc_encrypt(struct des3_ede_x86_ctx *ctx, in __cbc_encrypt()
152 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
167 static unsigned int __cbc_decrypt(struct des3_ede_x86_ctx *ctx, in __cbc_decrypt()
231 struct des3_ede_x86_ctx *ct in cbc_decrypt()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Ddes3_ede_glue.c21 struct des3_ede_x86_ctx { struct
34 static inline void des3_ede_enc_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_enc_blk()
42 static inline void des3_ede_dec_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk()
50 static inline void des3_ede_enc_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_enc_blk_3way()
58 static inline void des3_ede_dec_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk_3way()
123 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
131 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
136 static unsigned int __cbc_encrypt(struct des3_ede_x86_ctx *ctx, in __cbc_encrypt()
162 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
177 static unsigned int __cbc_decrypt(struct des3_ede_x86_ctx *ct
[all...]

Completed in 2 milliseconds