Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c325 short cnt = 0; in drbg_ctr_bcc() local
337 if (drbg_blocklen(drbg) == cnt) { in drbg_ctr_bcc()
338 cnt = 0; in drbg_ctr_bcc()
343 out[cnt] ^= *pos; in drbg_ctr_bcc()
345 cnt++; in drbg_ctr_bcc()
350 if (cnt) in drbg_ctr_bcc()