Lines Matching refs:encrypt_then_mac

425                                         int encrypt_then_mac,
2402 int encrypt_then_mac) in mbedtls_ssl_get_actual_mode() argument
2405 if (encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED && in mbedtls_ssl_get_actual_mode()
2410 (void) encrypt_then_mac; in mbedtls_ssl_get_actual_mode()
2426 int encrypt_then_mac = 0; in mbedtls_ssl_get_mode_from_transform() local
2428 encrypt_then_mac = transform->encrypt_then_mac; in mbedtls_ssl_get_mode_from_transform()
2430 return mbedtls_ssl_get_actual_mode(base_mode, encrypt_then_mac); in mbedtls_ssl_get_mode_from_transform()
2435 int encrypt_then_mac, in mbedtls_ssl_get_mode_from_ciphersuite() argument
2462 int encrypt_then_mac = 0; in mbedtls_ssl_get_mode_from_ciphersuite() local
2464 return mbedtls_ssl_get_actual_mode(base_mode, encrypt_then_mac); in mbedtls_ssl_get_mode_from_ciphersuite()
3000 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()
3595 *p++ = MBEDTLS_BYTE_0(session->encrypt_then_mac); in ssl_tls12_session_save()
3799 session->encrypt_then_mac = *p++; in ssl_tls12_session_load()
5405 ssl->session->encrypt_then_mac, in ssl_context_load()
5962 conf->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in mbedtls_ssl_config_defaults()
7265 ssl->session_negotiate->encrypt_then_mac, in mbedtls_ssl_derive_keys()
8319 ssl->session_negotiate->encrypt_then_mac = in mbedtls_ssl_handshake_wrapup()
8320 ssl->session->encrypt_then_mac; in mbedtls_ssl_handshake_wrapup()
8631 int encrypt_then_mac, in ssl_tls12_populate_transform() argument
8668 transform->encrypt_then_mac = encrypt_then_mac; in ssl_tls12_populate_transform()
8696 encrypt_then_mac, in ssl_tls12_populate_transform()
9039 && (transform->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED) in ssl_tls12_populate_transform()