Searched defs:trng_usr_cfg (Results 1 – 1 of 1) sorted by relevance
179 struct trng_usr_cfg { struct180 enum trng_mode mode;181 uint64_t seed_life; /* number of TRNG requests per seed */182 bool predict_en; /* enable prediction resistance */183 bool pstr_en; /* enable personalization string */184 uint32_t pstr[TRNG_PERS_STR_REGS];185 bool iseed_en; /* enable an initial seed */209 struct trng_usr_cfg usr_cfg; argument