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

/linux-master/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);
37 ECB_BLOCK(CAST6_PARALLEL_BLOCKS, cast6_ecb_enc_8way);
44 ECB_WALK_START(req, CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS);
45 ECB_BLOCK(CAST6_PARALLEL_BLOCKS, cast6_ecb_dec_8way);
59 CBC_WALK_START(req, CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS);
60 CBC_DEC_BLOCK(CAST6_PARALLEL_BLOCKS, cast6_cbc_dec_8way);

Completed in 108 milliseconds