11.12.3.4.238. Function sss_se05x_aead_update_aad

11.12.3.4.238.1. Function Documentation

sss_status_t sss_se05x_aead_update_aad(sss_se05x_aead_t *context, const uint8_t *aadData, size_t aadDataLen)

Feeds a new chunk of the AAD. Subsequent calls of this function are possible.

Return

Status of the operation

Parameters
  • context: Pointer to aead crypto context

  • aadData: Input buffer containing the chunk of AAD

  • aadDataLen: Length of the AAD data in bytes.

Return Value