Symbol: SERPENT_BLOCK_SIZE
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
42
ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_avx2_glue.c
51
CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1);
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
70
.base.cra_blocksize = SERPENT_BLOCK_SIZE,
arch/x86/crypto/serpent_avx2_glue.c
82
.base.cra_blocksize = SERPENT_BLOCK_SIZE,
arch/x86/crypto/serpent_avx2_glue.c
87
.ivsize = SERPENT_BLOCK_SIZE,
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
51
ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_avx_glue.c
59
CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1);
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
77
.base.cra_blocksize = SERPENT_BLOCK_SIZE,
arch/x86/crypto/serpent_avx_glue.c
89
.base.cra_blocksize = SERPENT_BLOCK_SIZE,
arch/x86/crypto/serpent_avx_glue.c
94
.ivsize = SERPENT_BLOCK_SIZE,
arch/x86/crypto/serpent_sse2_glue.c
34
u8 buf[SERPENT_PARALLEL_BLOCKS - 1][SERPENT_BLOCK_SIZE];
arch/x86/crypto/serpent_sse2_glue.c
40
crypto_xor(dst + SERPENT_BLOCK_SIZE, s, sizeof(buf));
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
53
ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS);
arch/x86/crypto/serpent_sse2_glue.c
61
CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1);
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
79
.base.cra_blocksize = SERPENT_BLOCK_SIZE,
arch/x86/crypto/serpent_sse2_glue.c
91
.base.cra_blocksize = SERPENT_BLOCK_SIZE,
arch/x86/crypto/serpent_sse2_glue.c
96
.ivsize = SERPENT_BLOCK_SIZE,
crypto/serpent_generic.c
581
.cra_blocksize = SERPENT_BLOCK_SIZE,