Lines Matching defs:seed
104 * RAND_close_seed_files() ensures that any seed file descriptors are
119 * configurable via the --with-rand-seed configure option.
131 /* fill random pool and seed the current legacy RNG */
251 if (meth != NULL && meth->seed != NULL) {
252 meth->seed(buf, num);
394 EVP_RAND_CTX *seed;
490 EVP_RAND_CTX_free(dgbl->seed);
646 if (dgbl->seed == NULL) {
648 dgbl->seed = rand_new_seed(ctx);
653 ret = dgbl->primary = rand_new_drbg(ctx, dgbl->seed,
790 } else if (OPENSSL_strcasecmp(cval->name, "seed") == 0) {
835 int RAND_set_seed_source_type(OSSL_LIB_CTX *ctx, const char *seed,
846 return random_set_string(&dgbl->seed_name, seed)