Home
last modified time | relevance | path

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

/external/chromium/net/third_party/nss/ssl/
Dsslcon.c281 ss->opt.enableTLS = PR_FALSE; 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()
3067 ((sid->version > SSL_LIBRARY_VERSION_3_0) && !ss->opt.enableTLS)) { in ssl2_BeginClientHandshake()
3119 (ss->opt.enableSSL3 || ss->opt.enableTLS)) { in ssl2_BeginClientHandshake()
3169 if ( ss->opt.enableTLS ) { 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.c615 ss->opt.enableTLS = on; in SSL_OptionSet()
773 case SSL_ENABLE_TLS: on = ss->opt.enableTLS; break; in SSL_OptionGet()
822 case SSL_ENABLE_TLS: on = ssl_defaults.enableTLS; break; in SSL_OptionGetDefault()
899 ssl_defaults.enableTLS = 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()
801 if (ss->opt.enableTLS) { in ssl3_NegotiateVersion()
807 PORT_Assert(ss->opt.enableSSL3 || ss->opt.enableTLS); in ssl3_NegotiateVersion()
814 if ((version == SSL_LIBRARY_VERSION_3_1_TLS && ss->opt.enableTLS) || 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()
3855 if (ss->opt.enableTLS && ss->version > SSL_LIBRARY_VERSION_3_0) { in ssl3_SendClientHello()
8753 spec->version = ss->opt.enableTLS in ssl3_InitCipherSpec()
[all …]
Dsslimpl.h333 unsigned int enableTLS : 1; /* 10 */ member