Lines Matching refs:reseed_counter

103 DRBG_UINT(reseed_counter)  in DRBG_UINT()  argument
114 p->reseed_counter = n; in set_reseed_counter()
119 set_reseed_counter(drbg, reseed_counter(drbg) + 1); in inc_reseed_counter()
200 if (!TEST_int_ne(primary_reseed = reseed_counter(primary), 0) in test_drbg_reseed()
201 || !TEST_int_ne(public_reseed = reseed_counter(public), 0) in test_drbg_reseed()
202 || !TEST_int_ne(private_reseed = reseed_counter(private), 0)) in test_drbg_reseed()
234 if (!TEST_int_ge(reseed_counter(primary), primary_reseed)) in test_drbg_reseed()
240 if (!TEST_int_ge(reseed_counter(public), public_reseed) in test_drbg_reseed()
241 || !TEST_uint_ge(reseed_counter(public), in test_drbg_reseed()
242 reseed_counter(primary))) in test_drbg_reseed()
248 if (!TEST_int_ge(reseed_counter(private), private_reseed) in test_drbg_reseed()
249 || !TEST_uint_ge(reseed_counter(private), in test_drbg_reseed()
250 reseed_counter(primary))) in test_drbg_reseed()
843 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
844 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
845 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
847 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
848 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
849 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
856 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
858 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
859 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
860 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
866 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
867 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
868 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
870 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
871 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
872 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
879 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
881 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
882 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
883 || !TEST_int_gt(reseed_counter(z), zreseed) in test_rand_prediction_resistance()
889 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
890 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
891 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
893 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
894 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
895 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()