HomeSort by relevance Sort by last modified time
    Searched refs:enableSSL3 (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/third_party/nss/ssl/
sslgathr.c 144 if ((ss->opt.enableSSL3 || ss->opt.enableTLS) && !ss->firstHsDone) {
188 } /* ((ss->opt.enableSSL3 || ss->opt.enableTLS) && !ss->firstHsDone) */
sslcon.c 280 ss->opt.enableSSL3 = PR_FALSE; /* not really enabled if no ciphers */
284 if (!ss->opt.enableSSL2 && !ss->opt.enableSSL3 && !ss->opt.enableTLS) {
    [all...]
sslsock.c 174 PR_TRUE, /* enableSSL3 */
625 ss->opt.enableSSL3 = on;
774 case SSL_ENABLE_SSL3: on = ss->opt.enableSSL3; break;
823 case SSL_ENABLE_SSL3: on = ssl_defaults.enableSSL3; break;
903 ssl_defaults.enableSSL3 = on;
    [all...]
ssl3con.c 642 if (!ss->opt.enableSSL3 && !ss->opt.enableTLS) {
746 if (!ss->opt.enableSSL3 && !ss->opt.enableTLS) {
764 if (!ss->opt.enableSSL3 && !ss->opt.enableTLS) {
803 } else if (ss->opt.enableSSL3) {
    [all...]
sslimpl.h 332 unsigned int enableSSL3 : 1; /* 9 */
    [all...]

Completed in 41 milliseconds