esp_idf_hal::sys

Function mbedtls_ssl_get_ciphersuite_name

Source
pub unsafe extern "C" fn mbedtls_ssl_get_ciphersuite_name(
    ciphersuite_id: i32,
) -> *const u8
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