nrfxlib API 2.8.99
|
psa_status_t cc3xx_aead_update_ad | ( | cc3xx_aead_operation_t * | operation, |
const uint8_t * | input, | ||
size_t | input_size ) |
Pass additional data to an active AEAD operation.
[in] | operation | Active AEAD operation. |
[in] | input | Buffer containing the additional data. |
[in] | input_size | Size of the input buffer in bytes. |
PSA_SUCCESS | |
PSA_ERROR_INVALID_ARGUMENT | |
PSA_ERROR_CORRUPTION_DETECTED | |
PSA_ERROR_NOT_SUPPORTED | |
PSA_ERROR_DATA_INVALID |