Searched refs:reseed_counter (Results 1 – 10 of 10) sorted by relevance
97 DRBG_UINT(reseed_counter) in DRBG_UINT() argument108 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 …]
340 int reseed_counter = drbg->generate_counter; in drbg_hash_generate() local342 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()
126 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()
157 TSAN_QUALIFIER unsigned int reseed_counter; member
45 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
49 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
244 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
320 =item "reseed_counter" (B<OSSL_DRBG_PARAM_RESEED_COUNTER>) <unsigned integer>
Completed in 34 milliseconds