Home
last modified time | relevance | path

Searched refs:ossl_prov_drbg_instantiate (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Ddrbg_local.h195 int ossl_prov_drbg_instantiate(PROV_DRBG *drbg, unsigned int strength,
Ddrbg.c361 int ossl_prov_drbg_instantiate(PROV_DRBG *drbg, unsigned int strength, in ossl_prov_drbg_instantiate() function
720 ossl_prov_drbg_instantiate(drbg, drbg->strength, 0, NULL, 0); in rand_drbg_restart()
Ddrbg_hmac.c153 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_hmac_instantiate_wrapper()
Ddrbg_hash.c276 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_hash_instantiate_wrapper()
Ddrbg_ctr.c336 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_ctr_instantiate_wrapper()
/third_party/openssl/providers/implementations/rands/
Ddrbg_local.h195 int ossl_prov_drbg_instantiate(PROV_DRBG *drbg, unsigned int strength,
Ddrbg.c361 int ossl_prov_drbg_instantiate(PROV_DRBG *drbg, unsigned int strength, in ossl_prov_drbg_instantiate() function
720 ossl_prov_drbg_instantiate(drbg, drbg->strength, 0, NULL, 0); in rand_drbg_restart()
Ddrbg_hmac.c153 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_hmac_instantiate_wrapper()
Ddrbg_hash.c276 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_hash_instantiate_wrapper()
Ddrbg_ctr.c336 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_ctr_instantiate_wrapper()