xilsecure
Vitis Drivers API Documentation
XSecure_EcdhParams Struct Reference

Structure for input parameters for ECDH. More...

Data Fields

u32 CurveType
 ECC curve type. More...
 
u32 PubKeyAddrHigh
 Higher 32-bit address of public key. More...
 
u32 PubKeyAddrLow
 Lower 32-bit address of public key. More...
 
u32 PrivKeyAddrHigh
 Higher 32-bit address of private key. More...
 
u32 PrivKeyAddrLow
 Lower 32-bit address of private key. More...
 
u32 SharedSecretAddrHigh
 Higher 32-bit address of Shared secret to be copied. More...
 
u32 SharedSecretAddrLow
 Lower 32-bit address of Shared secret to be copied. More...
 

Detailed Description

Structure for input parameters for ECDH.

Field Documentation

u32 XSecure_EcdhParams::CurveType

ECC curve type.

u32 XSecure_EcdhParams::PrivKeyAddrHigh

Higher 32-bit address of private key.

u32 XSecure_EcdhParams::PrivKeyAddrLow

Lower 32-bit address of private key.

u32 XSecure_EcdhParams::PubKeyAddrHigh

Higher 32-bit address of public key.

u32 XSecure_EcdhParams::PubKeyAddrLow

Lower 32-bit address of public key.

u32 XSecure_EcdhParams::SharedSecretAddrHigh

Higher 32-bit address of Shared secret to be copied.

u32 XSecure_EcdhParams::SharedSecretAddrLow

Lower 32-bit address of Shared secret to be copied.