NXP Reader Library  v17.1.0.2535
Component : Rc663

KeyStore implementation to use RC663 Hardware KeyStore. More...

Collaboration diagram for Component : Rc663:

Data Structures

struct  phKeyStore_Rc663_DataParams_t
 Rc663 parameter structure. More...
 

Macros

#define PH_KEYSTORE_RC663_NUM_KEYS   0x80U
 Maximum number of keys storable in Rc663.
 
#define PH_KEYSTORE_RC663_NUM_VERSIONS   0x01U
 Amount of versions for each key entry in the key store.
 

Functions

phStatus_t phKeyStore_Rc663_Init (phKeyStore_Rc663_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams)
 Initializes the KeyStore component as RC663 component. More...
 

Detailed Description

KeyStore implementation to use RC663 Hardware KeyStore.

Function Documentation

◆ phKeyStore_Rc663_Init()

phStatus_t phKeyStore_Rc663_Init ( phKeyStore_Rc663_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalDataParams 
)

Initializes the KeyStore component as RC663 component.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.
[in]wSizeOfDataParams[In] Specifies the size of the data parameter structure.
[in]pHalDataParams[In] Pointer to a HAL based on NXP RC663 IC.