reseed_ctr 1013 crypto/drbg.c u.req_int = cpu_to_be64(drbg->reseed_ctr); reseed_ctr 1047 crypto/drbg.c drbg->reseed_ctr = 1; reseed_ctr 1217 crypto/drbg.c drbg->reseed_ctr = 0; reseed_ctr 1375 crypto/drbg.c if (drbg->reseed_threshold < drbg->reseed_ctr) reseed_ctr 1397 crypto/drbg.c drbg->reseed_ctr++; reseed_ctr 1417 crypto/drbg.c if (drbg->reseed_ctr && !(drbg->reseed_ctr % 4096)) { reseed_ctr 116 include/crypto/drbg.h size_t reseed_ctr;