Searched refs:MBEDTLS_SSL_ETM_ENABLED (Results 1 – 7 of 7) sorted by relevance
160 #define MBEDTLS_SSL_ETM_ENABLED 1 macro
1413 #define SSL_ETM_ENABLED MBEDTLS_SSL_ETM_ENABLED
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()
885 if( session->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in mbedtls_ssl_derive_keys()1980 if( ssl->session_in->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_decrypt_buf()9149 conf->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in mbedtls_ssl_config_defaults()
1213 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
836 case 1: opt.etm = MBEDTLS_SSL_ETM_ENABLED; break; in main()
1680 case 1: opt.etm = MBEDTLS_SSL_ETM_ENABLED; break; in main()
Completed in 54 milliseconds