![]() |
xilasu
Vitis Drivers API Documentation
|
This structure contains RSA params info. More...
Data Fields | |
| u64 | InputDataAddr |
| Address of RSA input data. More... | |
| u64 | OutputDataAddr |
| Address of RSA output data. More... | |
| u64 | ExpoCompAddr |
| Address of RSA exponent data. More... | |
| u64 | KeyCompAddr |
| Address of RSA key component structure : XAsu_RsaPubKeyComp - for public key operations and XAsu_RsaPvtKeyComp - for private key operations. More... | |
| u32 | Len |
| Data Len. More... | |
| u32 | KeySize |
| Key Size. More... | |
This structure contains RSA params info.
| u64 XAsu_RsaParams::ExpoCompAddr |
Address of RSA exponent data.
| u64 XAsu_RsaParams::InputDataAddr |
Address of RSA input data.
Referenced by XAsu_RsaCrtDec(), XAsu_RsaDec(), XAsu_RsaEnc(), and XAsu_RsaValidateInputParams().
| u64 XAsu_RsaParams::KeyCompAddr |
Address of RSA key component structure : XAsu_RsaPubKeyComp - for public key operations and XAsu_RsaPvtKeyComp - for private key operations.
Referenced by XAsu_RsaCrtDec(), XAsu_RsaDec(), XAsu_RsaEnc(), and XAsu_RsaValidateInputParams().
| u32 XAsu_RsaParams::KeySize |
Key Size.
Referenced by XAsu_RsaCrtDec(), XAsu_RsaDec(), XAsu_RsaEnc(), XAsu_RsaOaepDec(), XAsu_RsaOaepEnc(), XAsu_RsaPssSignGen(), and XAsu_RsaPssSignVer().
| u32 XAsu_RsaParams::Len |
Data Len.
Referenced by XAsu_RsaCrtDec(), XAsu_RsaDec(), XAsu_RsaEnc(), XAsu_RsaOaepDec(), XAsu_RsaOaepEnc(), XAsu_RsaPssSignGen(), and XAsu_RsaPssSignVer().
| u64 XAsu_RsaParams::OutputDataAddr |
Address of RSA output data.
Referenced by XAsu_RsaCrtDec(), XAsu_RsaDec(), XAsu_RsaEnc(), XAsu_RsaOaepDec(), XAsu_RsaOaepEnc(), and XAsu_RsaPssSignGen().