11.12.3.4.296. Function sss_se05x_mac_update

11.12.3.4.296.1. Function Documentation

sss_status_t sss_se05x_mac_update(sss_se05x_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