Home
last modified time | relevance | path

Searched refs:encrypt_then_mac (Results 1 – 7 of 7) sorted by relevance

/third_party/mbedtls/library/
Dssl_tls.c694 int encrypt_then_mac, in ssl_tls12_populate_transform() argument
733 transform->encrypt_then_mac = encrypt_then_mac; in ssl_tls12_populate_transform()
884 if( encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_tls12_populate_transform()
1333 ssl->session_negotiate->encrypt_then_mac, in mbedtls_ssl_derive_keys()
2719 ssl->session_negotiate->encrypt_then_mac = in mbedtls_ssl_handshake_wrapup()
2720 ssl->session->encrypt_then_mac; in mbedtls_ssl_handshake_wrapup()
4232 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()
4860 *p++ = MBEDTLS_BYTE_0( session->encrypt_then_mac ); in ssl_session_save_tls12()
5130 session->encrypt_then_mac = *p++; in ssl_session_load_tls12()
6054 ssl->session->encrypt_then_mac, in ssl_context_load()
[all …]
Dssl_cli.c559 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ) in ssl_write_encrypt_then_mac_ext()
1481 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_parse_encrypt_then_mac_ext()
1495 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
Dssl_misc.h919 int encrypt_then_mac; /*!< flag for EtM activation */ member
Dssl_srv.c563 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_parse_encrypt_then_mac_ext()
565 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
1996 if( ssl->session_negotiate->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ) in ssl_write_encrypt_then_mac_ext()
Dssl_msg.c655 && transform->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED in mbedtls_ssl_encrypt_buf()
1219 if( transform->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in mbedtls_ssl_decrypt_buf()
/third_party/mbedtls/include/mbedtls/
Dssl.h1154 int MBEDTLS_PRIVATE(encrypt_then_mac); /*!< flag for EtM activation */
1242 uint8_t MBEDTLS_PRIVATE(encrypt_then_mac); /*!< negotiate encrypt-then-mac? */
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function1311 t_out->encrypt_then_mac = etm;
1312 t_in->encrypt_then_mac = etm;
1513 session->encrypt_then_mac = 1;
4180 TEST_ASSERT( original.encrypt_then_mac == restored.encrypt_then_mac );