Home
last modified time | relevance | path

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

/drivers/crypto/
Dpadlock-aes.c34 static unsigned int ecb_fetch_blocks = 2; variable
36 #define ecb_fetch_bytes (ecb_fetch_blocks * AES_BLOCK_SIZE)
266 u32 initial = count & (ecb_fetch_blocks - 1); in padlock_xcrypt_ecb()
268 if (count < ecb_fetch_blocks) { in padlock_xcrypt_ecb()
508 ecb_fetch_blocks = MAX_ECB_FETCH_BLOCKS; in padlock_init()