![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_mac_update | ( | cracen_mac_operation_t * | operation, |
| const uint8_t * | input, | ||
| size_t | input_length ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_mac.h>
Add input data to a MAC operation.
| [in,out] | operation | MAC operation context. |
| [in] | input | Input data to add. |
| [in] | input_length | Length of the input data in bytes. |
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_BAD_STATE | The operation is not in a valid state. |