Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/
Dpadlock-aes.c30 static unsigned int ecb_fetch_blocks = 2; variable
32 #define ecb_fetch_bytes (ecb_fetch_blocks * AES_BLOCK_SIZE)
261 u32 initial = count & (ecb_fetch_blocks - 1); in padlock_xcrypt_ecb()
263 if (count < ecb_fetch_blocks) { in padlock_xcrypt_ecb()
533 ecb_fetch_blocks = MAX_ECB_FETCH_BLOCKS; in padlock_init()