From owner-cvs-all Sun Nov 28 15:39:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8551153BE; Sun, 28 Nov 1999 15:39:49 -0800 (PST) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA72165; Sun, 28 Nov 1999 15:39:49 -0800 (PST) (envelope-from dan@FreeBSD.org) Message-Id: <199911282339.PAA72165@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 28 Nov 1999 15:39:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern arc4random.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/11/28 15:39:49 PST Modified files: sys/libkern arc4random.c Log: Address the concerns of the ``randomness'' of the initial PRNG. Now, we use bits from /dev/random to stir the S-box. Also add an internal counter to keep the S-box stirred on a regular basis. Reviewed by: msmith Revision Changes Path 1.2 +33 -15 src/sys/libkern/arc4random.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message