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
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_context::in_offt
mbedtls_ssl_context::in_offt field
read offset in application data
Syntax
Show:
Summary
Declaration
from
ssl.h:1089
unsigned
char
*
in_offt
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
*
in_offt
;
/*!< read offset in application data */
ssl.h:1089
if
(
ssl
->
in_offt
!=
NULL
)
ssl_tls.c:4762
ssl_consume_current_message()
else
if
(
ssl
->
in_offt
!=
NULL
)
ssl_tls.c:4806
ssl_consume_current_message()
ssl
->
in_offt
=
NULL
;
ssl_tls.c:6961
ssl_session_reset_int()
return
(
ssl
->
in_offt
==
NULL
?
0
:
ssl
->
in_msglen
)
;
ssl_tls.c:7767
mbedtls_ssl_get_bytes_avail()
if
(
ssl
->
in_offt
!=
NULL
)
ssl_tls.c:7809
mbedtls_ssl_check_pending()
while
(
ssl
->
in_offt
==
NULL
)
ssl_tls.c:8322
mbedtls_ssl_read()
ssl
->
in_offt
=
ssl
->
in_msg
;
ssl_tls.c:8516
mbedtls_ssl_read()
memcpy
(
buf
,
ssl
->
in_offt
,
n
)
;
ssl_tls.c:8544
mbedtls_ssl_read()
ssl
->
in_offt
=
NULL
;
ssl_tls.c:8550
mbedtls_ssl_read()
ssl
->
in_offt
+=
n
;
ssl_tls.c:8556
mbedtls_ssl_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::in_offt
is written by 2 functions and is read by 4 functions:
ssl_session_reset_int()
mbedtls_ssl_read()
All items filtered out
mbedtls_ssl_context::in_offt
ssl_consume_current_message()
mbedtls_ssl_get_bytes_avail()
mbedtls_ssl_check_pending()
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