Home
last modified time | relevance | path

Searched refs:BF_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/crypto/
Dblowfish_glue.c90 unsigned int bsize = BF_BLOCK_SIZE; in ecb_crypt()
146 unsigned int bsize = BF_BLOCK_SIZE; in __cbc_encrypt()
187 unsigned int bsize = BF_BLOCK_SIZE; in __cbc_decrypt()
268 u8 keystream[BF_BLOCK_SIZE]; in ctr_crypt_final()
276 crypto_inc(ctrblk, BF_BLOCK_SIZE); in ctr_crypt_final()
281 unsigned int bsize = BF_BLOCK_SIZE; in __ctr_crypt()
343 while ((nbytes = walk.nbytes) >= BF_BLOCK_SIZE) { in ctr_crypt()
361 .cra_blocksize = BF_BLOCK_SIZE,
381 .base.cra_blocksize = BF_BLOCK_SIZE,
393 .base.cra_blocksize = BF_BLOCK_SIZE,
[all …]
/Linux-v4.19/include/crypto/
Dblowfish.h12 #define BF_BLOCK_SIZE 8 macro
/Linux-v4.19/crypto/
Dblowfish_generic.c114 .cra_blocksize = BF_BLOCK_SIZE,