Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dtwofish_glue_3way.c39 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way() function
108 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_3way) }
193 twofish_enc_blk_3way(ctx, srcdst, srcdst); in encrypt_callback()
Dtwofish_avx_glue.c64 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way() function
92 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_3way) }
235 twofish_enc_blk_3way(ctx->ctx, srcdst, srcdst); in encrypt_callback()