Searched refs:DH_check_pub_key (Results 1 – 8 of 8) sorted by relevance
187 OPENSSL_EXPORT int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key,
62 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key() function
303 if (!DH_check_pub_key(dh.get(), pub_key.get(), &flags)) { in TestBadY()
410 if (!DH_check_pub_key(dh, peers_key, &check_result) || check_result) { in DH_compute_key()
123 CVE-2016-0701 The DH_check_pub_key function in crypto/dh/dh_check.c in OpenSSL 1.0.2 before
1820 DH_check_pub_key
3372 '#define DH_check_pub_key GRPC_SHADOW_DH_check_pub_key',
1848 #define DH_check_pub_key GRPC_SHADOW_DH_check_pub_key macro