CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2011/01/07 16:13:48
Modified files: sys/dev : rnd.c rndvar.h Log message: some minor improvements to rnd. 1. only support pool words == 2048. 2. define the amount of key we use. 3. define the amount of rc4 we skip. 4. use arc4random_buf instead of reimplementing inline. 5. bzero some more "secrets". ok deraadt djm