Searched refs:encrypt_then_mac (Results 1 – 7 of 7) sorted by relevance
671 int encrypt_then_mac, in ssl_tls12_populate_transform() argument710 transform->encrypt_then_mac = encrypt_then_mac; in ssl_tls12_populate_transform()861 if( encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_tls12_populate_transform()1306 ssl->session_negotiate->encrypt_then_mac, in mbedtls_ssl_derive_keys()2692 ssl->session_negotiate->encrypt_then_mac = in mbedtls_ssl_handshake_wrapup()2693 ssl->session->encrypt_then_mac; in mbedtls_ssl_handshake_wrapup()4201 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()4829 *p++ = MBEDTLS_BYTE_0( session->encrypt_then_mac ); in ssl_session_save_tls12()5099 session->encrypt_then_mac = *p++; in ssl_session_load_tls12()6023 ssl->session->encrypt_then_mac, in ssl_context_load()[all …]
557 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ) in ssl_write_encrypt_then_mac_ext()1479 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_parse_encrypt_then_mac_ext()1493 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
895 int encrypt_then_mac; /*!< flag for EtM activation */ member
561 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_parse_encrypt_then_mac_ext()563 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()1994 if( ssl->session_negotiate->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ) in ssl_write_encrypt_then_mac_ext()
657 && transform->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED in mbedtls_ssl_encrypt_buf()1424 if( transform->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in mbedtls_ssl_decrypt_buf()
1151 int MBEDTLS_PRIVATE(encrypt_then_mac); /*!< flag for EtM activation */1410 unsigned int MBEDTLS_PRIVATE(encrypt_then_mac) : 1 ; /*!< negotiate encrypt-then-mac? */
1311 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 );
Completed in 44 milliseconds