Home
last modified time | relevance | path

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

/crypto/evp/
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()
/crypto/err/
A Dopenssl.txt1173 PROV_R_RESEED_ERROR:197:reseed error
1189 PROV_R_UNABLE_TO_RESEED:204:unable to reseed
1240 RAND_R_RESEED_ERROR:118:reseed error
1247 unable to get parent reseed prop counter

Completed in 9 milliseconds