NXP Reader Library  v17.1.0.2535
Component : Stub

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

Collaboration diagram for Component : Stub:

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...
 

Detailed Description

Stub implementation of the Random Number interface.

Function Documentation

◆ phCryptoRng_Stub_Init()

phStatus_t phCryptoRng_Stub_Init ( phCryptoRng_Stub_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams 
)

Initialize the CryptoRng with Stub as sub-component.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
OtherDepending on implementation and underlaying component.
Parameters
[in]pDataParams[In] Pointer to this layers parameter structure.
[in]wSizeOfDataParams[In] Specifies the size of the data parameter structure.