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 * | pCryptoDataParams |
Data parameter structure for the AES engine. | |
uint32_t | dwRequestCounter |
Counts the amount of requests between two seeding procedures. More... | |
Software parameter structure.
uint32_t phCryptoRng_Sw_DataParams_t::dwRequestCounter |
Counts the amount of requests between two seeding procedures.
Note: according to NIST SP800-90 for AES this is 2^48, for storage reasons the limit is set to 2^32 in this particular implementation.