Lines Matching refs:reseed_counter

97 DRBG_UINT(reseed_counter)  in DRBG_UINT()  argument
108 p->reseed_counter = n; in set_reseed_counter()
113 set_reseed_counter(drbg, reseed_counter(drbg) + 1); in inc_reseed_counter()
202 if (!TEST_int_ne(primary_reseed = reseed_counter(primary), 0) in test_drbg_reseed()
203 || !TEST_int_ne(public_reseed = reseed_counter(public), 0) in test_drbg_reseed()
204 || !TEST_int_ne(private_reseed = reseed_counter(private), 0)) in test_drbg_reseed()
236 if (!TEST_int_ge(reseed_counter(primary), primary_reseed)) in test_drbg_reseed()
242 if (!TEST_int_ge(reseed_counter(public), public_reseed) in test_drbg_reseed()
243 || !TEST_uint_ge(reseed_counter(public), in test_drbg_reseed()
244 reseed_counter(primary))) in test_drbg_reseed()
250 if (!TEST_int_ge(reseed_counter(private), private_reseed) in test_drbg_reseed()
251 || !TEST_uint_ge(reseed_counter(private), in test_drbg_reseed()
252 reseed_counter(primary))) in test_drbg_reseed()
826 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
827 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
828 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
830 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
831 || !TEST_int_eq(reseed_counter(y), yreseed) 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()
841 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
842 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
843 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
849 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
850 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
851 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
853 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
854 || !TEST_int_eq(reseed_counter(y), yreseed) 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()
864 || !TEST_int_gt(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
865 || !TEST_int_gt(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
866 || !TEST_int_gt(reseed_counter(z), zreseed) in test_rand_prediction_resistance()
872 xreseed = reseed_counter(x); in test_rand_prediction_resistance()
873 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
874 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
876 || !TEST_int_eq(reseed_counter(x), xreseed) in test_rand_prediction_resistance()
877 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
878 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()