Existing Implementation - 2024.2 English - UG1304

Versal Adaptive SoC System Software Developers Guide (UG1304)

Document ID
UG1304
Release Date
2024-12-13
Version
2024.2 English
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.