Searched refs:settables (Results 1 – 1 of 1) sorted by relevance
652 const OSSL_PARAM *settables; in rand_new_drbg() local673 settables = EVP_RAND_CTX_settable_params(ctx); in rand_new_drbg()674 if (OSSL_PARAM_locate_const(settables, OSSL_DRBG_PARAM_CIPHER)) { in rand_new_drbg()680 && OSSL_PARAM_locate_const(settables, OSSL_DRBG_PARAM_DIGEST)) in rand_new_drbg()689 if (OSSL_PARAM_locate_const(settables, OSSL_ALG_PARAM_MAC)) in rand_new_drbg()691 if (OSSL_PARAM_locate_const(settables, OSSL_DRBG_PARAM_USE_DF)) in rand_new_drbg()
Completed in 12 milliseconds