Home
last modified time | relevance | path

Searched defs:cbc_blocks (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/crypto/
Dcts.c132 int cbc_blocks = tot_blocks > 2 ? tot_blocks - 2 : 0; in crypto_cts_encrypt() local
226 int cbc_blocks = tot_blocks > 2 ? tot_blocks - 2 : 0; in crypto_cts_decrypt() local