NXP Reader Library  v17.1.0.2535
phKeyStore_Sw_KeyVersionPair_t Struct Reference

Software KeyVersionPair structure for Symmetric and ASymmetric keys. More...

Data Fields

uint8_t pKey [PH_KEYSTORE_MAX_KEY_SIZE]
 Array containing a Symmetric Key or ASymmetric Private Key.
 
uint16_t wVersion
 Versions related to the Symmetric Key. More...
 
uint8_t pPubKey [(PH_KEYSTORE_MAX_KEY_SIZE *2)+1]
 Array containing a ASymmetric Public Key including the Un-compressed notation.
 
uint16_t wKeyPairType
 KeyPair being used for key to be updated.
 
uint8_t bCurveID
 Curve Type of Private / Public Key. More...
 

Detailed Description

Software KeyVersionPair structure for Symmetric and ASymmetric keys.

Field Documentation

◆ wVersion

uint16_t phKeyStore_Sw_KeyVersionPair_t::wVersion

Versions related to the Symmetric Key.

Not applicable for ASymmetric keys storage.

◆ bCurveID

uint8_t phKeyStore_Sw_KeyVersionPair_t::bCurveID

Curve Type of Private / Public Key.

One of the values mentioned in ECC CurveID's


The documentation for this struct was generated from the following file: