Lines Matching refs:reseed_counter

103 DRBG_UINT(reseed_counter)
114 p->reseed_counter = n;
119 set_reseed_counter(drbg, reseed_counter(drbg) + 1);
208 if (!TEST_int_ne(primary_reseed = reseed_counter(primary), 0)
209 || !TEST_int_ne(public_reseed = reseed_counter(public), 0)
210 || !TEST_int_ne(private_reseed = reseed_counter(private), 0))
242 if (!TEST_int_ge(reseed_counter(primary), primary_reseed))
248 if (!TEST_int_ge(reseed_counter(public), public_reseed)
249 || !TEST_uint_ge(reseed_counter(public),
250 reseed_counter(primary)))
256 if (!TEST_int_ge(reseed_counter(private), private_reseed)
257 || !TEST_uint_ge(reseed_counter(private),
258 reseed_counter(primary)))
832 xreseed = reseed_counter(x);
833 yreseed = reseed_counter(y);
834 zreseed = reseed_counter(z);
836 || !TEST_int_eq(reseed_counter(x), xreseed)
837 || !TEST_int_eq(reseed_counter(y), yreseed)
838 || !TEST_int_gt(reseed_counter(z), zreseed))
845 zreseed = reseed_counter(z);
847 || !TEST_int_gt(reseed_counter(x), xreseed)
848 || !TEST_int_gt(reseed_counter(y), yreseed)
849 || !TEST_int_gt(reseed_counter(z), zreseed))
855 xreseed = reseed_counter(x);
856 yreseed = reseed_counter(y);
857 zreseed = reseed_counter(z);
859 || !TEST_int_eq(reseed_counter(x), xreseed)
860 || !TEST_int_eq(reseed_counter(y), yreseed)
861 || !TEST_int_gt(reseed_counter(z), zreseed))
868 zreseed = reseed_counter(z);
870 || !TEST_int_gt(reseed_counter(x), xreseed)
871 || !TEST_int_gt(reseed_counter(y), yreseed)
872 || !TEST_int_gt(reseed_counter(z), zreseed)
878 xreseed = reseed_counter(x);
879 yreseed = reseed_counter(y);
880 zreseed = reseed_counter(z);
882 || !TEST_int_eq(reseed_counter(x), xreseed)
883 || !TEST_int_eq(reseed_counter(y), yreseed)
884 || !TEST_int_gt(reseed_counter(z), zreseed))