NXP Reader Library  v17.1.0.2535
Component : Rc632

KeyStore implementation to use RC632 Hardware KeyStore. More...

Collaboration diagram for Component : Rc632:

Data Structures

struct  phKeyStore_Rc632_DataParams_t
 Rc632 parameter structure. More...
 

Macros

#define PH_KEYSTORE_RC632_NUM_KEYS   16U
 Maximum number of keys storable in Rc632.
 
#define PH_KEYSTORE_RC632_NUM_VERSIONS   0x01U
 Amount of versions for each key entry in the key store.
 

Functions

phStatus_t phKeyStore_Rc632_Init (phKeyStore_Rc632_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams)
 Initializes the KeyStore component as RC632 component. More...
 

Detailed Description

KeyStore implementation to use RC632 Hardware KeyStore.

Function Documentation

◆ phKeyStore_Rc632_Init()

phStatus_t phKeyStore_Rc632_Init ( phKeyStore_Rc632_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalDataParams 
)

Initializes the KeyStore component as RC632 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 RC632 IC.