Searched refs:yreseed (Results 1 – 1 of 1) sorted by relevance
806 int ret = 0, xreseed, yreseed, zreseed; in test_rand_prediction_resistance() local827 yreseed = reseed_counter(y); in test_rand_prediction_resistance()831 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()842 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()850 yreseed = reseed_counter(y); in test_rand_prediction_resistance()854 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()865 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()873 yreseed = reseed_counter(y); in test_rand_prediction_resistance()877 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
Completed in 5 milliseconds