Searched refs:twofish_enc_blk_ctr_3way (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dtwofish.h35 extern void twofish_enc_blk_ctr_3way(void *ctx, u128 *dst, const u128 *src,
/linux-4.1.27/arch/x86/crypto/
H A Dtwofish_glue_3way.c80 void twofish_enc_blk_ctr_3way(void *ctx, u128 *dst, const u128 *src, twofish_enc_blk_ctr_3way() function
100 EXPORT_SYMBOL_GPL(twofish_enc_blk_ctr_3way); variable
121 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_ctr_3way) }
H A Dtwofish_avx_glue.c110 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(twofish_enc_blk_ctr_3way) }

Completed in 88 milliseconds