NXP Reader Library  v17.1.0.2535
phCryptoRng_Sw_DataParams_t Struct Reference

Data structure for Random Number's Software layer implementation. 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...
 

Detailed Description

Data structure for Random Number's Software layer implementation.

Field Documentation

◆ dwRequestCounter

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.


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