Searched refs:reseed_counter (Results 1 – 10 of 10) sorted by relevance
103 DRBG_UINT(reseed_counter) in DRBG_UINT() argument114 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 …]
329 int reseed_counter = drbg->generate_counter; in drbg_hash_generate() local331 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()
126 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()
163 TSAN_QUALIFIER unsigned int reseed_counter; member
45 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
47 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
238 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
316 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
Completed in 15 milliseconds