- XSecure_AesEncryptUpdate
- This API encrypts the input data given using the USER_KEY, IV and returns the encrypted data.
- XSecure_AesDecryptUpdate
- This API decrypts the input data given using the USER_KEY, IV and returns the decrypted data.
- XSecure_AesUpdateAad
- Updates the AES engine with Additional Authenticated Data (AAD)
- XSecure_AesDecryptFinal
- Verifies the GCM tag provided for the data decrypted.
- XSecure_AesEncryptFinal
- Updates the GCM tag for the encrypted data.