Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Ddes3_ede_glue.c32 static inline void des3_ede_enc_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_enc_blk() function
58 des3_ede_enc_blk(crypto_tfm_ctx(tfm), dst, src); in des3_ede_x86_encrypt()
137 des3_ede_enc_blk(ctx, (u8 *)dst, (u8 *)dst); in __cbc_encrypt()