Lines Matching refs:temp
363 * temp
383 * temp
386 * note: temp is the buffer that the BCC function operates
390 * this is not correct and the length for temp is
409 unsigned char *temp = iv + drbg_blocklen(drbg);
472 /* 10.4.2 step 9.2 -- BCC and concatenation with temp */
473 ret = drbg_ctr_bcc(drbg, temp + templen, K, &bcc_list);
482 X = temp + (drbg_keylen(drbg));
488 drbg_kcapi_symsetkey(drbg, temp);
512 memset(temp, 0, drbg_statelen(drbg) + drbg_blocklen(drbg));
537 unsigned char *temp = drbg->scratchpad;
568 temp, drbg_statelen(drbg));
573 ret = crypto_skcipher_setkey(drbg->ctr_handle, temp,
578 memcpy(drbg->V, temp + drbg_keylen(drbg), drbg_blocklen(drbg));
584 memset(temp, 0, drbg_statelen(drbg) + drbg_blocklen(drbg));
1327 sb_size = drbg_statelen(drbg) + drbg_blocklen(drbg) + /* temp */
1331 drbg_statelen(drbg) + drbg_blocklen(drbg); /* temp */