NXP Reader Library  v17.1.0.2535
Component : Stub

Initialize the CryptoSym with Stub as sub-component. More...

Collaboration diagram for Component : Stub:

Data Structures

struct  phCryptoSym_Stub_DataParams_t
 Data structure for Symmetric Crypto Stub layer implementation. More...
 

Functions

phStatus_t phCryptoSym_Stub_Init (phCryptoSym_Stub_DataParams_t *pDataParams, uint16_t wSizeOfDataParams)
 Initialize the CryptoSym with Stub as sub-component. More...
 

Detailed Description

Initialize the CryptoSym with Stub as sub-component.

Function Documentation

◆ phCryptoSym_Stub_Init()

phStatus_t phCryptoSym_Stub_Init ( phCryptoSym_Stub_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams 
)

Initialize the CryptoSym with Stub as sub-component.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMS
  • If the input size do not match the DataParams size of this component.
  • If any of the DataParams are null.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.
[in]wSizeOfDataParams[In] Specifies the size of the data parameter structure.