9.13.3.4.148. Function sss_mac_update¶
Defined in File fsl_sss_api.h
9.13.3.4.148.1. Function Documentation¶
-
sss_status_t
sss_mac_update(sss_mac_t *context, const uint8_t *message, size_t messageLen)¶ Update mac for a message.
The function blocks current thread until the operation completes or an error occurs.
- Return
Status of the operation
- Parameters
context: Pointer to mac context.message: Buffer with a message chunk.messageLen: Length of the input buffer in bytes.
- Return Value
kStatus_SSS_Success: The operation has completed successfully.kStatus_SSS_Fail: The operation has failed.
