Searched refs:zreseed (Results 1 – 1 of 1) sorted by relevance
812 int ret = 0, xreseed, yreseed, zreseed; in test_rand_prediction_resistance() local834 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()[all …]