Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dtwofish_avx_glue.c22 #define TWOFISH_PARALLEL_BLOCKS 8 macro
43 ECB_WALK_START(req, TF_BLOCK_SIZE, TWOFISH_PARALLEL_BLOCKS); in ecb_encrypt()
44 ECB_BLOCK(TWOFISH_PARALLEL_BLOCKS, twofish_ecb_enc_8way); in ecb_encrypt()
52 ECB_WALK_START(req, TF_BLOCK_SIZE, TWOFISH_PARALLEL_BLOCKS); in ecb_decrypt()
53 ECB_BLOCK(TWOFISH_PARALLEL_BLOCKS, twofish_ecb_dec_8way); in ecb_decrypt()
68 CBC_WALK_START(req, TF_BLOCK_SIZE, TWOFISH_PARALLEL_BLOCKS); in cbc_decrypt()
69 CBC_DEC_BLOCK(TWOFISH_PARALLEL_BLOCKS, twofish_cbc_dec_8way); in cbc_decrypt()