mbedtls_sha256_finish() function
This function finishes the SHA-256 operation, and writes the result to the output buffer.
Arguments
ctx
The SHA-256 context. This must be initialized and have a hash operation started.
output
The SHA-224 or SHA-256 checksum result. This must be a writable buffer of length \c 32 bytes for SHA-256, \c 28 bytes for SHA-224.
Return value
\c 0 on success. A negative error code on failure.
Examples
mbedtls_sha256_finish() is referenced by 1 libraries and example projects: