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 183 // DH_check_pub_key checks the suitability of |pub_key| as a public key for the
187 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 *out_flags) {
dh.c 410 if (!DH_check_pub_key(dh, peers_key, &check_result) || check_result) {
dh_test.cc 303 if (!DH_check_pub_key(dh.get(), pub_key.get(), &flags)) {
307 fprintf(stderr, "DH_check_pub_key did not reject the key.\n");

Completed in 110 milliseconds