![]() |
xilsecure
Vitis Drivers API Documentation
|
This file contains Versal Net specific code for Xilsecure rsa quiet mode server.
MODIFICATION HISTORY:
Ver Who Date Changes
5.4 kal 08/26/24 Initial release
Functions | |
| int | XSecure_RsaExpCRT (u8 *Hash, u8 *P, u8 *Q, u8 *Dp, u8 *Dq, u8 *Qinv, u8 *Pub, u8 *Mod, int Len, u8 *Res) |
| This function performs the RSA exponentiation using CRT (Chinese Remainder Theorem). More... | |
| int | XSecure_RsaExp (u8 *Hash, u8 *Exp, u8 *Mod, u8 *P, u8 *Q, u8 *Pub, u8 *Tot, int Len, u8 *Res) |
| This function performs the RSA exponentiation. More... | |
| int | XSecure_RsaExpopt (u8 *Hash, u8 *Exp, u8 *Mod, u8 *RN, u8 *RRN, u8 *P, u8 *Q, u8 *Pub, u8 *Tot, int Len, u8 *Res) |
| This function perofrms the RSA exponentiation using pre-calculated modulus. More... | |