Searched defs:fortuna_prng (Results 1 – 1 of 1) sorted by relevance
19 struct fortuna_prng { struct20 hash_state pool[FORTUNA_POOLS]; /* the pools */22 symmetric_key skey;24 unsigned char K[32], /* the current key */25 IV[16]; /* IV for CTR mode */27 unsigned long pool_idx, /* current pool we will add to */28 pool0_len, /* length of 0'th pool */29 wd; 31 ulong64 reset_cnt; /* number of times we have reset */