![]() |
xilsecure
Vitis Drivers API Documentation
|
Input parameters pointers for RSA. More...
Data Fields | |
| u8 * | Modulus |
| Modulus. More... | |
| u8 * | P |
| Prime1. More... | |
| u8 * | Q |
| Prime2. More... | |
| u8 * | DP |
| Private exponent 1. More... | |
| u8 * | DQ |
| Private exponent 2. More... | |
| u8 * | QInv |
| Q inverse. More... | |
| u8 * | Exponentiation |
| Exponentitation. More... | |
| u8 * | Exponent |
| Exponent. More... | |
Input parameters pointers for RSA.
| u8* XSecure_RsaKey::DP |
Private exponent 1.
| u8* XSecure_RsaKey::DQ |
Private exponent 2.
| u8* XSecure_RsaKey::Exponent |
Exponent.
Referenced by XSecure_DataAuth().
| u8* XSecure_RsaKey::Exponentiation |
Exponentitation.
Referenced by XSecure_DataAuth().
| u8 * XSecure_RsaKey::Modulus |
Modulus.
Referenced by XSecure_DataAuth().
| u8* XSecure_RsaKey::P |
Prime1.
| u8* XSecure_RsaKey::Q |
Prime2.
| u8* XSecure_RsaKey::QInv |
Q inverse.