Searched defs:yarrow_prng (Results 1 – 2 of 2) sorted by relevance
3 struct yarrow_prng { struct4 int cipher, hash;5 unsigned char pool[MAXBLOCKSIZE];6 symmetric_CTR ctr;
3 prng_state yarrow_prng; variable