Home
last modified time | relevance | path

Searched refs:ConfigureTrustedRootCertificates (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dopenssladapter.h77 static bool ConfigureTrustedRootCertificates(SSL_CTX* ctx);
Dopenssladapter.cc916 bool OpenSSLAdapter::ConfigureTrustedRootCertificates(SSL_CTX* ctx) { in ConfigureTrustedRootCertificates() function in rtc::OpenSSLAdapter
948 if (!ConfigureTrustedRootCertificates(ctx)) { in SetupSSLContext()