Lines Matching defs:reseed
518 * The reseed variable has an enhanced meaning compared to the update
521 * 1 => reseed via drbg_seed
531 int reseed)
539 if (3 > reseed)
542 if (!reseed) {
583 if (2 != reseed)
654 int reseed)
662 if (!reseed) {
860 int reseed)
872 if (reseed) {
1038 int reseed, enum drbg_seed_state new_seed_state)
1040 int ret = drbg->d_ops->update(drbg, seed, reseed);
1119 * @reseed: 0 for initial seed process, 1 for reseeding
1126 bool reseed)
1156 if (!reseed)
1184 * maximum reseed threshold times the maximum
1186 * less than the reseed threshold required by
1194 if (!reseed || ret != -EAGAIN)
1215 if (!reseed) {
1220 ret = __drbg_seed(drbg, &seedlist, reseed, new_seed_state);
1551 bool reseed = true;
1581 reseed = false;
1584 ret = drbg_seed(drbg, pers, reseed);
1586 if (ret && !reseed)
1973 * Note 2: There is no sensible way of testing the reseed counter