Function esp_idf_sys::mbedtls_ecjpake_check
source ยท pub unsafe extern "C" fn mbedtls_ecjpake_check(
ctx: *const mbedtls_ecjpake_context,
) -> c_int
Expand description
\brief Check if an ECJPAKE context is ready for use.
\param ctx The ECJPAKE context to check. This must be initialized.
\return \c 0 if the context is ready for use. \return #MBEDTLS_ERR_ECP_BAD_INPUT_DATA otherwise.