Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c410 unsigned int templen = 0; in drbg_ctr_df() local
464 while (templen < (drbg_keylen(drbg) + (drbg_blocklen(drbg)))) { in drbg_ctr_df()
472 ret = drbg_ctr_bcc(drbg, temp + templen, K, &bcc_list); in drbg_ctr_df()
477 templen += drbg_blocklen(drbg); in drbg_ctr_df()