Home
last modified time | relevance | path

Searched refs:SSL_CacheSession (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Dsessioncache.patch22 +SSL_IMPORT SECStatus SSL_CacheSession(PRFileDesc *fd);
54 +SSL_CacheSession(PRFileDesc *fd)
/external/chromium_org/net/third_party/nss/ssl/
Dexports_win.def65 SSL_CacheSession
Dssl.h897 SSL_IMPORT SECStatus SSL_CacheSession(PRFileDesc *fd);
Dsslsecur.c1484 SSL_CacheSession(PRFileDesc *fd) in SSL_CacheSession() function
/external/chromium_org/net/socket/
Dssl_client_socket_nss.cc1231 SSL_CacheSession(nss_fd_); in CacheSessionIfNecessary()