mbedtls_internal_sha1_process() function
SHA-1 process data block (internal use only). \warning SHA-1 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.
Arguments
ctx
The SHA-1 context to use. This must be initialized.
data
The data block being processed. This must be a readable buffer of length \c 64 Bytes.
Return value
\c 0 on success. A negative error code on failure.