twofish_enc_blk    55 arch/x86/crypto/twofish_avx_glue.c 				  GLUE_FUNC_CAST(twofish_enc_blk));
twofish_enc_blk   102 arch/x86/crypto/twofish_avx_glue.c 		.fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk) }
twofish_enc_blk   192 arch/x86/crypto/twofish_avx_glue.c 	return glue_cbc_encrypt_req_128bit(GLUE_FUNC_CAST(twofish_enc_blk),
twofish_enc_blk   212 arch/x86/crypto/twofish_avx_glue.c 				   XTS_TWEAK_CAST(twofish_enc_blk),
twofish_enc_blk   222 arch/x86/crypto/twofish_avx_glue.c 				   XTS_TWEAK_CAST(twofish_enc_blk),
twofish_enc_blk    47 arch/x86/crypto/twofish_glue.c asmlinkage void twofish_enc_blk(struct twofish_ctx *ctx, u8 *dst,
twofish_enc_blk    49 arch/x86/crypto/twofish_glue.c EXPORT_SYMBOL_GPL(twofish_enc_blk);
twofish_enc_blk    56 arch/x86/crypto/twofish_glue.c 	twofish_enc_blk(crypto_tfm_ctx(tfm), dst, src);
twofish_enc_blk    64 arch/x86/crypto/twofish_glue_3way.c 	twofish_enc_blk(ctx, (u8 *)&ctrblk, (u8 *)&ctrblk);
twofish_enc_blk   100 arch/x86/crypto/twofish_glue_3way.c 		.fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk) }
twofish_enc_blk   155 arch/x86/crypto/twofish_glue_3way.c 	return glue_cbc_encrypt_req_128bit(GLUE_FUNC_CAST(twofish_enc_blk),
twofish_enc_blk    10 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_enc_blk(struct twofish_ctx *ctx, u8 *dst,