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.patch9 +SSL_CacheSession
21 +SSL_IMPORT SECStatus SSL_CacheSession(PRFileDesc *fd);
67 +SSL_CacheSession(PRFileDesc *fd)
/external/chromium_org/net/third_party/nss/ssl/
Dexports_win.def65 SSL_CacheSession
Dssl.h877 SSL_IMPORT SECStatus SSL_CacheSession(PRFileDesc *fd);
Dsslsecur.c1489 SSL_CacheSession(PRFileDesc *fd) in SSL_CacheSession() function
/external/chromium_org/net/socket/
Dssl_client_socket_nss.cc1306 SSL_CacheSession(nss_fd_); in CacheSessionIfNecessary()