Searched refs:MBEDTLS_SSL_ETM_ENABLED (Results 1 – 9 of 9) sorted by relevance
109 …nf_encrypt_then_mac( &conf, (options & 0x20) ? MBEDTLS_SSL_ETM_DISABLED : MBEDTLS_SSL_ETM_ENABLED); in LLVMFuzzerTestOneInput()
135 …mbedtls_ssl_conf_encrypt_then_mac( &conf, (options & 0x20) ? MBEDTLS_SSL_ETM_ENABLED : MBEDTLS_SSL… in LLVMFuzzerTestOneInput()
282 #define MBEDTLS_SSL_ETM_ENABLED 1 macro
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()
861 if( encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_tls12_populate_transform()6430 conf->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in mbedtls_ssl_config_defaults()
1493 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
1424 if( transform->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in mbedtls_ssl_decrypt_buf()
1103 case 1: opt.etm = MBEDTLS_SSL_ETM_ENABLED; break; in main()
1900 case 1: opt.etm = MBEDTLS_SSL_ETM_ENABLED; break; in main()
Completed in 45 milliseconds