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

/linux-4.1.27/arch/x86/crypto/
H A Dtwofish_glue_3way.c39 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, twofish_enc_blk_3way() function
108 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_3way) }
193 twofish_enc_blk_3way(ctx, srcdst, srcdst); encrypt_callback()
H A Dtwofish_avx_glue.c66 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, twofish_enc_blk_3way() function
94 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_3way) }
237 twofish_enc_blk_3way(ctx->ctx, srcdst, srcdst); encrypt_callback()

Completed in 88 milliseconds