Searched refs:SSLPostConnectionCheck (Results 1 – 2 of 2) sorted by relevance
105 bool SSLPostConnectionCheck(SSL* ssl, const std::string& host);
390 if (!SSLPostConnectionCheck(ssl_, ssl_host_name_)) { in ContinueSSL()756 bool OpenSSLAdapter::SSLPostConnectionCheck(SSL* ssl, const std::string& host) { in SSLPostConnectionCheck() function in rtc::OpenSSLAdapter