/third_party/nghttp2/src/ |
H A D | tls.cc | 89 case TLS1_1_VERSION: in get_tls_protocol() 179 if (min > TLS1_1_VERSION) { in ssl_ctx_set_proto_versions() 189 if (max < TLS1_1_VERSION) { in ssl_ctx_set_proto_versions()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | methods.c | 34 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() 65 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() 98 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func()
|
/third_party/openssl/ssl/ |
H A D | methods.c | 34 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() 65 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() 98 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func()
|
/third_party/openssl/test/ |
H A D | ssl_ctx_test.c | 27 {TLS1_2_VERSION, TLS1_1_VERSION, 1, 1, TLS1_2_VERSION, TLS1_1_VERSION},
|
/third_party/node/lib/ |
H A D | _tls_common.js | 44 TLS1_1_VERSION, 65 if (v === 'TLSv1.1') return TLS1_1_VERSION;
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | prov_ssl.h | 24 # define TLS1_1_VERSION 0x0302 macro
|
/third_party/openssl/include/openssl/ |
H A D | prov_ssl.h | 24 # define TLS1_1_VERSION 0x0302 macro
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A D | tls1.h | 48 #define TLS1_1_VERSION 0x0302 macro
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ciphers.c | 144 min_version = TLS1_1_VERSION; in ciphers_main() 145 max_version = TLS1_1_VERSION; in ciphers_main()
|
H A D | s_time.c | 218 min_version = TLS1_1_VERSION; in s_time_main() 219 max_version = TLS1_1_VERSION; in s_time_main()
|
/third_party/openssl/apps/ |
H A D | ciphers.c | 144 min_version = TLS1_1_VERSION; in ciphers_main() 145 max_version = TLS1_1_VERSION; in ciphers_main()
|
H A D | s_time.c | 218 min_version = TLS1_1_VERSION; in s_time_main() 219 max_version = TLS1_1_VERSION; in s_time_main()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | tls1.rs | 8 pub const TLS1_1_VERSION: c_int = 0x302; consts
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 396 else if (ctx->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher() 458 >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_cipher() 679 p[aad_len - 4] << 8 | p[aad_len - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_set_tls1_aad() 725 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
|
H A D | ciphercommon_block.c | 174 case TLS1_1_VERSION: in ossl_cipher_tlsunpadblock()
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 419 else if (ctx->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher() 500 >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher() 732 p[aad_len - 4] << 8 | p[aad_len - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha256_set_tls1_aad() 777 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 396 else if (ctx->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher() 458 >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_cipher() 679 p[aad_len - 4] << 8 | p[aad_len - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_set_tls1_aad() 725 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
|
H A D | ciphercommon_block.c | 174 case TLS1_1_VERSION: in ossl_cipher_tlsunpadblock()
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 419 else if (ctx->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher() 500 >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher() 732 p[aad_len - 4] << 8 | p[aad_len - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha256_set_tls1_aad() 777 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | evp.h | 432 #ifndef TLS1_1_VERSION 433 # define TLS1_1_VERSION 0x0302 macro
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 449 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher() 531 >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher() 800 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha256_ctrl() 839 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha256_ctrl()
|
H A D | e_aes_cbc_hmac_sha1.c | 434 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher() 502 >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_cipher() 819 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_ctrl() 855 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha1_ctrl()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 449 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher() 531 >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher() 800 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha256_ctrl() 839 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha256_ctrl()
|
H A D | e_aes_cbc_hmac_sha1.c | 434 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher() 502 >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_cipher() 819 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_ctrl() 855 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha1_ctrl()
|
/third_party/node/src/crypto/ |
H A D | crypto_context.cc | 488 min_version = TLS1_1_VERSION; in Init() 489 max_version = TLS1_1_VERSION; in Init() 491 min_version = TLS1_1_VERSION; in Init() 492 max_version = TLS1_1_VERSION; in Init() 495 min_version = TLS1_1_VERSION; in Init() 496 max_version = TLS1_1_VERSION; in Init()
|