Searched refs:xreseed (Results 1 – 1 of 1) sorted by relevance
806 int ret = 0, xreseed, yreseed, zreseed; in test_rand_prediction_resistance() local826 xreseed = reseed_counter(x); in test_rand_prediction_resistance()830 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()841 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()849 xreseed = reseed_counter(x); in test_rand_prediction_resistance()853 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()864 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()872 xreseed = reseed_counter(x); in test_rand_prediction_resistance()876 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
Completed in 5 milliseconds