Home
last modified time | relevance | path

Searched refs:SSL_GetChannelInfo (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Dnegotiatedextension.patch6 /* some decisions derived from SSL_GetChannelInfo */
22 /* according to public API SSL_GetChannelInfo, this doesn't need a lock */
Dchacha20poly1305.patch210 @@ -118,6 +118,7 @@ SSL_GetChannelInfo(PRFileDesc *fd, SSLChannelInfo *info, PRUintn len)
Dcanfalsestart.patch207 + * ssl3_SendChangeCipherSpecs because SSL_GetChannelInfo uses information
/external/chromium_org/net/third_party/nss/ssl/
Dexports_win.def38 SSL_GetChannelInfo
Dssl.h993 SSL_IMPORT SECStatus SSL_GetChannelInfo(PRFileDesc *fd, SSLChannelInfo *info,
Dsslinfo.c24 SSL_GetChannelInfo(PRFileDesc *fd, SSLChannelInfo *info, PRUintn len) in SSL_GetChannelInfo() function
/external/chromium/net/socket/
Dssl_client_socket_nss.cc1064 SECStatus ok = SSL_GetChannelInfo(nss_fd_, in UpdateConnectionStatus()
/external/chromium_org/net/socket/
Dssl_client_socket_nss.cc2494 SECStatus ok = SSL_GetChannelInfo(nss_fd_, in UpdateConnectionStatus()