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()
208 if (!TEST_int_ne(primary_reseed = reseed_counter(primary), 0) in test_drbg_reseed()
209 || !TEST_int_ne(public_reseed = reseed_counter(public), 0) in test_drbg_reseed()
210 || !TEST_int_ne(private_reseed = reseed_counter(private), 0)) in test_drbg_reseed()
242 if (!TEST_int_ge(reseed_counter(primary), primary_reseed)) in test_drbg_reseed()
248 if (!TEST_int_ge(reseed_counter(public), public_reseed) in test_drbg_reseed()
249 || !TEST_uint_ge(reseed_counter(public), in test_drbg_reseed()
250 reseed_counter(primary))) in test_drbg_reseed()
256 if (!TEST_int_ge(reseed_counter(private), private_reseed) in test_drbg_reseed()
257 || !TEST_uint_ge(reseed_counter(private), in test_drbg_reseed()
258 reseed_counter(primary))) in test_drbg_reseed()
832 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
833 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
834 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
836 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
837 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
838 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
845 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
847 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
848 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
849 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
855 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
856 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
857 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
859 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
860 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
861 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
868 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
870 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
871 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
872 || !TEST_int_gt(reseed_counter(z), zreseed) in test_rand_prediction_resistance()
878 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
879 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
880 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
882 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
883 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
884 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()