Lines Matching defs:reseed
520 * The reseed variable has an enhanced meaning compared to the update
523 * 1 => reseed via drbg_seed
533 int reseed)
541 if (3 > reseed)
544 if (!reseed) {
585 if (2 != reseed)
656 int reseed)
664 if (!reseed) {
862 int reseed)
874 if (reseed) {
1040 int reseed, enum drbg_seed_state new_seed_state)
1042 int ret = drbg->d_ops->update(drbg, seed, reseed);
1121 /* Don't ever reseed from get_random_bytes() in test mode. */
1142 * @reseed: 0 for initial seed process, 1 for reseeding
1149 bool reseed)
1179 if (!reseed)
1210 * maximum reseed threshold times the maximum
1212 * less than the reseed threshold required by
1220 if (!reseed || ret != -EAGAIN)
1241 if (!reseed) {
1246 ret = __drbg_seed(drbg, &seedlist, reseed, new_seed_state);
1578 bool reseed = true;
1609 reseed = false;
1612 ret = drbg_seed(drbg, pers, reseed);
1614 if (ret && !reseed)
1999 * Note 2: There is no sensible way of testing the reseed counter