Home
last modified time | relevance | path

Searched refs:MBEDTLS_SSL_ETM_ENABLED (Results 1 – 11 of 11) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/programs/fuzz/
Dfuzz_client.c110 …nf_encrypt_then_mac( &conf, (options & 0x20) ? MBEDTLS_SSL_ETM_DISABLED : MBEDTLS_SSL_ETM_ENABLED); in LLVMFuzzerTestOneInput()
Dfuzz_server.c135 …mbedtls_ssl_conf_encrypt_then_mac( &conf, (options & 0x20) ? MBEDTLS_SSL_ETM_ENABLED : MBEDTLS_SSL… in LLVMFuzzerTestOneInput()
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h235 #define MBEDTLS_SSL_ETM_ENABLED 1 macro
Dcompat-1.3.h1417 #define SSL_ETM_ENABLED MBEDTLS_SSL_ETM_ENABLED
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dssl_srv.c584 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED && in ssl_parse_encrypt_then_mac_ext()
587 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
Dssl_tls.c1173 if( encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_populate_transform()
6971 conf->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in mbedtls_ssl_config_defaults()
Dssl_cli.c1623 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
Dssl_msg.c1338 if( transform->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in mbedtls_ssl_decrypt_buf()
/openthread-3.5.0/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c1097 case 1: opt.etm = MBEDTLS_SSL_ETM_ENABLED; break; in main()
Dssl_server2.c1875 case 1: opt.etm = MBEDTLS_SSL_ETM_ENABLED; break; in main()
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt994 SSL_ETM_ENABLED MBEDTLS_SSL_ETM_ENABLED