Searched refs:encrypt_then_mac (Results 1 – 4 of 4) sorted by relevance
575 int encrypt_then_mac; /*!< flag for EtM activation */ member729 unsigned int encrypt_then_mac : 1 ; /*!< negotiate encrypt-then-mac? */ member
501 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ||1142 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ||1151 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED;
731 if( session->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in mbedtls_ssl_derive_keys()1278 && ssl->session_out->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED in ssl_encrypt_buf()1732 if( ssl->session_in->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_decrypt_buf()4986 ssl->session_negotiate->encrypt_then_mac = in mbedtls_ssl_handshake_wrapup()4987 ssl->session->encrypt_then_mac; in mbedtls_ssl_handshake_wrapup()6055 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()7206 conf->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in mbedtls_ssl_config_defaults()
405 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED && in ssl_parse_encrypt_then_mac_ext()408 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()1889 if( ssl->session_negotiate->encrypt_then_mac == MBEDTLS_SSL_EXTENDED_MS_DISABLED ||