mbedTLS
mbedtls_ssl_context::in_offt
is only used within mbedTLS.
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
mbedTLS
mbedtls_ssl_context::in_offt
mbedtls_ssl_context::in_offt field
Syntax
Show:
Summary
Declaration
from
ssl.h:1800
unsigned
char
*
MBEDTLS_PRIVATE
(
in_offt
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
*
MBEDTLS_PRIVATE
(
in_offt
)
;
/*!< read offset in application data */
ssl.h:1800
if
(
ssl
->
in_offt
!=
NULL
)
{
ssl_msg.c:4638
ssl_consume_current_message()
else
if
(
ssl
->
in_offt
!=
NULL
)
{
ssl_msg.c:4678
ssl_consume_current_message()
return
ssl
->
in_offt
==
NULL
?
0
:
ssl
->
in_msglen
;
ssl_msg.c:5389
mbedtls_ssl_get_bytes_avail()
if
(
ssl
->
in_offt
!=
NULL
)
{
ssl_msg.c:5429
mbedtls_ssl_check_pending()
memcpy
(
buf
,
ssl
->
in_offt
,
n
)
;
ssl_msg.c:5760
ssl_read_application_data()
mbedtls_platform_zeroize
(
ssl
->
in_offt
,
n
)
;
ssl_msg.c:5766
ssl_read_application_data()
ssl
->
in_offt
=
NULL
;
ssl_msg.c:5770
ssl_read_application_data()
ssl
->
in_offt
+=
n
;
ssl_msg.c:5774
ssl_read_application_data()
while
(
ssl
->
in_offt
==
NULL
)
{
ssl_msg.c:5839
mbedtls_ssl_read()
ssl
->
in_offt
=
ssl
->
in_msg
;
ssl_msg.c:5924
mbedtls_ssl_read()
ssl
->
in_offt
=
NULL
;
ssl_tls.c:1480
mbedtls_ssl_session_reset_msg_layer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::in_offt
is written by 3 functions and is read by 5 functions:
ssl_read_application_data()
mbedtls_ssl_read()
mbedtls_ssl_session_reset_msg_layer()
All items filtered out
mbedtls_ssl_context::in_offt
ssl_consume_current_message()
mbedtls_ssl_get_bytes_avail()
mbedtls_ssl_check_pending()
ssl_read_application_data()
mbedtls_ssl_read()
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