mbedtls_internal_sha256_process() function
This function processes a single data block within the ongoing SHA-256 computation. This function is for internal use only.
Arguments
ctx
The SHA-256 context. This must be initialized.
data
The buffer holding one block of data. This must be a readable buffer of length \c 64 Bytes.
Return value
\c 0 on success. A negative error code on failure.
mbedtls_internal_sha256_process() is called by 3 functions and calls 3 functions:
![]()
mbedtls_internal_sha256_process()
mbedtls_internal_sha256_process() reads 6 variables and writes 2 variables:
![]()
mbedtls_internal_sha256_process()