nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ cracen_mac_update()

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.

Parameters
[in,out]operationMAC operation context.
[in]inputInput data to add.
[in]input_lengthLength of the input data in bytes.
Return values
PSA_SUCCESSThe operation completed successfully.
PSA_ERROR_BAD_STATEThe operation is not in a valid state.