Home
last modified time | relevance | path

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

/external/chromium/net/socket/
Dssl_client_socket_nss.cc114 const PRUint16* pSSL_ImplementedCiphers = static_cast<const PRUint16*>( in NSSSSLInitSingleton() local
116 if (pSSL_ImplementedCiphers == NULL) { in NSSSSLInitSingleton()
121 #define pSSL_ImplementedCiphers SSL_ImplementedCiphers in NSSSSLInitSingleton() macro
127 if (SSL_GetCipherSuiteInfo(pSSL_ImplementedCiphers[i], &info, in NSSSSLInitSingleton()
129 SSL_CipherPrefSetDefault(pSSL_ImplementedCiphers[i], in NSSSSLInitSingleton()