Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_local.h74 int (*instantiate)(PROV_DRBG *drbg, member
181 int (*instantiate)(PROV_DRBG *drbg,
H A Ddrbg.c447 if (!drbg->instantiate(drbg, entropy, entropylen, nonce, noncelen, in ossl_prov_drbg_instantiate()
786 int (*instantiate)(PROV_DRBG *drbg, in ossl_rand_drbg_new()
808 drbg->instantiate = instantiate; in ossl_rand_drbg_new()
/openssl/crypto/evp/
H A Devp_rand.c34 OSSL_FUNC_rand_instantiate_fn *instantiate; member
154 if (rand->instantiate != NULL) in evp_rand_from_algorithm()
156 rand->instantiate = OSSL_FUNC_rand_instantiate(fns); in evp_rand_from_algorithm()
517 return ctx->meth->instantiate(ctx->algctx, strength, prediction_resistance, in evp_rand_instantiate_locked()
/openssl/doc/man7/
H A DEVP_RAND-SEED-SRC.pod52 /* Create and instantiate a seed source */
H A DEVP_RAND-JITTER.pod55 /* Create and instantiate a seed source */
H A Dprovider-rand.pod98 OSSL_FUNC_rand_instantiate() is used to instantiate the DRBG I<ctx> at a requested
235 instantiate the DRBG.
H A DEVP_RAND.pod120 threads, it is recommended to instantiate a separate DRBG instance per
H A Dopenssl-quic.pod166 instantiate a L<BIO_s_socket(3)>. For QUIC, these functions instead instantiate
/openssl/doc/man3/
H A DX509_STORE_add_cert.pod69 used to instantiate a single-use B<X509_STORE_CTX> for each chain-building
H A DEVP_RAND.pod220 The instantiate call will change this to the ready state.
/openssl/
H A DCHANGES.md6103 instantiate at maximum supported strength.
14179 "openbsd") to dynamically instantiate their own error strings. This

Completed in 73 milliseconds