Home
last modified time | relevance | path

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

/arch/x86/crypto/
Dserpent_sse2_glue.c62 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1); in cbc_encrypt()
69 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in cbc_decrypt()
Dcast5_avx_glue.c52 CBC_WALK_START(req, CAST5_BLOCK_SIZE, -1); in cbc_encrypt()
59 CBC_WALK_START(req, CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS); in cbc_decrypt()
Dcast6_avx_glue.c52 CBC_WALK_START(req, CAST6_BLOCK_SIZE, -1); in cbc_encrypt()
59 CBC_WALK_START(req, CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS); in cbc_decrypt()
Dserpent_avx_glue.c59 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1); in cbc_encrypt()
66 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in cbc_decrypt()
Dtwofish_glue_3way.c63 CBC_WALK_START(req, TF_BLOCK_SIZE, -1); in cbc_encrypt()
70 CBC_WALK_START(req, TF_BLOCK_SIZE, -1); in cbc_decrypt()
Dcamellia_aesni_avx_glue.c56 CBC_WALK_START(req, CAMELLIA_BLOCK_SIZE, -1); in cbc_encrypt()
63 CBC_WALK_START(req, CAMELLIA_BLOCK_SIZE, CAMELLIA_AESNI_PARALLEL_BLOCKS); in cbc_decrypt()
Dtwofish_avx_glue.c61 CBC_WALK_START(req, TF_BLOCK_SIZE, -1); in cbc_encrypt()
68 CBC_WALK_START(req, TF_BLOCK_SIZE, TWOFISH_PARALLEL_BLOCKS); in cbc_decrypt()
Dserpent_avx2_glue.c52 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1); in cbc_encrypt()
59 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in cbc_decrypt()
Dcamellia_aesni_avx2_glue.c55 CBC_WALK_START(req, CAMELLIA_BLOCK_SIZE, -1); in cbc_encrypt()
62 CBC_WALK_START(req, CAMELLIA_BLOCK_SIZE, CAMELLIA_AESNI_PARALLEL_BLOCKS); in cbc_decrypt()
Decb_cbc_helpers.h28 #define CBC_WALK_START(req, bsize, fpu_blocks) \ macro
Dcamellia_glue.c1296 CBC_WALK_START(req, CAMELLIA_BLOCK_SIZE, -1); in cbc_encrypt()
1303 CBC_WALK_START(req, CAMELLIA_BLOCK_SIZE, -1); in cbc_decrypt()