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

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... | |
KeyStore implementation to use RD710 Hardware KeyStore.
| 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.
| PH_ERR_SUCCESS | Operation successful. |
| [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. |