Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/rands/
A Ddrbg_local.h78 int (*instantiate)(PROV_DRBG *drbg, member
184 int (*instantiate)(PROV_DRBG *drbg,
A Ddrbg.c460 if (!drbg->instantiate(drbg, entropy, entropylen, nonce, noncelen, in ossl_prov_drbg_instantiate()
768 int (*instantiate)(PROV_DRBG *drbg, in ossl_rand_drbg_new()
792 drbg->instantiate = instantiate; in ossl_rand_drbg_new()
/openssl-master/crypto/evp/
A Devp_rand.c35 OSSL_FUNC_rand_instantiate_fn *instantiate; member
152 if (rand->instantiate != NULL) in evp_rand_from_algorithm()
154 rand->instantiate = OSSL_FUNC_rand_instantiate(fns); in evp_rand_from_algorithm()
505 return ctx->meth->instantiate(ctx->algctx, strength, prediction_resistance, in evp_rand_instantiate_locked()
/openssl-master/doc/man7/
A Dprovider-rand.pod98 OSSL_FUNC_rand_instantiate() is used to instantiate the DRBG I<ctx> at a requested
229 instantiate the DRBG.
A DEVP_RAND.pod120 threads, it is recommended to instantiate a separate DRBG instance per
/openssl-master/doc/man3/
A DX509_STORE_add_cert.pod69 used to instantiate a single-use B<X509_STORE_CTX> for each chain-building
A DEVP_RAND.pod222 The instantiate call will change this to the ready state.
/openssl-master/
A DCHANGES.md4228 instantiate at maximum supported strength.
12304 "openbsd") to dynamically instantiate their own error strings. This

Completed in 31 milliseconds