HomeSort by relevance Sort by last modified time
    Searched full:pssl_implementedciphers (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/socket/
nss_ssl_util.cc 39 const PRUint16* pSSL_ImplementedCiphers = static_cast<const PRUint16*>(
41 if (pSSL_ImplementedCiphers == NULL) {
46 #define pSSL_ImplementedCiphers SSL_ImplementedCiphers
52 if (SSL_GetCipherSuiteInfo(pSSL_ImplementedCiphers[i], &info,
54 SSL_CipherPrefSetDefault(pSSL_ImplementedCiphers[i],

Completed in 138 milliseconds