HomeSort by relevance Sort by last modified time
    Searched refs:DH_check_pub_key (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/include/openssl/
dh.h 182 /* DH_check_pub_key checks the suitability of |pub_key| as a public key for the
186 OPENSSL_EXPORT int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key,
  /external/boringssl/src/crypto/dh/
check.c 62 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) {
dh.c 374 if (!DH_check_pub_key(dh, peers_key, &check_result) || check_result) {
dh_test.cc 521 if (!DH_check_pub_key(dh.get(), pub_key.get(), &flags)) {
525 fprintf(stderr, "DH_check_pub_key did not reject the key.\n");

Completed in 81 milliseconds