Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Dpadlock-aes.c31 static unsigned int ecb_fetch_blocks = 2; variable
33 #define ecb_fetch_bytes (ecb_fetch_blocks * AES_BLOCK_SIZE)
262 u32 initial = count & (ecb_fetch_blocks - 1); in padlock_xcrypt_ecb()
264 if (count < ecb_fetch_blocks) { in padlock_xcrypt_ecb()
535 ecb_fetch_blocks = MAX_ECB_FETCH_BLOCKS; in padlock_init()