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_VERSION
(Results
1 - 11
of
11
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H
A
D
tlsv1_common.h
18
#define
TLS_VERSION
TLS_VERSION_1_2
macro
21
#define
TLS_VERSION
TLS_VERSION_1_1
macro
23
#define
TLS_VERSION
TLS_VERSION_1
macro
H
A
D
tlsv1_client.c
43
WPA_PUT_BE16(pre_master_secret,
TLS_VERSION
);
in tls_derive_pre_master_secret()
476
conn->rl.tls_version =
TLS_VERSION
;
in tlsv1_client_init()
H
A
D
tlsv1_client_write.c
51
u16 tls_version =
TLS_VERSION
;
in tls_send_client_hello()
992
TLS_VERSION
);
in tlsv1_client_send_alert()
H
A
D
tlsv1_server_read.c
194
if (
TLS_VERSION
== TLS_VERSION_1)
in tls_process_client_hello()
H
A
D
tlsv1_server_write.c
1076
TLS_VERSION
);
in tlsv1_server_send_alert()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H
A
D
tlsv1_common.h
18
#define
TLS_VERSION
TLS_VERSION_1_2
macro
21
#define
TLS_VERSION
TLS_VERSION_1_1
macro
23
#define
TLS_VERSION
TLS_VERSION_1
macro
H
A
D
tlsv1_client.c
43
u16 tls_version =
TLS_VERSION
;
in tls_client_highest_ver()
500
conn->rl.tls_version =
TLS_VERSION
;
in tlsv1_client_init()
H
A
D
tlsv1_client_write.c
980
TLS_VERSION
);
in tlsv1_client_send_alert()
H
A
D
tlsv1_server_read.c
194
if (
TLS_VERSION
== TLS_VERSION_1)
in tls_process_client_hello()
H
A
D
tlsv1_server_write.c
1076
TLS_VERSION
);
in tlsv1_server_send_alert()
/third_party/mbedtls/tests/
H
A
D
ssl-opt.sh
418
TLS_VERSION
=$3
449
if [ "$
TLS_VERSION
" = "TLS13" ]; then
1684
TLS_VERSION
=$(get_tls_version "$SRV_CMD" "$CLI_CMD")
1686
TLS_VERSION
="TLS12"
1691
detect_required_features "$SRV_CMD" "server" "$
TLS_VERSION
" "$EXT_WO_ECDH" "$@"
1692
detect_required_features "$CLI_CMD" "client" "$
TLS_VERSION
" "$EXT_WO_ECDH" "$@"
Completed in 25 milliseconds