Home
last modified time | relevance | path

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

/openssl/test/
H A Ddrbgtest.c97 DRBG_UINT(reseed_counter) in DRBG_UINT() argument
108 p->reseed_counter = n; in set_reseed_counter()
826 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
827 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
828 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
839 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
849 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
850 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
851 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
862 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
[all …]
/openssl/providers/implementations/rands/
H A Ddrbg_hash.c340 int reseed_counter = drbg->generate_counter; in drbg_hash_generate() local
342 counter[0] = (unsigned char)((reseed_counter >> 24) & 0xff); in drbg_hash_generate()
343 counter[1] = (unsigned char)((reseed_counter >> 16) & 0xff); in drbg_hash_generate()
344 counter[2] = (unsigned char)((reseed_counter >> 8) & 0xff); in drbg_hash_generate()
345 counter[3] = (unsigned char)(reseed_counter & 0xff); in drbg_hash_generate()
H A Ddrbg.c126 r = tsan_load(&drbg->reseed_counter) - 2; in get_parent_reseed_count()
431 drbg->reseed_next_counter = tsan_load(&drbg->reseed_counter); in ossl_prov_drbg_instantiate()
458 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter); in ossl_prov_drbg_instantiate()
530 drbg->reseed_next_counter = tsan_load(&drbg->reseed_counter); in ossl_prov_drbg_reseed_unlocked()
577 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter); in ossl_prov_drbg_reseed_unlocked()
837 drbg->reseed_counter = 1; in ossl_rand_drbg_new()
956 if (!OSSL_PARAM_set_uint(p, tsan_load(&drbg->reseed_counter))) in ossl_drbg_get_ctx_params_no_lock()
H A Ddrbg_local.h157 TSAN_QUALIFIER unsigned int reseed_counter; member
/openssl/doc/man7/
H A DEVP_RAND-CTR-DRBG.pod45 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
H A DEVP_RAND-HASH-DRBG.pod45 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
H A DEVP_RAND-HMAC-DRBG.pod45 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
H A DEVP_RAND-TEST-RAND.pod49 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
H A Dprovider-rand.pod244 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
/openssl/doc/man3/
H A DEVP_RAND.pod320 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>

Completed in 18 milliseconds