Searched refs:encrypt_then_mac (Results 1 – 4 of 4) sorted by relevance
823 int encrypt_then_mac; /*!< flag for EtM activation */ member997 unsigned int encrypt_then_mac : 1 ; /*!< negotiate encrypt-then-mac? */ member
513 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_write_encrypt_then_mac_ext()1201 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_parse_encrypt_then_mac_ext()1213 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
473 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED && in ssl_parse_encrypt_then_mac_ext()476 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()2072 if( ssl->session_negotiate->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_write_encrypt_then_mac_ext()
885 if( session->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in mbedtls_ssl_derive_keys()1465 && ssl->session_out->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED in ssl_encrypt_buf()1980 if( ssl->session_in->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_decrypt_buf()6416 ssl->session_negotiate->encrypt_then_mac = in mbedtls_ssl_handshake_wrapup()6417 ssl->session->encrypt_then_mac; in mbedtls_ssl_handshake_wrapup()7687 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()9149 conf->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in mbedtls_ssl_config_defaults()
Completed in 31 milliseconds