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

/linux-4.1.27/crypto/
H A Dcts.c132 int cbc_blocks = tot_blocks > 2 ? tot_blocks - 2 : 0; crypto_cts_encrypt() local
227 int cbc_blocks = tot_blocks > 2 ? tot_blocks - 2 : 0; crypto_cts_decrypt() local

Completed in 36 milliseconds