Searched refs:DH_check_pub_key (Results 1 – 3 of 3) sorted by relevance
166 OPENSSL_EXPORT int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key,
64 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) { in DH_check_pub_key() function
353 if (!DH_check_pub_key(dh, peers_key, &check_result) || check_result) { in DH_compute_key()