Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Decdh_exch.c37 static OSSL_FUNC_keyexch_set_ctx_params_fn ecdh_set_ctx_params; variable
115 return ecdh_set_ctx_params(pecdhctx, params) in ecdh_init()
228 int ecdh_set_ctx_params(void *vpecdhctx, const OSSL_PARAM params[]) in ecdh_set_ctx_params() function
573 { OSSL_FUNC_KEYEXCH_SET_CTX_PARAMS, (void (*)(void))ecdh_set_ctx_params },
/third_party/openssl/providers/implementations/exchange/
H A Decdh_exch.c37 static OSSL_FUNC_keyexch_set_ctx_params_fn ecdh_set_ctx_params; variable
115 return ecdh_set_ctx_params(pecdhctx, params) in ecdh_init()
228 int ecdh_set_ctx_params(void *vpecdhctx, const OSSL_PARAM params[]) in ecdh_set_ctx_params() function
573 { OSSL_FUNC_KEYEXCH_SET_CTX_PARAMS, (void (*)(void))ecdh_set_ctx_params },

Completed in 2 milliseconds