Home
last modified time | relevance | path

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

/openbmc/linux/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() argument
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 *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
[all …]