Home
last modified time | relevance | path

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

/openssl/test/
H A Ddrbgtest.c806 int ret = 0, xreseed, yreseed, zreseed; in test_rand_prediction_resistance() local
826 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
830 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
841 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
849 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
853 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
864 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
872 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
876 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()

Completed in 6 milliseconds