Home
last modified time | relevance | path

Searched refs:MBEDTLS_SSL_ETM_DISABLED (Results 1 – 8 of 8) sorted by relevance

/third_party/mbedtls/programs/fuzz/
Dfuzz_client.c109 …mbedtls_ssl_conf_encrypt_then_mac( &conf, (options & 0x20) ? MBEDTLS_SSL_ETM_DISABLED : MBEDTLS_SS… in LLVMFuzzerTestOneInput()
Dfuzz_server.c135 …nf_encrypt_then_mac( &conf, (options & 0x20) ? MBEDTLS_SSL_ETM_ENABLED : MBEDTLS_SSL_ETM_DISABLED); in LLVMFuzzerTestOneInput()
/third_party/mbedtls/include/mbedtls/
Dssl.h281 #define MBEDTLS_SSL_ETM_DISABLED 0 macro
/third_party/mbedtls/library/
Dssl_cli.c559 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ) in ssl_write_encrypt_then_mac_ext()
1481 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_parse_encrypt_then_mac_ext()
Dssl_srv.c1996 if( ssl->session_negotiate->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ) in ssl_write_encrypt_then_mac_ext()
Dssl_msg.c655 && transform->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED in mbedtls_ssl_encrypt_buf()
/third_party/mbedtls/programs/ssl/
Dssl_client2.c1104 case 0: opt.etm = MBEDTLS_SSL_ETM_DISABLED; break; in main()
Dssl_server2.c1901 case 0: opt.etm = MBEDTLS_SSL_ETM_DISABLED; break; in main()