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_out_limit
(Results
1 - 8
of
8
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H
A
D
eap_server_tls_common.c
88
data->
tls_out_limit
= sm->fragment_size > 0 ? sm->fragment_size : 1398;
in eap_server_tls_ssl_init()
93
if (data->
tls_out_limit
> 100)
in eap_server_tls_ssl_init()
94
data->
tls_out_limit
-= 100;
in eap_server_tls_ssl_init()
209
if (1 + send_len > data->
tls_out_limit
) {
in eap_server_tls_build_msg()
210
send_len = data->
tls_out_limit
- 1;
in eap_server_tls_build_msg()
H
A
D
eap_tls_common.h
32
*
tls_out_limit
- Maximum fragment size for outgoing TLS messages
34
size_t
tls_out_limit
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H
A
D
eap_server_tls_common.c
88
data->
tls_out_limit
= sm->cfg->fragment_size > 0 ?
in eap_server_tls_ssl_init()
94
if (data->
tls_out_limit
> 100)
in eap_server_tls_ssl_init()
95
data->
tls_out_limit
-= 100;
in eap_server_tls_ssl_init()
210
if (1 + send_len > data->
tls_out_limit
) {
in eap_server_tls_build_msg()
211
send_len = data->
tls_out_limit
- 1;
in eap_server_tls_build_msg()
H
A
D
eap_tls_common.h
32
*
tls_out_limit
- Maximum fragment size for outgoing TLS messages
34
size_t
tls_out_limit
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H
A
D
eap_tls_common.c
320
data->
tls_out_limit
= config->fragment_size;
in eap_peer_tls_ssl_init()
325
if (data->
tls_out_limit
> 100)
in eap_peer_tls_ssl_init()
326
data->
tls_out_limit
-= 100;
in eap_peer_tls_ssl_init()
642
if (len > data->
tls_out_limit
) {
in eap_tls_process_output()
644
len = data->
tls_out_limit
;
in eap_tls_process_output()
651
(wpabuf_len(data->tls_out) > data->
tls_out_limit
||
in eap_tls_process_output()
H
A
D
eap_tls_common.h
32
*
tls_out_limit
- Maximum fragment size for outgoing TLS messages
34
size_t
tls_out_limit
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H
A
D
eap_tls_common.c
328
data->
tls_out_limit
= config->fragment_size;
in eap_peer_tls_ssl_init()
333
if (data->
tls_out_limit
> 100)
in eap_peer_tls_ssl_init()
334
data->
tls_out_limit
-= 100;
in eap_peer_tls_ssl_init()
651
if (len > data->
tls_out_limit
) {
in eap_tls_process_output()
653
len = data->
tls_out_limit
;
in eap_tls_process_output()
660
(wpabuf_len(data->tls_out) > data->
tls_out_limit
||
in eap_tls_process_output()
H
A
D
eap_tls_common.h
32
*
tls_out_limit
- Maximum fragment size for outgoing TLS messages
34
size_t
tls_out_limit
;
member
Completed in 6 milliseconds