From owner-cvs-src@FreeBSD.ORG Sat Apr 17 12:26:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F47316A4CE; Sat, 17 Apr 2004 12:26:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C8443D58; Sat, 17 Apr 2004 12:26:54 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HJQrGe090399; Sat, 17 Apr 2004 12:26:53 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HJQrcx090398; Sat, 17 Apr 2004 12:26:53 -0700 (PDT) (envelope-from markm) Message-Id: <200404171926.i3HJQrcx090398@repoman.freebsd.org> From: Mark Murray Date: Sat, 17 Apr 2004 12:26:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/random nehemiah.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 19:26:54 -0000 markm 2004/04/17 12:26:53 PDT FreeBSD src repository Modified files: sys/dev/random nehemiah.c Log: Add a Davies-Meyer style hash to the output. This is still pure Nehemiah chip, but the work is all done in hardware. There are three opportunities to add other entropy; the Data Buffer, the Cipher's IV and the Cipher's key. A future commit will exploit these opportunities. Revision Changes Path 1.2 +124 -12 src/sys/dev/random/nehemiah.c