
Data Structures | |
| struct | phalMfpEVx_Sw_DataParams_t |
| MIFARE Plus EVx Software parameter structure. More... | |
Functions | |
| phStatus_t | phalMfpEVx_Sw_Init (phalMfpEVx_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalMifareDataParams, void *pKeyStoreDataParams, void *pCryptoDataParamsEnc, void *pCryptoDataParamsMac, void *pCryptoRngDataParams, void *pCryptoDiversifyDataParams, void *pTMIDataParams, void *pVCADataParams) |
| Initializes the AL component as software component. More... | |
| phStatus_t phalMfpEVx_Sw_Init | ( | phalMfpEVx_Sw_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pPalMifareDataParams, | ||
| void * | pKeyStoreDataParams, | ||
| void * | pCryptoDataParamsEnc, | ||
| void * | pCryptoDataParamsMac, | ||
| void * | pCryptoRngDataParams, | ||
| void * | pCryptoDiversifyDataParams, | ||
| void * | pTMIDataParams, | ||
| void * | pVCADataParams | ||
| ) |
Initializes the AL component as software component.
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlaying component. |
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |
| [in] | pPalMifareDataParams | [In] Pointer to a palMifare data parameter structure. |
| [in] | pKeyStoreDataParams | [In] Pointer to a KeyStore data parameter structure. |
| [in] | pCryptoDataParamsEnc | [In] Pointer to a Crypto data parameter structure for encryption. |
| [in] | pCryptoDataParamsMac | [In] Pointer to a Crypto data parameter structure for Macing. |
| [in] | pCryptoRngDataParams | [In] Pointer to a CryptoRng data parameter structure. |
| [in] | pCryptoDiversifyDataParams | [In] Pointer to the parameter structure of the CryptoDiversify layer (can be NULL). |
| [in] | pTMIDataParams | [In] Pointer to a TMI data parameter structure. |
| [in] | pVCADataParams | [In] Pointer to the parameter structure for Virtual Card. |