nrfxlib API 2.8.99
|
psa_status_t cc3xx_mac_update | ( | cc3xx_mac_operation_t * | operation, |
const uint8_t * | input, | ||
size_t | input_length ) |
Update a MAC object with new data to authenticate.
[in] | operation | Pointer to the operation object |
[in] | input | Buffer holding the new input data |
[in] | input_length | Size in bytes of the input buffer |
PSA_SUCCESS | on success. Error code from psa_status_t on failure |