Home
last modified time | relevance | path

Searched refs:TLS1_1_VERSION (Results 1 - 25 of 68) sorted by relevance

123

/third_party/nghttp2/src/
H A Dtls.cc89 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 Dmethods.c34 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 Dmethods.c34 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 Dssl_ctx_test.c27 {TLS1_2_VERSION, TLS1_1_VERSION, 1, 1, TLS1_2_VERSION, TLS1_1_VERSION},
/third_party/node/lib/
H A D_tls_common.js44 TLS1_1_VERSION,
65 if (v === 'TLSv1.1') return TLS1_1_VERSION;
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dprov_ssl.h24 # define TLS1_1_VERSION 0x0302 macro
/third_party/openssl/include/openssl/
H A Dprov_ssl.h24 # define TLS1_1_VERSION 0x0302 macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dtls1.h48 #define TLS1_1_VERSION 0x0302 macro
/third_party/node/deps/openssl/openssl/apps/
H A Dciphers.c144 min_version = TLS1_1_VERSION; in ciphers_main()
145 max_version = TLS1_1_VERSION; in ciphers_main()
H A Ds_time.c218 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 Dciphers.c144 min_version = TLS1_1_VERSION; in ciphers_main()
145 max_version = TLS1_1_VERSION; in ciphers_main()
H A Ds_time.c218 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 Dtls1.rs8 pub const TLS1_1_VERSION: c_int = 0x302; consts
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c396 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 Dciphercommon_block.c174 case TLS1_1_VERSION: in ossl_cipher_tlsunpadblock()
H A Dcipher_aes_cbc_hmac_sha256_hw.c419 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 Dcipher_aes_cbc_hmac_sha1_hw.c396 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 Dciphercommon_block.c174 case TLS1_1_VERSION: in ossl_cipher_tlsunpadblock()
H A Dcipher_aes_cbc_hmac_sha256_hw.c419 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 Devp.h432 #ifndef TLS1_1_VERSION
433 # define TLS1_1_VERSION 0x0302 macro
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c449 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 De_aes_cbc_hmac_sha1.c434 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 De_aes_cbc_hmac_sha256.c449 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 De_aes_cbc_hmac_sha1.c434 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 Dcrypto_context.cc488 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()

Completed in 18 milliseconds

123