NXP NFC Reader Library  v4.040.05.011646
phCryptoSym_Sw_DataParams_t Struct Reference

Software parameter structure. More...

Data Fields

uint16_t wId
 Layer ID for this component, NEVER MODIFY!
 
void * pKeyStoreDataParams
 Pointer to Key Store object - can be NULL. More...
 
uint8_t pKey [PH_CRYPTOSYM_SW_KEY_BUFFER_SIZE]
 Internal key storage array.
 
uint8_t pIV [PH_CRYPTOSYM_SW_MAX_BLOCK_SIZE]
 Internal IV storage array.
 
uint16_t wKeyType
 Key Type. More...
 
uint16_t wKeepIV
 Indicates if the init vector of a previous crypto operation shall be used for the next operation. More...
 

Detailed Description

Software parameter structure.

Field Documentation

§ pKeyStoreDataParams

void* phCryptoSym_Sw_DataParams_t::pKeyStoreDataParams

Pointer to Key Store object - can be NULL.

§ wKeyType

uint16_t phCryptoSym_Sw_DataParams_t::wKeyType

Key Type.

§ wKeepIV

uint16_t phCryptoSym_Sw_DataParams_t::wKeepIV

Indicates if the init vector of a previous crypto operation shall be used for the next operation.


The documentation for this struct was generated from the following file: