Searched refs:reseed_next_counter (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg.c444 drbg->reseed_next_counter = tsan_load(&drbg->reseed_counter);
445 if (drbg->reseed_next_counter) {
446 drbg->reseed_next_counter++;
447 if (!drbg->reseed_next_counter)
448 drbg->reseed_next_counter = 1;
471 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter);
547 drbg->reseed_next_counter = tsan_load(&drbg->reseed_counter);
548 if (drbg->reseed_next_counter) {
549 drbg->reseed_next_counter++;
550 if (!drbg->reseed_next_counter)
[all...]
H A Ddrbg_local.h164 unsigned int reseed_next_counter; member in struct:prov_drbg_st

Completed in 130 milliseconds