![]() |
xilsecure
Vitis Drivers API Documentation
|
This file contains the implementation of elliptic client interface APIs for Versal Net.
MODIFICATION HISTORY:
Ver Who Date Changes
5.2 har 06/15/23 Initial release 5.4 yog 04/29/24 Fixed doxygen grouping. yog 03/18/25 Defined a structure and updated the ECDH input params to that structure.
Functions | |
| int | XSecure_GenSharedSecret (XSecure_ClientInstance *InstancePtr, u32 CrvType, const u8 *PrivateKey, const u8 *PublicKey, u8 *SharedSecret) |
| This function sends IPI request to generate shared secret using Elliptic Curve Diffie–Hellman Key Exchange (ECDH) More... | |