Home
last modified time | relevance | path

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

/linux/crypto/
H A Ddrbg.c400 unsigned int templen = 0; in drbg_ctr_df() local
454 while (templen < (drbg_keylen(drbg) + (drbg_blocklen(drbg)))) { in drbg_ctr_df()
462 ret = drbg_ctr_bcc(drbg, temp + templen, K, &bcc_list); in drbg_ctr_df()
467 templen += drbg_blocklen(drbg); in drbg_ctr_df()