Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/
Dpadlock-aes.c32 static unsigned int ecb_fetch_blocks = 2; variable
34 #define ecb_fetch_bytes (ecb_fetch_blocks * AES_BLOCK_SIZE)
263 u32 initial = count & (ecb_fetch_blocks - 1); in padlock_xcrypt_ecb()
265 if (count < ecb_fetch_blocks) { in padlock_xcrypt_ecb()
521 ecb_fetch_blocks = MAX_ECB_FETCH_BLOCKS; in padlock_init()