Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tls_ver
(Results
1 - 14
of
14
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
tls.cc
142
auto
tls_ver
= SSL_version(ssl);
in check_http2_tls_version()
local
144
return
tls_ver
>= TLS1_2_VERSION;
in check_http2_tls_version()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H
A
D
cipher_aes_cbc_hmac_sha.h
41
unsigned int
tls_ver
;
member
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()
678
if ((ctx->aux.
tls_ver
=
in aesni_cbc_hmac_sha1_set_tls1_aad()
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()
731
if ((ctx->aux.
tls_ver
=
in aesni_cbc_hmac_sha256_set_tls1_aad()
/third_party/openssl/providers/implementations/ciphers/
H
A
D
cipher_aes_cbc_hmac_sha.h
41
unsigned int
tls_ver
;
member
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()
678
if ((ctx->aux.
tls_ver
=
in aesni_cbc_hmac_sha1_set_tls1_aad()
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()
731
if ((ctx->aux.
tls_ver
=
in aesni_cbc_hmac_sha256_set_tls1_aad()
/third_party/node/deps/openssl/openssl/engines/
H
A
D
e_ossltest.c
278
unsigned int
tls_ver
;
member
830
if (key->
tls_ver
>= TLS1_1_VERSION) {
in ossltest_aes128_cbc_hmac_sha1_cipher()
873
key->
tls_ver
= p[arg - 4] << 8 | p[arg - 3];
in ossltest_aes128_cbc_hmac_sha1_ctrl()
877
if (key->
tls_ver
>= TLS1_1_VERSION) {
in ossltest_aes128_cbc_hmac_sha1_ctrl()
/third_party/openssl/engines/
H
A
D
e_ossltest.c
278
unsigned int
tls_ver
;
member
830
if (key->
tls_ver
>= TLS1_1_VERSION) {
in ossltest_aes128_cbc_hmac_sha1_cipher()
873
key->
tls_ver
= p[arg - 4] << 8 | p[arg - 3];
in ossltest_aes128_cbc_hmac_sha1_ctrl()
877
if (key->
tls_ver
>= TLS1_1_VERSION) {
in ossltest_aes128_cbc_hmac_sha1_ctrl()
/third_party/node/deps/openssl/openssl/crypto/evp/
H
A
D
e_aes_cbc_hmac_sha256.c
36
unsigned int
tls_ver
;
member
449
else if (key->aux.
tls_ver
>= TLS1_1_VERSION)
in aesni_cbc_hmac_sha256_cipher()
799
if ((key->aux.
tls_ver
=
in aesni_cbc_hmac_sha256_ctrl()
H
A
D
e_aes_cbc_hmac_sha1.c
36
unsigned int
tls_ver
;
member
434
else if (key->aux.
tls_ver
>= TLS1_1_VERSION)
in aesni_cbc_hmac_sha1_cipher()
818
if ((key->aux.
tls_ver
=
in aesni_cbc_hmac_sha1_ctrl()
/third_party/openssl/crypto/evp/
H
A
D
e_aes_cbc_hmac_sha256.c
36
unsigned int
tls_ver
;
member
449
else if (key->aux.
tls_ver
>= TLS1_1_VERSION)
in aesni_cbc_hmac_sha256_cipher()
799
if ((key->aux.
tls_ver
=
in aesni_cbc_hmac_sha256_ctrl()
H
A
D
e_aes_cbc_hmac_sha1.c
36
unsigned int
tls_ver
;
member
434
else if (key->aux.
tls_ver
>= TLS1_1_VERSION)
in aesni_cbc_hmac_sha1_cipher()
818
if ((key->aux.
tls_ver
=
in aesni_cbc_hmac_sha1_ctrl()
/third_party/mbedtls/library/
H
A
D
ssl_msg.c
2955
mbedtls_ssl_protocol_version
tls_ver
= ssl->tls_version;
in mbedtls_ssl_write_record()
local
2959
if (
tls_ver
== MBEDTLS_SSL_VERSION_TLS1_3) {
in mbedtls_ssl_write_record()
2960
tls_ver
= MBEDTLS_SSL_VERSION_TLS1_2;
in mbedtls_ssl_write_record()
2964
tls_ver
);
in mbedtls_ssl_write_record()
2978
mbedtls_ssl_write_version(rec.ver, ssl->conf->transport,
tls_ver
);
in mbedtls_ssl_write_record()
Completed in 20 milliseconds