/external/boringssl/src/ssl/ |
D | ssl_versions.cc | 33 case TLS1_3_VERSION: in ssl_protocol_version_from_wire() 55 TLS1_3_VERSION, 95 case TLS1_3_VERSION: in ssl_version_to_string() 176 {TLS1_3_VERSION, SSL_OP_NO_TLSv1_3}, 195 if (hs->ssl->quic_method && min_version < TLS1_3_VERSION) { in ssl_get_version_range() 196 min_version = TLS1_3_VERSION; in ssl_get_version_range() 310 if (versions[i] == TLS1_3_VERSION && hs->apply_jdk11_workaround) { in ssl_negotiate_version()
|
D | t1_lib.cc | 330 (ssl_protocol_version(ssl) >= TLS1_3_VERSION || in tls1_get_shared_group() 394 ssl_protocol_version(hs->ssl) < TLS1_3_VERSION) { in tls1_check_group_id() 696 if (hs->min_version >= TLS1_3_VERSION) { in ext_ri_add_clienthello() 719 if (contents != NULL && ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ext_ri_parse_serverhello() 806 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ext_ri_parse_clienthello() 840 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ext_ri_add_serverhello() 860 if (hs->min_version >= TLS1_3_VERSION) { in ext_ems_add_clienthello() 877 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION || in ext_ems_parse_serverhello() 899 if (ssl_protocol_version(hs->ssl) >= TLS1_3_VERSION) { in ext_ems_parse_clienthello() 936 if (hs->min_version >= TLS1_3_VERSION || in ext_ticket_add_clienthello() [all …]
|
D | tls_record.cc | 267 ssl_protocol_version(ssl) >= TLS1_3_VERSION && in tls_open_record() 313 ssl->s3->aead_read_ctx->ProtocolVersion() >= TLS1_3_VERSION; in tls_open_record() 383 aead->ProtocolVersion() >= TLS1_3_VERSION) { in do_seal_record() 446 ssl->s3->aead_write_ctx->ProtocolVersion() >= TLS1_3_VERSION) { in tls_seal_scatter_suffix_len() 571 ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ssl_process_alert() 691 ssl->s3->aead_write_ctx->ProtocolVersion() >= TLS1_3_VERSION) { in SSL_max_seal_overhead()
|
D | ssl_test.cc | 82 {TLS1_3_VERSION, VersionParam::is_tls, "TLS1_3"}, 2325 const time_t timeout = version() == TLS1_3_VERSION in TEST_P() 2387 if (version() == TLS1_3_VERSION) { in TEST_P() 2581 ASSERT_TRUE(SSL_CTX_set_max_proto_version(client_ctx.get(), TLS1_3_VERSION)); in TEST() 2582 ASSERT_TRUE(SSL_CTX_set_max_proto_version(server_ctx.get(), TLS1_3_VERSION)); in TEST() 2625 EXPECT_TRUE(SSL_CTX_set_max_proto_version(ctx.get(), TLS1_3_VERSION)); in TEST() 2626 EXPECT_EQ(TLS1_3_VERSION, ctx->conf_max_version); in TEST() 2662 case TLS1_3_VERSION: in GetVersionName() 2727 if (version() == TLS1_3_VERSION) { in TEST_P() 3579 testing::Combine(testing::Values(TLS1_2_VERSION, TLS1_3_VERSION), [all …]
|
D | t1_enc.cc | 321 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in SSL_export_keying_material() 368 ssl_protocol_version(ssl) < TLS1_3_VERSION)) { in SSL_export_early_keying_material()
|
D | handshake_client.cc | 235 if (hs->max_version >= TLS1_3_VERSION) { in ssl_write_client_cipher_list() 250 if (hs->min_version < TLS1_3_VERSION) { in ssl_write_client_cipher_list() 269 if (!any_enabled && hs->max_version < TLS1_3_VERSION) { in ssl_write_client_cipher_list() 425 } else if (hs->max_version >= TLS1_3_VERSION) { in do_start_connect() 586 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in do_read_server_hello() 611 ssl_supports_version(hs, TLS1_3_VERSION)) { in do_read_server_hello()
|
D | ssl_cipher.cc | 569 const bool is_tls13 = version == TLS1_3_VERSION && !is_dtls; in ssl_cipher_get_evp_aead() 599 if (version >= TLS1_3_VERSION) { in ssl_cipher_get_evp_aead() 1467 return TLS1_3_VERSION; in SSL_CIPHER_get_min_version() 1481 return TLS1_3_VERSION; in SSL_CIPHER_get_max_version()
|
D | ssl_aead_ctx.cc | 132 if (protocol_version >= TLS1_3_VERSION) { in Create() 140 assert(protocol_version < TLS1_3_VERSION); in Create()
|
D | ssl_lib.cc | 467 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ssl_can_renegotiate() 512 if (SSL_version(ssl) < TLS1_3_VERSION) { in SSL_get_traffic_secrets() 926 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ssl_do_post_handshake() 1157 if (ssl_protocol_version(ssl) < TLS1_3_VERSION) { in SSL_key_update() 1468 ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in SSL_get_tls_unique() 1619 ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in SSL_get_finished() 1634 ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in SSL_get_peer_finished() 1661 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in SSL_get_extms_support() 1779 return ssl_protocol_version(ssl) >= TLS1_3_VERSION || in SSL_get_secure_renegotiation_support()
|
D | ssl_session.cc | 366 if (version >= TLS1_3_VERSION) { in ssl_get_new_session() 379 if (hs->ticket_expected || version >= TLS1_3_VERSION) { in ssl_get_new_session() 1000 return ssl_session_protocol_version(session) >= TLS1_3_VERSION; in SSL_SESSION_should_be_single_use()
|
D | s3_pkt.cc | 321 if (ssl->server && ssl_protocol_version(ssl) < TLS1_3_VERSION) { in ssl3_open_app_data()
|
D | ssl_cert.cc | 705 assert(ssl_protocol_version(hs->ssl) < TLS1_3_VERSION); in ssl_check_leaf_certificate() 820 if (ssl_protocol_version(hs->ssl) < TLS1_3_VERSION) { in ssl_can_serve_dc()
|
D | handshake_server.cc | 574 (ssl_protocol_version(ssl) >= TLS1_3_VERSION && in do_read_client_hello() 632 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in do_select_certificate() 819 if (ssl_supports_version(hs, TLS1_3_VERSION)) { in do_send_server_hello()
|
D | handshake.cc | 208 if (ssl_protocol_version(ssl) < TLS1_3_VERSION) { in ssl_max_handshake_message_len()
|
D | ssl_privkey.cc | 154 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in pkey_supports_algorithm()
|
/external/conscrypt/constants/src/gen/cpp/ |
D | generate_constants.cc | 84 CONST(TLS1_3_VERSION); in main()
|
/external/curl/lib/vtls/ |
D | openssl.c | 1977 #ifdef TLS1_3_VERSION in ssl_tls_trace() 1978 case TLS1_3_VERSION: in ssl_tls_trace() 2135 #ifdef TLS1_3_VERSION in get_ssl_version_txt() 2136 case TLS1_3_VERSION: in get_ssl_version_txt() 2160 #if (OPENSSL_VERSION_NUMBER < 0x1000100FL) || !defined(TLS1_3_VERSION) in set_ssl_version_min_max() 2170 #ifdef TLS1_3_VERSION in set_ssl_version_min_max() 2173 SSL_CTX_set_max_proto_version(BACKEND->ctx, TLS1_3_VERSION); in set_ssl_version_min_max() 2216 #ifdef TLS1_3_VERSION in set_ssl_version_min_max() 2221 #ifdef TLS1_3_VERSION in set_ssl_version_min_max() 2465 #ifdef TLS1_3_VERSION in ossl_connect_step1() [all …]
|
/external/honggfuzz/examples/openssl/ |
D | client.c | 534 SSL_set_max_proto_version(client, TLS1_3_VERSION); in LLVMFuzzerTestOneInput()
|
D | server.c | 572 SSL_set_max_proto_version(server, TLS1_3_VERSION); in LLVMFuzzerTestOneInput()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 434 GetProtocolVersion(ssl) < TLS1_3_VERSION; in CheckHandshakeProperties() 1003 GetProtocolVersion(ssl) < TLS1_3_VERSION && in DoExchange() 1009 if (GetProtocolVersion(ssl) >= TLS1_3_VERSION && !config->is_server) { in DoExchange()
|
D | fuzzer.h | 413 !SSL_CTX_set_max_proto_version(ctx_.get(), TLS1_3_VERSION)) { in Init()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 340 #ifdef TLS1_3_VERSION 341 PY_PROTO_TLSv1_3 = TLS1_3_VERSION, 359 #elif defined(TLS1_3_VERSION) && !defined(OPENSSL_NO_TLS1_3) 365 #if defined(TLS1_3_VERSION) && !defined(OPENSSL_NO_TLS1_3) 424 #ifdef TLS1_3_VERSION 2677 #ifdef TLS1_3_VERSION in _ssl__SSLSocket_verify_client_post_handshake_impl() 2931 #ifdef TLS1_3_VERSION in _set_verify_mode() 3118 #ifdef TLS1_3_VERSION in _ssl__SSLContext_impl() 3621 #if TLS1_3_VERSION in get_post_handshake_auth() 3628 #if TLS1_3_VERSION [all …]
|
/external/boringssl/src/tool/ |
D | server.cc | 276 uint16_t max_version = TLS1_3_VERSION; in Server()
|
D | client.cc | 377 uint16_t max_version = TLS1_3_VERSION; in Client()
|
D | transport_common.cc | 269 *out_version = TLS1_3_VERSION; in VersionFromString()
|