Lines Matching refs:zreseed
806 int ret = 0, xreseed, yreseed, zreseed; in test_rand_prediction_resistance() local
828 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
832 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
839 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
843 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
851 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
855 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
862 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
866 || !TEST_int_gt(reseed_counter(z), zreseed) in test_rand_prediction_resistance()
874 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
878 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()