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

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... | |
Initialize the CryptoSym with Stub as sub-component.
| phStatus_t phCryptoSym_Stub_Init | ( | phCryptoSym_Stub_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams | ||
| ) |
Initialize the CryptoSym with Stub as sub-component.
| PH_ERR_SUCCESS | Operation successful. |
| PH_ERR_INVALID_DATA_PARAMS |
|
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |