ESP-IDF
eap_ssl_data::tls_out
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_ssl_data::tls_out
eap_ssl_data::tls_out field
tls_out - TLS message to be sent out in fragments
Syntax
Show:
Summary
Declaration
from
eap_tls_common.h:24
struct
wpabuf
*
tls_out
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
tls_out
;
eap_tls_common.h:24
if
(
data
->
ssl
.
tls_out
)
{
eap_tls.c:132
eap_tls_success()
if
(
data
->
tls_out
)
{
eap_tls_common.c:490
eap_tls_process_input()
wpabuf_free
(
data
->
tls_out
)
;
eap_tls_common.c:494
eap_tls_process_input()
data
->
tls_out
=
tls_connection_handshake
(
data
->
ssl_ctx
,
data
->
conn
,
eap_tls_common.c:498
eap_tls_process_input()
if
(
data
->
tls_out
==
NULL
)
eap_tls_common.c:535
eap_tls_process_output()
len
=
wpabuf_len
(
data
->
tls_out
)
-
data
->
tls_out_pos
;
eap_tls_common.c:537
eap_tls_process_output()
(
wpabuf_len
(
data
->
tls_out
)
>
data
->
tls_out_limit
||
eap_tls_common.c:556
eap_tls_process_output()
wpabuf_put_be32
(
*
out_data
,
wpabuf_len
(
data
->
tls_out
)
)
;
eap_tls_common.c:583
eap_tls_process_output()
wpabuf_head_u8
(
data
->
tls_out
)
+
data
->
tls_out_pos
,
eap_tls_common.c:586
eap_tls_process_output()
if
(
data
->
tls_out
&&
wpabuf_len
(
data
->
tls_out
)
>
0
&&
in_len
>
0
)
{
eap_tls_common.c:635
eap_peer_tls_process_helper()
if
(
data
->
tls_out
==
NULL
||
wpabuf_len
(
data
->
tls_out
)
==
0
)
{
eap_tls_common.c:641
eap_peer_tls_process_helper()
if
(
data
->
tls_out
==
NULL
)
{
eap_tls_common.c:670
eap_peer_tls_process_helper()
if
(
data
->
tls_out
==
NULL
||
wpabuf_len
(
data
->
tls_out
)
==
0
)
{
eap_tls_common.c:688
eap_peer_tls_process_helper()
wpabuf_free
(
data
->
tls_out
)
;
eap_tls_common.c:695
eap_peer_tls_process_helper()
data
->
tls_out
=
NULL
;
eap_tls_common.c:696
eap_peer_tls_process_helper()
wpabuf_free
(
data
->
tls_out
)
;
eap_tls_common.c:903
eap_peer_tls_reset_output()
data
->
tls_out
=
NULL
;
eap_tls_common.c:904
eap_peer_tls_reset_output()
data
->
tls_out
=
tls_connection_encrypt
(
data
->
ssl_ctx
,
eap_tls_common.c:955
eap_peer_tls_encrypt()
if
(
data
->
tls_out
==
NULL
)
{
eap_tls_common.c:957
eap_peer_tls_encrypt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_ssl_data::tls_out
is written by 4 functions and is read by 6 functions:
eap_tls_process_input()
eap_peer_tls_process_helper()
eap_peer_tls_reset_output()
eap_peer_tls_encrypt()
All items filtered out
eap_ssl_data::tls_out
eap_tls_success()
eap_tls_process_input()
eap_tls_process_output()
eap_peer_tls_process_helper()
eap_peer_tls_reset_output()
eap_peer_tls_encrypt()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out