Searched defs:chacha20_prng (Results 1 – 2 of 2) sorted by relevance
27 struct chacha20_prng { struct28 chacha_state s; /* chacha state */29 unsigned char ent[40]; /* entropy buffer */30 unsigned long idx; /* entropy counter */
154 _LTC_PRNG_EXPORT(chacha20_prng) in _LTC_PRNG_EXPORT() argument
Completed in 3 milliseconds