Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c326 short cnt = 0; in drbg_ctr_bcc() local
338 if (drbg_blocklen(drbg) == cnt) { in drbg_ctr_bcc()
339 cnt = 0; in drbg_ctr_bcc()
344 out[cnt] ^= *pos; in drbg_ctr_bcc()
346 cnt++; in drbg_ctr_bcc()
351 if (cnt) in drbg_ctr_bcc()