Lines Matching refs:enableTLS
642 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()
9004 if (!ss->opt.enableSSL3 && !ss->opt.enableTLS) { in ssl3_ConstructV2CipherSpecsHack()