Home
last modified time | relevance | path

Searched defs:SetSSLSessionWithKey (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
Dssl_session_cache_openssl.cc207 bool SetSSLSessionWithKey(SSL* ssl, const std::string& cache_key) { in SetSSLSessionWithKey() function in net::SSLSessionCacheOpenSSLImpl
496 bool SSLSessionCacheOpenSSL::SetSSLSessionWithKey( in SetSSLSessionWithKey() function in net::SSLSessionCacheOpenSSL
Dssl_session_cache_openssl_unittest.cc229 TEST_F(SSLSessionCacheOpenSSLTest, SetSSLSessionWithKey) { in TEST_F() argument