NXP Reader Library  v17.1.0.2535
Component : Rd710

KeyStore implementation to use RD710 Hardware KeyStore. More...

Collaboration diagram for Component : Rd710:

Data Structures

struct  phKeyStore_Rd710_DataParams_t
 Rd710 parameter structure. More...
 

Functions

phStatus_t phKeyStore_Rd710_Init (phKeyStore_Rd710_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_Rd710_DataParams_t *pHalDataParams)
 Initializes the KeyStore component as RD710 component. More...
 

Detailed Description

KeyStore implementation to use RD710 Hardware KeyStore.

Function Documentation

◆ phKeyStore_Rd710_Init()

phStatus_t phKeyStore_Rd710_Init ( phKeyStore_Rd710_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_Rd710_DataParams_t pHalDataParams 
)

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