Home
last modified time | relevance | path

Searched refs:parent_get_ctx_params (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/providers/implementations/rands/
Ddrbg.c90 if (drbg->parent_get_ctx_params == NULL) { in get_parent_strength()
100 res = drbg->parent_get_ctx_params(parent, params); in get_parent_strength()
120 if (!drbg->parent_get_ctx_params(parent, params)) in get_parent_reseed_count()
807 drbg->parent_get_ctx_params = OSSL_FUNC_rand_get_ctx_params(pfunc); in ossl_rand_drbg_new()
Ddrbg_local.h93 OSSL_FUNC_rand_get_ctx_params_fn *parent_get_ctx_params; member