Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_local.h192 int ossl_prov_drbg_instantiate(PROV_DRBG *drbg, unsigned int strength,
H A Ddrbg.c348 int ossl_prov_drbg_instantiate(PROV_DRBG *drbg, unsigned int strength, in ossl_prov_drbg_instantiate() function
737 ossl_prov_drbg_instantiate(drbg, drbg->strength, 0, NULL, 0); in rand_drbg_restart()
H A Ddrbg_hmac.c156 ret = ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_hmac_instantiate_wrapper()
H A Ddrbg_hash.c283 ret = ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_hash_instantiate_wrapper()
H A Ddrbg_ctr.c343 ret = ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_ctr_instantiate_wrapper()

Completed in 27 milliseconds