Home
last modified time | relevance | path

Searched refs:zreseed (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
828 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
832 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
839 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
843 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
851 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
855 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
862 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
866 || !TEST_int_gt(reseed_counter(z), zreseed) in test_rand_prediction_resistance()
874 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
[all …]

Completed in 11 milliseconds