Lines Matching defs:temp
361 * temp
381 * temp
384 * note: temp is the buffer that the BCC function operates
388 * this is not correct and the length for temp is
407 unsigned char *temp = iv + drbg_blocklen(drbg);
470 /* 10.4.2 step 9.2 -- BCC and concatenation with temp */
471 ret = drbg_ctr_bcc(drbg, temp + templen, K, &bcc_list);
480 X = temp + (drbg_keylen(drbg));
486 drbg_kcapi_symsetkey(drbg, temp);
510 memset(temp, 0, drbg_statelen(drbg) + drbg_blocklen(drbg));
535 unsigned char *temp = drbg->scratchpad;
566 temp, drbg_statelen(drbg));
571 ret = crypto_skcipher_setkey(drbg->ctr_handle, temp,
576 memcpy(drbg->V, temp + drbg_keylen(drbg), drbg_blocklen(drbg));
582 memset(temp, 0, drbg_statelen(drbg) + drbg_blocklen(drbg));
1301 sb_size = drbg_statelen(drbg) + drbg_blocklen(drbg) + /* temp */
1305 drbg_statelen(drbg) + drbg_blocklen(drbg); /* temp */