svn commit: r274341 - in head/sys: crypto/rijndael dev/random geom/bde
Dag-Erling Smørgrav
des at FreeBSD.org
Mon Nov 10 09:55:37 UTC 2014
Author: des
Date: Mon Nov 10 09:55:35 2014
New Revision: 274341
URL: https://svnweb.freebsd.org/changeset/base/274341
Log:
I just realized that the previous commit message makes no sense: the
first sentence should have read "Constify the AES and SHA-256 code and
wrappers". This allows us to feed zero_region (which is const) to the
hash function during reseeding and thereby implement the FS&K version of
SHAd-256 instead of the older F&S version.
Approved by: so (self)
Modified:
head/sys/crypto/rijndael/rijndael-api-fst.c
head/sys/crypto/rijndael/rijndael-api-fst.h
head/sys/dev/random/fortuna.c
head/sys/dev/random/hash.c
head/sys/dev/random/hash.h
head/sys/geom/bde/g_bde.h
Modified: head/sys/crypto/rijndael/rijndael-api-fst.c
==============================================================================
Modified: head/sys/crypto/rijndael/rijndael-api-fst.h
==============================================================================
Modified: head/sys/dev/random/fortuna.c
==============================================================================
Modified: head/sys/dev/random/hash.c
==============================================================================
Modified: head/sys/dev/random/hash.h
==============================================================================
Modified: head/sys/geom/bde/g_bde.h
==============================================================================
More information about the svn-src-head
mailing list