ESP-IDF
tls_data::in_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tls_data::in_data
tls_data::in_data field
Syntax
Show:
Summary
Declaration
from
tls_mbedtls.c:71
struct
wpabuf
*
in_data
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
in_data
;
tls_mbedtls.c:71
if
(
data
->
in_data
==
NULL
||
len
>
wpabuf_len
(
data
->
in_data
)
)
{
tls_mbedtls.c:141
tls_mbedtls_read()
os_memcpy
(
buf
,
wpabuf_head
(
data
->
in_data
)
,
len
)
;
tls_mbedtls.c:147
tls_mbedtls_read()
if
(
len
<
wpabuf_len
(
data
->
in_data
)
)
{
tls_mbedtls.c:149
tls_mbedtls_read()
local_buf
=
wpabuf_alloc_copy
(
wpabuf_mhead_u8
(
data
->
in_data
)
+
len
,
tls_mbedtls.c:151
tls_mbedtls_read()
wpabuf_len
(
data
->
in_data
)
-
len
)
;
tls_mbedtls.c:152
tls_mbedtls_read()
wpabuf_free
(
data
->
in_data
)
;
tls_mbedtls.c:153
tls_mbedtls_read()
data
->
in_data
=
local_buf
;
tls_mbedtls.c:154
tls_mbedtls_read()
wpabuf_free
(
data
->
in_data
)
;
tls_mbedtls.c:156
tls_mbedtls_read()
data
->
in_data
=
NULL
;
tls_mbedtls.c:157
tls_mbedtls_read()
conn
->
tls_io_data
.
in_data
=
wpabuf_dup
(
in_data
)
;
tls_mbedtls.c:776
tls_connection_handshake()
conn
->
tls_io_data
.
in_data
=
wpabuf_dup
(
in_data
)
;
tls_mbedtls.c:884
tls_connection_decrypt()
if
(
!
conn
->
tls_io_data
.
in_data
)
{
tls_mbedtls.c:886
tls_connection_decrypt()
if
(
conn
->
tls_io_data
.
in_data
)
{
tls_mbedtls.c:1188
tls_connection_shutdown()
wpabuf_free
(
conn
->
tls_io_data
.
in_data
)
;
tls_mbedtls.c:1189
tls_connection_shutdown()
conn
->
tls_io_data
.
in_data
=
NULL
;
tls_mbedtls.c:1191
tls_connection_shutdown()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tls_data::in_data
is written by 4 functions and is read by 3 functions:
tls_mbedtls_read()
tls_connection_handshake()
tls_connection_decrypt()
tls_connection_shutdown()
All items filtered out
tls_data::in_data
tls_mbedtls_read()
tls_connection_decrypt()
tls_connection_shutdown()
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