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

/linux-4.1.27/drivers/crypto/
H A 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); padlock_xcrypt_ecb()
264 if (count < ecb_fetch_blocks) { padlock_xcrypt_ecb()
535 ecb_fetch_blocks = MAX_ECB_FETCH_BLOCKS; padlock_init()

Completed in 44 milliseconds