Home
last modified time | relevance | path

Searched refs:dh_set_ctx_params (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Ddh_exch.c36 static OSSL_FUNC_keyexch_set_ctx_params_fn dh_set_ctx_params; variable
108 return dh_set_ctx_params(pdhctx, params) in dh_init()
309 static int dh_set_ctx_params(void *vpdhctx, const OSSL_PARAM params[]) in dh_set_ctx_params() function
505 { OSSL_FUNC_KEYEXCH_SET_CTX_PARAMS, (void (*)(void))dh_set_ctx_params },
/third_party/openssl/providers/implementations/exchange/
H A Ddh_exch.c36 static OSSL_FUNC_keyexch_set_ctx_params_fn dh_set_ctx_params; variable
108 return dh_set_ctx_params(pdhctx, params) in dh_init()
309 static int dh_set_ctx_params(void *vpdhctx, const OSSL_PARAM params[]) in dh_set_ctx_params() function
505 { OSSL_FUNC_KEYEXCH_SET_CTX_PARAMS, (void (*)(void))dh_set_ctx_params },

Completed in 3 milliseconds