NXP NFC Reader Library
v4.040.05.011646
|
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... | |
Software parameter structure.
void* phCryptoSym_Sw_DataParams_t::pKeyStoreDataParams |
Pointer to Key Store object - can be NULL.
uint16_t phCryptoSym_Sw_DataParams_t::wKeyType |
Key Type.
uint16_t phCryptoSym_Sw_DataParams_t::wKeepIV |
Indicates if the init vector of a previous crypto operation shall be used for the next operation.