xilasu
Vitis Drivers API Documentation
XAsu_RsaPvtKeyComp Struct Reference

This structure contains RSA private key parameters info. More...

Data Fields

XAsu_RsaPubKeyComp PubKeyComp
 Contains public key components. More...
 
u32 PvtExp [XRSA_MAX_KEY_SIZE_IN_WORDS]
 Private Exponent. More...
 
u32 PrimeCompOrTotient [XRSA_MAX_KEY_SIZE_IN_WORDS]
 Prime component or Totient. More...
 
u32 PrimeCompOrTotientPrsnt
 0 : Ignore PrimeComporTotient array 1 : Array Consists totient 2 : Array Consists Prime component More...
 

Detailed Description

This structure contains RSA private key parameters info.

Field Documentation

u32 XAsu_RsaPvtKeyComp::PrimeCompOrTotient[XRSA_MAX_KEY_SIZE_IN_WORDS]

Prime component or Totient.

u32 XAsu_RsaPvtKeyComp::PrimeCompOrTotientPrsnt

0 : Ignore PrimeComporTotient array 1 : Array Consists totient 2 : Array Consists Prime component

XAsu_RsaPubKeyComp XAsu_RsaPvtKeyComp::PubKeyComp

Contains public key components.

u32 XAsu_RsaPvtKeyComp::PvtExp[XRSA_MAX_KEY_SIZE_IN_WORDS]

Private Exponent.