mbedTLS
mbedtls_ssl_config::encrypt_then_mac
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_config::encrypt_then_mac
mbedtls_ssl_config::encrypt_then_mac field
Syntax
Show:
Summary
Declaration
from
ssl.h:1436
uint8_t
MBEDTLS_PRIVATE
(
encrypt_then_mac
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
MBEDTLS_PRIVATE
(
encrypt_then_mac
)
;
/*!< negotiate encrypt-then-mac? */
ssl.h:1436
conf
->
encrypt_then_mac
=
etm
;
ssl_tls.c:2939
mbedtls_ssl_conf_encrypt_then_mac()
conf
->
encrypt_then_mac
=
MBEDTLS_SSL_ETM_ENABLED
;
ssl_tls.c:5903
mbedtls_ssl_config_defaults()
if
(
ssl
->
conf
->
encrypt_then_mac
==
MBEDTLS_SSL_ETM_DISABLED
)
{
ssl_tls12_client.c:302
ssl_write_encrypt_then_mac_ext()
if
(
ssl
->
conf
->
encrypt_then_mac
==
MBEDTLS_SSL_ETM_DISABLED
||
ssl_tls12_client.c:741
ssl_parse_encrypt_then_mac_ext()
if
(
ssl
->
conf
->
encrypt_then_mac
==
MBEDTLS_SSL_ETM_ENABLED
)
{
ssl_tls12_server.c:437
ssl_parse_encrypt_then_mac_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::encrypt_then_mac
is written by 2 functions and is read by 3 functions:
mbedtls_ssl_conf_encrypt_then_mac()
mbedtls_ssl_config_defaults()
All items filtered out
mbedtls_ssl_config::encrypt_then_mac
ssl_write_encrypt_then_mac_ext()
ssl_parse_encrypt_then_mac_ext()
ssl_parse_encrypt_then_mac_ext()
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