Home
last modified time | relevance | path

Searched refs:reseed (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DRAND_get0_primary.pod30 directly, but is used internally to reseed the other two instances.
63 During initialization, it is possible to change the reseed interval
64 and reseed time interval.
H A DRAND_add.pod60 additional data only and this does not count as a full reseed.
/openssl/providers/implementations/rands/
H A Ddrbg_local.h79 int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, member
186 int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len,
H A Ddrbg.c546 if (!drbg->reseed(drbg, NULL, 0, ent, ent_len)) { in ossl_prov_drbg_reseed_unlocked()
551 if (!drbg->reseed(drbg, ent, ent_len, adin, adinlen)) { in ossl_prov_drbg_reseed_unlocked()
571 if (!drbg->reseed(drbg, entropy, entropylen, adin, adinlen)) in ossl_prov_drbg_reseed_unlocked()
791 int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, in ossl_rand_drbg_new()
810 drbg->reseed = reseed; in ossl_rand_drbg_new()
/openssl/crypto/evp/
H A Devp_rand.c37 OSSL_FUNC_rand_reseed_fn *reseed; member
172 if (rand->reseed != NULL) in evp_rand_from_algorithm()
174 rand->reseed = OSSL_FUNC_rand_reseed(fns); in evp_rand_from_algorithm()
602 if (ctx->meth->reseed != NULL) in evp_rand_reseed_locked()
603 return ctx->meth->reseed(ctx->algctx, prediction_resistance, in evp_rand_reseed_locked()
/openssl/doc/man7/
H A DEVP_RAND.pod205 reseed them manually:
207 (or L<RAND_seed(3)>), then this will immediately reseed the <primary> DRBG.
209 call and reseed, pulling randomness from <primary>.
247 However, both calls are permitted, and do reseed the RNG.
259 reseed counter is not reset.
/openssl/crypto/err/
H A Dopenssl.txt1146 PROV_R_RESEED_ERROR:197:reseed error
1162 PROV_R_UNABLE_TO_RESEED:204:unable to reseed
1209 RAND_R_RESEED_ERROR:118:reseed error
1216 unable to get parent reseed prop counter
/openssl/
H A DINSTALL.md1954 to install additional support software to obtain a random seed and reseed

Completed in 34 milliseconds