Searched refs:mbedtls_ssl_conf_encrypt_then_mac (Results 1 – 8 of 8) sorted by relevance
110 …mbedtls_ssl_conf_encrypt_then_mac( &conf, (options & 0x20) ? MBEDTLS_SSL_ETM_DISABLED : MBEDTLS_SS… in LLVMFuzzerTestOneInput()
135 …mbedtls_ssl_conf_encrypt_then_mac( &conf, (options & 0x20) ? MBEDTLS_SSL_ETM_ENABLED : MBEDTLS_SSL… in LLVMFuzzerTestOneInput()
3435 void mbedtls_ssl_conf_encrypt_then_mac( mbedtls_ssl_config *conf, char etm );
2371 #define ssl_set_encrypt_then_mac mbedtls_ssl_conf_encrypt_then_mac
1839 mbedtls_ssl_conf_encrypt_then_mac( &conf, opt.etm ); in main()
2654 mbedtls_ssl_conf_encrypt_then_mac( &conf, opt.etm ); in main()
2011 ssl_set_encrypt_then_mac mbedtls_ssl_conf_encrypt_then_mac
4894 void mbedtls_ssl_conf_encrypt_then_mac( mbedtls_ssl_config *conf, char etm ) in mbedtls_ssl_conf_encrypt_then_mac() function