Searched refs:BF_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/x86/crypto/ |
| H A D | blowfish_glue.c | 61 ECB_WALK_START(req, BF_BLOCK_SIZE, -1); in ecb_encrypt() 69 ECB_WALK_START(req, BF_BLOCK_SIZE, -1); in ecb_decrypt() 77 CBC_WALK_START(req, BF_BLOCK_SIZE, -1); in cbc_encrypt() 84 CBC_WALK_START(req, BF_BLOCK_SIZE, -1); in cbc_decrypt() 95 .cra_blocksize = BF_BLOCK_SIZE, 114 .base.cra_blocksize = BF_BLOCK_SIZE, 126 .base.cra_blocksize = BF_BLOCK_SIZE, 131 .ivsize = BF_BLOCK_SIZE,
|
| /linux-6.15/include/crypto/ |
| H A D | blowfish.h | 12 #define BF_BLOCK_SIZE 8 macro
|
| /linux-6.15/crypto/ |
| H A D | blowfish_generic.c | 106 .cra_blocksize = BF_BLOCK_SIZE,
|