Lines Matching refs:zreseed
812 int ret = 0, xreseed, yreseed, zreseed; in test_rand_prediction_resistance() local
834 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
838 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
845 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
849 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
857 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
861 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
868 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
872 || !TEST_int_gt(reseed_counter(z), zreseed) in test_rand_prediction_resistance()
880 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
884 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()