Home
last modified time | relevance | path

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

/external/chromium/net/third_party/nss/ssl/
Dsslcon.c280 ss->opt.enableSSL3 = PR_FALSE; /* not really enabled if no ciphers */ in ssl2_CheckConfigSanity()
284 if (!ss->opt.enableSSL2 && !ss->opt.enableSSL3 && !ss->opt.enableTLS) { in ssl2_CheckConfigSanity()
1691 if (ss->opt.enableSSL3 || ss->opt.enableTLS) { in ssl2_ServerSetupSessionCypher()
2152 if (ss->opt.enableSSL3 || ss->opt.enableTLS) { in ssl2_ClientSetupSessionCypher()
3066 ((sid->version == SSL_LIBRARY_VERSION_3_0) && !ss->opt.enableSSL3) || in ssl2_BeginClientHandshake()
3119 (ss->opt.enableSSL3 || ss->opt.enableTLS)) { in ssl2_BeginClientHandshake()
3171 } else if ( ss->opt.enableSSL3 ) { in ssl2_BeginClientHandshake()
3501 (ss->opt.enableSSL3 || ss->opt.enableTLS)) { in ssl2_HandleClientHelloMessage()
Dsslgathr.c144 if ((ss->opt.enableSSL3 || ss->opt.enableTLS) && !ss->firstHsDone) { in ssl2_GatherData()
Dsslsock.c625 ss->opt.enableSSL3 = on; in SSL_OptionSet()
774 case SSL_ENABLE_SSL3: on = ss->opt.enableSSL3; break; in SSL_OptionGet()
823 case SSL_ENABLE_SSL3: on = ssl_defaults.enableSSL3; break; in SSL_OptionGetDefault()
903 ssl_defaults.enableSSL3 = on; in SSL_OptionSetDefault()
Dssl3con.c642 if (!ss->opt.enableSSL3 && !ss->opt.enableTLS) { in ssl3_config_match_init()
746 if (!ss->opt.enableSSL3 && !ss->opt.enableTLS) { in count_cipher_suites()
764 if (!ss->opt.enableSSL3 && !ss->opt.enableTLS) { in anyRestrictedEnabled()
803 } else if (ss->opt.enableSSL3) { in ssl3_NegotiateVersion()
807 PORT_Assert(ss->opt.enableSSL3 || ss->opt.enableTLS); in ssl3_NegotiateVersion()
815 (version == SSL_LIBRARY_VERSION_3_0 && ss->opt.enableSSL3)) { in ssl3_NegotiateVersion()
3844 PORT_Assert(ss->opt.enableSSL3 || ss->opt.enableTLS); in ssl3_SendClientHello()
3845 if (!ss->opt.enableSSL3 && !ss->opt.enableTLS) { in ssl3_SendClientHello()
9004 if (!ss->opt.enableSSL3 && !ss->opt.enableTLS) { in ssl3_ConstructV2CipherSpecsHack()
Dsslimpl.h332 unsigned int enableSSL3 : 1; /* 9 */ member