NXP Reader Library  v17.1.0.2535
Component : Software
Collaboration diagram for Component : Software:

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

Detailed Description

Function Documentation

◆ phalMfpEVx_Sw_Init()

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.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
OtherDepending on implementation and underlaying component.
Parameters
[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.