mbedtls_internal_sha512_process() function
This function processes a single data block within the ongoing SHA-512 computation. This function is for internal use only.
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 3 functions and calls 3 functions:
![]()
mbedtls_internal_sha512_process()
mbedtls_internal_sha512_process() reads 6 variables and writes 2 variables:
![]()
mbedtls_internal_sha512_process()