Home
last modified time | relevance | path

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

/linux/crypto/
H A Ddf_sp80090a.c127 unsigned int templen = 0; in crypto_drbg_ctr_df() local
182 while (templen < (keylen + (blocklen_bytes))) { in crypto_drbg_ctr_df()
190 drbg_ctr_bcc(aesctx, temp + templen, K, &bcc_list, in crypto_drbg_ctr_df()
194 templen += blocklen_bytes; in crypto_drbg_ctr_df()