Home
last modified time | relevance | path

Searched refs:yreseed (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
827 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
831 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
842 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
850 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
854 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
865 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
873 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
877 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()

Completed in 7 milliseconds