![]() |
xilasu
Vitis Drivers API Documentation
|
This file Contains the ECIES client function prototypes.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 yog 02/21/25 Initial release
Functions | |
| s32 | XAsu_EciesKat (XAsu_ClientParams *ClientParamsPtr) |
| This function sends command to ASUFW to perform ECIES Known Answer Tests (KAT's). More... | |
| s32 | XAsu_EciesEncrypt (XAsu_ClientParams *ClientParamsPtr, XAsu_EciesParams *EciesParamsPtr) |
| This function sends a command to perform the encryption of the given plaintext message using the ECIES protocol. More... | |
| s32 | XAsu_EciesDecrypt (XAsu_ClientParams *ClientParamsPtr, XAsu_EciesParams *EciesParamsPtr) |
| This function sends command to ASUFW to perform the decryption of the given ciphertext using the ECIES protocol. More... | |