DUT implementation of the KeyStore interface.
More...
DUT implementation of the KeyStore interface.
◆ phKeyStore_DUT_Init()
Initialize the KeyStore component.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |
| [in] | pHalDataParams | [In] Pointer to HAL Parameter structure. |
| [in] | wNoOfKeyEntries | [In] Number of key entries for storing the keys. |
◆ phKeyStore_DUT_DeInit()
De-Initialize the DUT component.
- Note
- Its must to call this interface to Un-initialize any used global context from other libraries. If not called, there might be unusual behavior for the next executions.
- Returns
- Status code
- Return values
-
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlying component. |
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |