Function esp_idf_sys::mbedtls_ssl_get_ciphersuite_name
source ยท pub unsafe extern "C" fn mbedtls_ssl_get_ciphersuite_name(
ciphersuite_id: c_int,
) -> *const c_char
Expand description
\brief Return the name of the ciphersuite associated with the given ID
\param ciphersuite_id SSL ciphersuite ID
\return a string containing the ciphersuite name