mbedTLS
mbedtls_ssl_session::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_session::encrypt_then_mac
mbedtls_ssl_session::encrypt_then_mac field
Syntax
Show:
Summary
Declaration
from
ssl.h:1323
int
MBEDTLS_PRIVATE
(
encrypt_then_mac
;
Examples
References
from
examples
Code
Location
Referrer
int
MBEDTLS_PRIVATE
(
encrypt_then_mac
)
;
/*!< flag for EtM activation */
ssl.h:1323
*
p
++
=
MBEDTLS_BYTE_0
(
session
->
encrypt_then_mac
)
;
ssl_tls.c:3534
ssl_tls12_session_save()
session
->
encrypt_then_mac
=
*
p
++
;
ssl_tls.c:3738
ssl_tls12_session_load()
ssl
->
session_negotiate
->
encrypt_then_mac
,
ssl_tls.c:7206
mbedtls_ssl_derive_keys()
ssl
->
session_negotiate
->
encrypt_then_mac
=
ssl_tls.c:8260
mbedtls_ssl_handshake_wrapup()
ssl
->
session
->
encrypt_then_mac
;
ssl_tls.c:8261
mbedtls_ssl_handshake_wrapup()
ssl
->
session_negotiate
->
encrypt_then_mac
=
MBEDTLS_SSL_ETM_ENABLED
;
ssl_tls12_client.c:754
ssl_parse_encrypt_then_mac_ext()
ssl
->
session_negotiate
->
encrypt_then_mac
=
MBEDTLS_SSL_ETM_ENABLED
;
ssl_tls12_server.c:438
ssl_parse_encrypt_then_mac_ext()
ssl
->
session_negotiate
->
encrypt_then_mac
=
MBEDTLS_SSL_ETM_DISABLED
;
ssl_tls12_server.c:1750
ssl_write_encrypt_then_mac_ext()
ssl
->
session_negotiate
->
encrypt_then_mac
,
ssl_tls12_server.c:1754
ssl_write_encrypt_then_mac_ext()
ssl
->
session_negotiate
->
encrypt_then_mac
=
MBEDTLS_SSL_ETM_DISABLED
;
ssl_tls12_server.c:1758
ssl_write_encrypt_then_mac_ext()
if
(
ssl
->
session_negotiate
->
encrypt_then_mac
==
MBEDTLS_SSL_ETM_DISABLED
)
{
ssl_tls12_server.c:1762
ssl_write_encrypt_then_mac_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_session::encrypt_then_mac
is written by 5 functions and is read by 4 functions:
ssl_tls12_session_load()
mbedtls_ssl_handshake_wrapup()
ssl_parse_encrypt_then_mac_ext()
ssl_parse_encrypt_then_mac_ext()
ssl_write_encrypt_then_mac_ext()
All items filtered out
mbedtls_ssl_session::encrypt_then_mac
ssl_tls12_session_save()
mbedtls_ssl_derive_keys()
mbedtls_ssl_handshake_wrapup()
ssl_write_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