Home
last modified time | relevance | path

Searched refs:yreseed (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
833 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
837 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
848 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
856 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
860 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
871 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
879 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
883 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()