Function esp_idf_hal::sys::mbedtls_ecdh_can_do
source ยท pub unsafe extern "C" fn mbedtls_ecdh_can_do(gid: u32) -> i32
Expand description
\brief Check whether a given group can be used for ECDH.
\param gid The ECP group ID to check.
\return \c 1 if the group can be used, \c 0 otherwise