mbedtls_sha256_free() function
This function clears a SHA-256 context.
Arguments
ctx
The SHA-256 context to clear. This may be \c NULL, in which case this function returns immediately. If it is not \c NULL, it must point to an initialized SHA-256 context.