xilasu
Vitis Drivers API Documentation
xasu_ecies.c File Reference

Overview

This file contains the implementation of the client interface functions for ECIES module.

MODIFICATION HISTORY:
Ver   Who  Date     Changes


1.0 yog 02/21/25 Initial release

 

Functions

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...
 
s32 XAsu_EciesKat (XAsu_ClientParams *ClientParamsPtr)
 This function sends command to ASUFW to perform ECIES Known Answer Tests (KAT's). More...