Stub implementation of the Random Number interface. More...

Data Structures | |
| struct | phCryptoRng_Stub_DataParams_t |
| Data structure for Random Number's Stub layer implementation. More... | |
Functions | |
| phStatus_t | phCryptoRng_Stub_Init (phCryptoRng_Stub_DataParams_t *pDataParams, uint16_t wSizeOfDataParams) |
| Initialize the CryptoRng with Stub as sub-component. More... | |
Stub implementation of the Random Number interface.
| phStatus_t phCryptoRng_Stub_Init | ( | phCryptoRng_Stub_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams | ||
| ) |
Initialize the CryptoRng with Stub as sub-component.
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlaying component. |
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |