Date: Mon, 10 Nov 2014 09:55:35 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274341 - in head/sys: crypto/rijndael dev/random geom/bde Message-ID: <201411100955.sAA9tZVR066792@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ==============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411100955.sAA9tZVR066792>