Home
last modified time | relevance | path

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

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