12.1.2.19 aes_sync_gcm_update
AES-GCM block update.
int32_t aes_sync_gcm_update(
struct aes_sync_descriptor *const descr,
const uint8_t * input,
uint8_t * output,
uint32_t length
)
Parameters
- descr
-
Type: struct aes_sync_descriptor Struct *const
The AES descriptor
- input
-
Type: const uint8_t *
Buffer holding the input data
- output
-
Type: uint8_t *
Buffer holding the output data
- length
-
Type: uint32_t
Byte length of the input data
Returns
Type: int32_t
ERR_NONE if successful