mbedTLS
mbedtls_ssl_context::nb_zero
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::nb_zero
mbedtls_ssl_context::nb_zero field
# of 0-length encrypted messages
Syntax
Show:
Summary
Declaration
from
ssl.h:1106
int
nb_zero
;
Examples
References
from
examples
Code
Location
Referrer
int
nb_zero
;
/*!< # of 0-length encrypted messages */
ssl.h:1106
ssl
->
nb_zero
++
;
ssl_tls.c:2340
ssl_decrypt_buf()
if
(
ssl
->
nb_zero
>
3
)
ssl_tls.c:2346
ssl_decrypt_buf()
ssl
->
nb_zero
=
0
;
ssl_tls.c:2354
ssl_decrypt_buf()
ssl
->
nb_zero
=
0
;
ssl_tls.c:6975
ssl_session_reset_int()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::nb_zero
is written by 2 functions and is read by 1 function:
ssl_decrypt_buf()
ssl_session_reset_int()
All items filtered out
mbedtls_ssl_context::nb_zero
ssl_decrypt_buf()
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