mbedtls_internal_sha512_process() function
This function processes a single data block within the ongoing SHA-512 computation.
Arguments
ctx
The SHA-512 context. This must be initialized.
data
The buffer holding one block of data. This must be a readable buffer of length \c 128 Bytes.
Return value
\c 0 on success. A negative error code on failure.
mbedtls_internal_sha512_process() is called by 4 functions:
![]()
mbedtls_internal_sha512_process()
mbedtls_internal_sha512_process() reads 2 variables:
![]()
mbedtls_internal_sha512_process()