Home
last modified time | relevance | path

Searched refs:xreseed (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
832 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
836 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
847 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
855 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
859 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
870 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
878 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
882 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()