Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslenum.c51 const PRUint16 SSL_ImplementedCiphers[] = { variable
149 (sizeof SSL_ImplementedCiphers) / (sizeof SSL_ImplementedCiphers[0]) - 1;
154 return SSL_ImplementedCiphers; in SSL_GetImplementedCiphers()
Dssl.h29 SSL_IMPORT const PRUint16 SSL_ImplementedCiphers[]; variable
Dsslsock.c1339 for (cipher = SSL_ImplementedCiphers; *cipher != 0; ++cipher) { in NSS_SetDomesticPolicy()
Dssl3con.c220 PORT_Assert(SSL_ImplementedCiphers[i] == cipherSuites[i].cipher_suite); in ssl3_CheckCipherSuiteOrderConsistency()
/external/chromium_org/net/third_party/nss/patches/
Dchacha20poly1305.patch192 const PRUint16 SSL_ImplementedCiphers[] = {