![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_hash_update | ( | cracen_hash_operation_t * | operation, |
| const uint8_t * | input, | ||
| const size_t | input_length ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_hash.h>
Add a message fragment to a multi-part hash operation.
| [in,out] | operation | Hash operation context. |
| [in] | input | Message fragment to hash. |
| [in] | input_length | Length of the message fragment in bytes. |
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_BAD_STATE | The operation is not in a valid state. |