Symbol: SERPENT_PARALLEL_BLOCKS
arch/x86/crypto/serpent_avx2_glue.c
33
ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_avx2_glue.c
35
ECB_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_ecb_enc_8way_avx);
arch/x86/crypto/serpent_avx2_glue.c
42
ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_avx2_glue.c
44
ECB_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_ecb_dec_8way_avx);
arch/x86/crypto/serpent_avx2_glue.c
58
CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_avx2_glue.c
60
CBC_DEC_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_cbc_dec_8way_avx);
arch/x86/crypto/serpent_avx_glue.c
43
ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_avx_glue.c
44
ECB_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_ecb_enc_8way_avx);
arch/x86/crypto/serpent_avx_glue.c
51
ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_avx_glue.c
52
ECB_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_ecb_dec_8way_avx);
arch/x86/crypto/serpent_avx_glue.c
66
CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_avx_glue.c
67
CBC_DEC_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_cbc_dec_8way_avx);
arch/x86/crypto/serpent_sse2_glue.c
34
u8 buf[SERPENT_PARALLEL_BLOCKS - 1][SERPENT_BLOCK_SIZE];
arch/x86/crypto/serpent_sse2_glue.c
45
ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_sse2_glue.c
46
ECB_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_enc_blk_xway);
arch/x86/crypto/serpent_sse2_glue.c
53
ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_sse2_glue.c
54
ECB_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_dec_blk_xway);
arch/x86/crypto/serpent_sse2_glue.c
68
CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_sse2_glue.c
69
CBC_DEC_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_decrypt_cbc_xway);