Home
last modified time | relevance | path

Searched refs:SSL_CipherOrderSet (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Dcipherorder.patch9 +/* SSL_CipherOrderSet sets the cipher suite preference order from |ciphers|,
13 +SSL_IMPORT SECStatus SSL_CipherOrderSet(PRFileDesc *fd, const PRUint16 *ciphers,
92 +SSL_CipherOrderSet(PRFileDesc *fd, const PRUint16 *ciphers, unsigned int len)
Dsessioncache.patch8 SSL_CipherOrderSet
/external/chromium_org/net/third_party/nss/ssl/
Dexports_win.def64 SSL_CipherOrderSet
Dssl.h274 SSL_IMPORT SECStatus SSL_CipherOrderSet(PRFileDesc *fd, const PRUint16 *ciphers,
Dsslsock.c1361 SSL_CipherOrderSet(PRFileDesc *fd, const PRUint16 *ciphers, unsigned int len) in SSL_CipherOrderSet() function
/external/chromium_org/net/socket/
Dnss_ssl_util.cc176 SSL_CipherOrderSet(model_fd_, ciphers.get(), num_ciphers)) { in NSSSSLInitSingleton()