Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c32 static OSSL_FUNC_keymgmt_gen_set_params_fn dh_gen_set_params; variable
478 if (!dh_gen_set_params(gctx, params)) { in dh_gen_init_base()
652 static int dh_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dh_gen_set_params() function
830 { OSSL_FUNC_KEYMGMT_GEN_SET_PARAMS, (void (*)(void))dh_gen_set_params },