Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Dcast6_avx_glue.c21 #define CAST6_PARALLEL_BLOCKS 8 macro
36 ECB_WALK_START(req, CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS); in ecb_encrypt()
37 ECB_BLOCK(CAST6_PARALLEL_BLOCKS, cast6_ecb_enc_8way); in ecb_encrypt()
44 ECB_WALK_START(req, CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS); in ecb_decrypt()
45 ECB_BLOCK(CAST6_PARALLEL_BLOCKS, cast6_ecb_dec_8way); in ecb_decrypt()
59 CBC_WALK_START(req, CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS); in cbc_decrypt()
60 CBC_DEC_BLOCK(CAST6_PARALLEL_BLOCKS, cast6_cbc_dec_8way); in cbc_decrypt()