xilasu
Vitis Drivers API Documentation
XAsu_EccKeyParams Struct Reference

This structure contains ECC params info for public key generation. More...

Data Fields

u32 CurveType
 Type of curve. More...
 
u32 KeyLen
 Length of the key. More...
 
u64 PvtKeyAddr
 ECC Private Key buffer address of X party, of KeyLen size. More...
 
u64 PubKeyAddr
 ECC Public Key buffer address of Y party, of double the KeyLen size. More...
 

Detailed Description

This structure contains ECC params info for public key generation.

Field Documentation

u32 XAsu_EccKeyParams::CurveType

Type of curve.

Referenced by XAsu_EccGenPubKey().

u32 XAsu_EccKeyParams::KeyLen

Length of the key.

Referenced by XAsu_EccGenPubKey().

u64 XAsu_EccKeyParams::PubKeyAddr

ECC Public Key buffer address of Y party, of double the KeyLen size.

Referenced by XAsu_EccGenPubKey().

u64 XAsu_EccKeyParams::PvtKeyAddr

ECC Private Key buffer address of X party, of KeyLen size.

Referenced by XAsu_EccGenPubKey().