pub unsafe extern "C" fn mbedtls_ecjpake_free(
    ctx: *mut mbedtls_ecjpake_context
)
Expand description

\brief This clears an ECJPAKE context and frees any embedded data structure.

\param ctx The ECJPAKE context to free. This may be \c NULL, in which case this function does nothing. If it is not \c NULL, it must point to an initialized ECJPAKE context.