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

/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dtwofish.h33 extern void twofish_enc_blk_ctr(void *ctx, u128 *dst, const u128 *src,
/linux-4.1.27/arch/x86/crypto/
H A Dtwofish_glue_3way.c65 void twofish_enc_blk_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) twofish_enc_blk_ctr() function
78 EXPORT_SYMBOL_GPL(twofish_enc_blk_ctr); variable
124 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_ctr) }
H A Dtwofish_avx_glue.c113 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(twofish_enc_blk_ctr) }

Completed in 132 milliseconds