Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/
Dpadlock-aes.c36 #define cbc_fetch_bytes (cbc_fetch_blocks * AES_BLOCK_SIZE) macro
252 if (unlikely(((unsigned long)in & ~PAGE_MASK) + cbc_fetch_bytes > PAGE_SIZE)) in cbc_crypt()