Searched refs:parent_get_ctx_params (Results 1 – 2 of 2) sorted by relevance
90 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()
93 OSSL_FUNC_rand_get_ctx_params_fn *parent_get_ctx_params; member