mbedtls_ecjpake_free() function
This clears an ECJPAKE context and frees any embedded data structure.
Arguments
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.