Stub Sub-Component ASymmetric Cryptography library. More...

Data Structures | |
| struct | phCryptoASym_Stub_DataParams_t |
| Data structure for ASymmetric Crypto Stub layer implementation. More... | |
Functions | |
| phStatus_t | phCryptoASym_Stub_Init (phCryptoASym_Stub_DataParams_t *pDataParams, uint16_t wSizeOfDataParams) |
| Initialize the CryptoASym with Stub as sub-component. More... | |
Stub Sub-Component ASymmetric Cryptography library.
| phStatus_t phCryptoASym_Stub_Init | ( | phCryptoASym_Stub_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams | ||
| ) |
Initialize the CryptoASym with Stub as sub-component.
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlying component. |
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |