From owner-cvs-src@FreeBSD.ORG Mon Feb 2 09:07:25 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 5F10816A4CE; Mon, 2 Feb 2004 09:07:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9170643D31; Mon, 2 Feb 2004 09:07:24 -0800 (PST) (envelope-from phk@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 i12H6Y0B002647; Mon, 2 Feb 2004 09:06:34 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i12H6YPU002646; Mon, 2 Feb 2004 09:06:34 -0800 (PST) (envelope-from phk) Message-Id: <200402021706.i12H6YPU002646@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 2 Feb 2004 09:06:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hifn hifn7751.c src/sys/opencrypto cryptodev.h cryptosoft.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: Mon, 02 Feb 2004 17:07:25 -0000 phk 2004/02/02 09:06:34 PST FreeBSD src repository Modified files: sys/dev/hifn hifn7751.c sys/opencrypto cryptodev.h cryptosoft.c Log: Add CRD_F_KEY_EXPLICIT which allows the key to be changed per operation, just like it was possible to change the IV. Currently supported on Hifn and software engines only. Approved by: sam@ Revision Changes Path 1.25 +2 -0 src/sys/dev/hifn/hifn7751.c 1.9 +1 -0 src/sys/opencrypto/cryptodev.h 1.7 +10 -0 src/sys/opencrypto/cryptosoft.c