11.12.3.4.238. Function sss_se05x_aead_update_aad¶
Defined in File fsl_sss_se05x_apis.h
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 contextaadData
: Input buffer containing the chunk of AADaadDataLen
: Length of the AAD data in bytes.
- Return Value
kStatus_SSS_Success
: The operation has completed successfully.kStatus_SSS_Fail
: The operation has failed.kStatus_SSS_InvalidArgument
: One of the arguments is invalid for the function to execute.