Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/crypto/
Dcast5_avx_glue.c19 #define CAST5_PARALLEL_BLOCKS 16 macro
36 ECB_WALK_START(req, CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS); in ecb_encrypt()
37 ECB_BLOCK(CAST5_PARALLEL_BLOCKS, cast5_ecb_enc_16way); in ecb_encrypt()
44 ECB_WALK_START(req, CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS); in ecb_decrypt()
45 ECB_BLOCK(CAST5_PARALLEL_BLOCKS, cast5_ecb_dec_16way); in ecb_decrypt()
59 CBC_WALK_START(req, CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS); in cbc_decrypt()
60 CBC_DEC_BLOCK(CAST5_PARALLEL_BLOCKS, cast5_cbc_dec_16way); in cbc_decrypt()