Lines Matching refs:encrypt_then_mac
420 int encrypt_then_mac,
2389 int encrypt_then_mac) in mbedtls_ssl_get_actual_mode() argument
2392 if (encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED && in mbedtls_ssl_get_actual_mode()
2397 (void) encrypt_then_mac; in mbedtls_ssl_get_actual_mode()
2413 int encrypt_then_mac = 0; in mbedtls_ssl_get_mode_from_transform() local
2415 encrypt_then_mac = transform->encrypt_then_mac; in mbedtls_ssl_get_mode_from_transform()
2417 return mbedtls_ssl_get_actual_mode(base_mode, encrypt_then_mac); in mbedtls_ssl_get_mode_from_transform()
2422 int encrypt_then_mac, in mbedtls_ssl_get_mode_from_ciphersuite() argument
2449 int encrypt_then_mac = 0; in mbedtls_ssl_get_mode_from_ciphersuite() local
2451 return mbedtls_ssl_get_actual_mode(base_mode, encrypt_then_mac); in mbedtls_ssl_get_mode_from_ciphersuite()
2939 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()
3534 *p++ = MBEDTLS_BYTE_0(session->encrypt_then_mac); in ssl_tls12_session_save()
3738 session->encrypt_then_mac = *p++; in ssl_tls12_session_load()
5344 ssl->session->encrypt_then_mac, in ssl_context_load()
5903 conf->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in mbedtls_ssl_config_defaults()
7206 ssl->session_negotiate->encrypt_then_mac, in mbedtls_ssl_derive_keys()
8260 ssl->session_negotiate->encrypt_then_mac = in mbedtls_ssl_handshake_wrapup()
8261 ssl->session->encrypt_then_mac; in mbedtls_ssl_handshake_wrapup()
8570 int encrypt_then_mac, in ssl_tls12_populate_transform() argument
8607 transform->encrypt_then_mac = encrypt_then_mac; in ssl_tls12_populate_transform()
8635 encrypt_then_mac, in ssl_tls12_populate_transform()
8978 && (transform->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED) in ssl_tls12_populate_transform()