/src/sys/kern/ |
subr_cprng.c | 90 struct evcnt reseed; member in struct:cprng_cpu::__anon27d5b4600108 248 evcnt_attach_dynamic(&cc->cc_evcnt->reseed, EVCNT_TYPE_MISC, NULL, 249 cpuname, "cprng_strong reseed"); 251 /* Set the epoch uninitialized so we reseed on first use. */ 260 evcnt_detach(&cc->cc_evcnt->reseed); 281 * cause the next caller to reseed again, and in the end we 282 * just reseed a couple more times than necessary. 290 (*ccp)->cc_evcnt->reseed.ev_count++; 328 /* Generate data. Failure here means it's time to reseed. */
|
subr_cprng.c | 90 struct evcnt reseed; member in struct:cprng_cpu::__anon27d5b4600108 248 evcnt_attach_dynamic(&cc->cc_evcnt->reseed, EVCNT_TYPE_MISC, NULL, 249 cpuname, "cprng_strong reseed"); 251 /* Set the epoch uninitialized so we reseed on first use. */ 260 evcnt_detach(&cc->cc_evcnt->reseed); 281 * cause the next caller to reseed again, and in the end we 282 * just reseed a couple more times than necessary. 290 (*ccp)->cc_evcnt->reseed.ev_count++; 328 /* Generate data. Failure here means it's time to reseed. */
|
/src/sys/crypto/nist_hash_drbg/ |
nist_hash_drbg.c | 212 * indication that a reseed is required. 475 bool reseed; 483 .reseed = false, 550 .reseed = false, 617 .reseed = false, 684 .reseed = false, 751 .reseed = true, 818 .reseed = true, 885 .reseed = true, 952 .reseed = true 466 bool reseed; member in struct:__anonf20f14490108 [all...] |
nist_hash_drbg.c | 212 * indication that a reseed is required. 475 bool reseed; 483 .reseed = false, 550 .reseed = false, 617 .reseed = false, 684 .reseed = false, 751 .reseed = true, 818 .reseed = true, 885 .reseed = true, 952 .reseed = true 466 bool reseed; member in struct:__anonf20f14490108 [all...] |