mbedtls_sha512_update() function
This function feeds an input buffer into an ongoing SHA-512 checksum calculation.
Arguments
ctx
The SHA-512 context. This must be initialized and have a hash operation started.
input
The buffer holding the input data. This must be a readable buffer of length \p ilen Bytes.
ilen
The length of the input data in Bytes.
Return value
\c 0 on success. A negative error code on failure.
mbedtls_sha512_update() is called by 6 functions and calls 5 functions:
![]()
mbedtls_sha512_update()
mbedtls_sha512_update() reads 5 variables:
![]()
mbedtls_sha512_update()