Searched refs:TF_BLOCK_SIZE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 34 u8 buf[2][TF_BLOCK_SIZE]; in twofish_dec_blk_cbc_3way() 40 crypto_xor(dst + TF_BLOCK_SIZE, s, sizeof(buf)); in twofish_dec_blk_cbc_3way() 47 ECB_WALK_START(req, TF_BLOCK_SIZE, -1); in ecb_encrypt() 55 ECB_WALK_START(req, TF_BLOCK_SIZE, -1); in ecb_decrypt() 63 CBC_WALK_START(req, TF_BLOCK_SIZE, -1); in cbc_encrypt() 70 CBC_WALK_START(req, TF_BLOCK_SIZE, -1); in cbc_decrypt() 81 .base.cra_blocksize = TF_BLOCK_SIZE, 93 .base.cra_blocksize = TF_BLOCK_SIZE, 98 .ivsize = TF_BLOCK_SIZE,
|
H A D | twofish_avx_glue.c | 43 ECB_WALK_START(req, TF_BLOCK_SIZE, TWOFISH_PARALLEL_BLOCKS); in ecb_encrypt() 52 ECB_WALK_START(req, TF_BLOCK_SIZE, TWOFISH_PARALLEL_BLOCKS); in ecb_decrypt() 61 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() 81 .base.cra_blocksize = TF_BLOCK_SIZE, 94 .base.cra_blocksize = TF_BLOCK_SIZE, 99 .ivsize = TF_BLOCK_SIZE,
|
H A D | twofish_glue.c | 69 .cra_blocksize = TF_BLOCK_SIZE,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish_avx_glue.c | 221 .base.cra_blocksize = TF_BLOCK_SIZE, 234 .base.cra_blocksize = TF_BLOCK_SIZE, 239 .ivsize = TF_BLOCK_SIZE, 253 .ivsize = TF_BLOCK_SIZE, 254 .chunksize = TF_BLOCK_SIZE, 263 .base.cra_blocksize = TF_BLOCK_SIZE, 268 .ivsize = TF_BLOCK_SIZE,
|
H A D | twofish_glue_3way.c | 177 .base.cra_blocksize = TF_BLOCK_SIZE, 189 .base.cra_blocksize = TF_BLOCK_SIZE, 194 .ivsize = TF_BLOCK_SIZE, 207 .ivsize = TF_BLOCK_SIZE, 208 .chunksize = TF_BLOCK_SIZE,
|
H A D | twofish_glue.c | 69 .cra_blocksize = TF_BLOCK_SIZE,
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | twofish.h | 9 #define TF_BLOCK_SIZE 16 macro
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | twofish.h | 9 #define TF_BLOCK_SIZE 16 macro
|
/kernel/linux/linux-5.10/crypto/ |
H A D | twofish_generic.c | 173 .cra_blocksize = TF_BLOCK_SIZE,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | twofish_generic.c | 169 .cra_blocksize = TF_BLOCK_SIZE,
|
Completed in 4 milliseconds