Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_conf_encrypt_then_mac (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/programs/fuzz/
Dfuzz_client.c109mbedtls_ssl_conf_encrypt_then_mac( &conf, (options & 0x20) ? MBEDTLS_SSL_ETM_DISABLED : MBEDTLS_SS… in LLVMFuzzerTestOneInput()
Dfuzz_server.c135mbedtls_ssl_conf_encrypt_then_mac( &conf, (options & 0x20) ? MBEDTLS_SSL_ETM_ENABLED : MBEDTLS_SSL… in LLVMFuzzerTestOneInput()
/third_party/mbedtls/include/mbedtls/
Dssl.h3604 void mbedtls_ssl_conf_encrypt_then_mac( mbedtls_ssl_config *conf, char etm );
/third_party/mbedtls/programs/ssl/
Dssl_client2.c1826 mbedtls_ssl_conf_encrypt_then_mac( &conf, opt.etm ); in main()
Dssl_server2.c2669 mbedtls_ssl_conf_encrypt_then_mac( &conf, opt.etm ); in main()
/third_party/mbedtls/library/
Dssl_tls.c4230 void mbedtls_ssl_conf_encrypt_then_mac( mbedtls_ssl_config *conf, char etm ) in mbedtls_ssl_conf_encrypt_then_mac() function