Home
last modified time | relevance | path

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

/src/crypto/openssl/providers/implementations/exchange/
H A Decdh_exch.c129 static int ecdh_match_params(const EC_KEY *priv, const EC_KEY *peer) in ecdh_match_params() function
157 || !ecdh_match_params(pecdhctx->k, vecdh)) in ecdh_set_peer()