Function esp_idf_hal::sys::mbedtls_ssl_get_ciphersuite_id
source ยท pub unsafe extern "C" fn mbedtls_ssl_get_ciphersuite_id(
ciphersuite_name: *const i8,
) -> i32
Expand description
\brief Return the ID of the ciphersuite associated with the given name
\param ciphersuite_name SSL ciphersuite name
\return the ID with the ciphersuite or 0 if not found