Home
last modified time | relevance | path

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

/lib/crypto/
Daes.c271 int round; in aes_encrypt() local
296 for (round = 0;; round += 2, rkp += 8) { in aes_encrypt()
302 if (round == rounds - 2) in aes_encrypt()
329 int round; in aes_decrypt() local
354 for (round = 0;; round += 2, rkp += 8) { in aes_decrypt()
360 if (round == rounds - 2) in aes_decrypt()
/lib/
DKconfig.debug1691 bool "Force round-robin CPU selection for unbound work items"
1700 round-robin CPU selection to flush out usages which depend on the