Searched refs:mbedtls_ssl_conf_encrypt_then_mac (Results 1 – 6 of 6) sorted by relevance
109 …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()
3604 void mbedtls_ssl_conf_encrypt_then_mac( mbedtls_ssl_config *conf, char etm );
1826 mbedtls_ssl_conf_encrypt_then_mac( &conf, opt.etm ); in main()
2669 mbedtls_ssl_conf_encrypt_then_mac( &conf, opt.etm ); in main()
4230 void mbedtls_ssl_conf_encrypt_then_mac( mbedtls_ssl_config *conf, char etm ) in mbedtls_ssl_conf_encrypt_then_mac() function