Home
last modified time | relevance | path

Searched refs:zreseed (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Ddrbgtest.c812 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()
[all …]