Home
last modified time | relevance | path

Searched defs:fortuna_prng (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_prng.h28 struct fortuna_prng { struct
29 hash_state pool[LTC_FORTUNA_POOLS]; /* the pools */
31 symmetric_key skey;
33 unsigned char K[32], /* the current key */
34 IV[16]; /* IV for CTR mode */
36 unsigned long pool_idx, /* current pool we will add to */
37 pool0_len; /* length of 0'th pool */
38 ulong64 wd;
39 ulong64 reset_cnt; /* number of times we have reseeded */

Completed in 3 milliseconds