Home
last modified time | relevance | path

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

/openssl-master/test/
A Ddrbgtest.c103 DRBG_UINT(reseed_counter) in DRBG_UINT() argument
114 p->reseed_counter = n; in set_reseed_counter()
843 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
844 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
845 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
856 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
866 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
867 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
868 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
879 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
[all …]
/openssl-master/providers/implementations/rands/
A Ddrbg_hash.c329 int reseed_counter = drbg->generate_counter; in drbg_hash_generate() local
331 counter[0] = (unsigned char)((reseed_counter >> 24) & 0xff); in drbg_hash_generate()
332 counter[1] = (unsigned char)((reseed_counter >> 16) & 0xff); in drbg_hash_generate()
333 counter[2] = (unsigned char)((reseed_counter >> 8) & 0xff); in drbg_hash_generate()
334 counter[3] = (unsigned char)(reseed_counter & 0xff); in drbg_hash_generate()
A Ddrbg.c126 r = tsan_load(&drbg->reseed_counter) - 2; in get_parent_reseed_count()
444 drbg->reseed_next_counter = tsan_load(&drbg->reseed_counter); in ossl_prov_drbg_instantiate()
471 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter); in ossl_prov_drbg_instantiate()
547 drbg->reseed_next_counter = tsan_load(&drbg->reseed_counter); in ossl_prov_drbg_reseed()
594 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter); in ossl_prov_drbg_reseed()
821 drbg->reseed_counter = 1; in ossl_rand_drbg_new()
910 && !OSSL_PARAM_set_uint(p, tsan_load(&drbg->reseed_counter))) in ossl_drbg_get_ctx_params()
A Ddrbg_local.h163 TSAN_QUALIFIER unsigned int reseed_counter; member
/openssl-master/doc/man7/
A DEVP_RAND-HASH-DRBG.pod45 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
A DEVP_RAND-HMAC-DRBG.pod45 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
A DEVP_RAND-CTR-DRBG.pod45 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
A DEVP_RAND-TEST-RAND.pod47 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
A Dprovider-rand.pod238 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
/openssl-master/doc/man3/
A DEVP_RAND.pod316 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>

Completed in 15 milliseconds