Searched refs:instantiate (Results 1 – 8 of 8) sorted by relevance
/openssl-master/providers/implementations/rands/ |
A D | drbg_local.h | 78 int (*instantiate)(PROV_DRBG *drbg, member 184 int (*instantiate)(PROV_DRBG *drbg,
|
A D | drbg.c | 460 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 D | evp_rand.c | 35 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 D | provider-rand.pod | 98 OSSL_FUNC_rand_instantiate() is used to instantiate the DRBG I<ctx> at a requested 229 instantiate the DRBG.
|
A D | EVP_RAND.pod | 120 threads, it is recommended to instantiate a separate DRBG instance per
|
/openssl-master/doc/man3/ |
A D | X509_STORE_add_cert.pod | 69 used to instantiate a single-use B<X509_STORE_CTX> for each chain-building
|
A D | EVP_RAND.pod | 222 The instantiate call will change this to the ready state.
|
/openssl-master/ |
A D | CHANGES.md | 4228 instantiate at maximum supported strength. 12304 "openbsd") to dynamically instantiate their own error strings. This
|
Completed in 31 milliseconds