![]() |
nRF Connect SDK API 3.4.99
|
| psa_status_t cracen_xof_update | ( | cracen_xof_operation_t * | operation, |
| const uint8_t * | input, | ||
| size_t | input_length ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_xof.h>
Feed input to a multi-part XOF operation.
| [in,out] | operation | XOF operation context. |
| [in] | input | Buffer containing the input fragment. |
| [in] | input_length | Length of the input in bytes. |
| PSA_SUCCESS | The input was processed successfully. |
| PSA_ERROR_BAD_STATE | The operation is not in a valid state. |