Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Ddh.h166 OPENSSL_EXPORT int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key,
/external/boringssl/src/crypto/dh/
Dcheck.c64 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) { in DH_check_pub_key() function
Ddh.c353 if (!DH_check_pub_key(dh, peers_key, &check_result) || check_result) { in DH_compute_key()