Searched refs:DH_check_pub_key (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/dh/
H A Ddh_check.c122 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) function
H A Ddh.h167 /* DH_check_pub_key error codes */
210 int DH_check_pub_key(const DH *dh,const BIGNUM *pub_key, int *codes);
H A Ddh_key.c241 if (!DH_check_pub_key(dh, pub_key, &check_result) || check_result)
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Dcheck.c64 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) { function
H A Ddh_impl.c289 if (!DH_check_pub_key(dh, pub_key, &check_result) || check_result) {
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddh.h157 /* DH_check_pub_key checks the suitability of |pub_key| as a public key for the
161 OPENSSL_EXPORT int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key,
/external/openssl/include/openssl/
H A Ddh.h167 /* DH_check_pub_key error codes */
210 int DH_check_pub_key(const DH *dh,const BIGNUM *pub_key, int *codes);

Completed in 3241 milliseconds