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

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... | |
KeyStore implementation to use RC632 Hardware KeyStore.
| phStatus_t phKeyStore_Rc632_Init | ( | phKeyStore_Rc632_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pHalDataParams | ||
| ) |
Initializes the KeyStore component as RC632 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 RC632 IC. |