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

  /external/webrtc/webrtc/base/
openssladapter.h 67 static bool VerifyServerName(SSL* ssl, const char* host,
openssladapter.cc 713 bool OpenSSLAdapter::VerifyServerName(SSL* ssl, const char* host,
824 bool ok = VerifyServerName(ssl, host, ignore_bad_cert());
opensslstreamadapter.cc 1087 ok = OpenSSLAdapter::VerifyServerName(ssl, server_name, ignore_bad_cert());
    [all...]

Completed in 54 milliseconds