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... | |
Software KeyVersionPair structure for Symmetric and ASymmetric keys.
| uint16_t phKeyStore_Sw_KeyVersionPair_t::wVersion |
Versions related to the Symmetric Key.
Not applicable for ASymmetric keys storage.
| uint8_t phKeyStore_Sw_KeyVersionPair_t::bCurveID |
Curve Type of Private / Public Key.
One of the values mentioned in ECC CurveID's