CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/06 15:49:10
Modified files:
sys/dev : rnd.c
Log message:
For very large operations in randomread(), use a local rc4 instance
much like arc4random_buf_large does, but without re-initializing it
every 8K.
ok tedu
