xilasu
Vitis Drivers API Documentation
XAsu_RsaParams Struct Reference

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...
 

Detailed Description

This structure contains RSA params info.

Field Documentation

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().

u64 XAsu_RsaParams::OutputDataAddr