git: kernel - Use add_buffer_randomness()
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Feb 25 15:08:43 PST 2014
commit 8abf17a5a6b43da3666f9825810209ed60a2a3f3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Feb 25 15:07:40 2014 -0800
kernel - Use add_buffer_randomness()
* Use add_buffer_randomness() instead of add_true_randomness(). It will
do a better job on the char array and also does a quick IBAA mix when it
is through adding the buffer.
Summary of changes:
sys/dev/crypto/hifn/hifn7751.c | 4 +---
sys/dev/crypto/rndtest/rndtest.c | 9 +++------
sys/dev/crypto/safe/safe.c | 5 +----
sys/dev/crypto/ubsec/ubsec.c | 6 ++----
4 files changed, 7 insertions(+), 17 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8abf17a5a6b43da3666f9825810209ed60a2a3f3
--
DragonFly BSD source repository
More information about the Commits
mailing list