From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 16:44:08 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB2837B401 for ; Wed, 25 Jun 2003 16:44:08 -0700 (PDT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id A587C44005 for ; Wed, 25 Jun 2003 16:44:07 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out002.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030625234406.PXOB13328.out002.verizon.net@mac.com> for ; Wed, 25 Jun 2003 18:44:06 -0500 Message-ID: <3EFA33C2.9070000@mac.com> Date: Wed, 25 Jun 2003 19:44:02 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030612 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd Questions X-Enigmail-Version: 0.76.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [141.149.47.46] at Wed, 25 Jun 2003 18:44:06 -0500 Subject: HIFN 7951 and /dev/crypto... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 23:44:08 -0000 I've compiled the kernel and seem to have /dev/crypto available: hifn0 mem 0xf4100000-0xf4100fff,0xf4101000-0xf4101fff irq 7 at device 13.0 on pci0 hifn0: Hifn 7951, rev 0, 128KB sram, 193 sessions 114-sec# ls -l /dev/crypto crw-rw-rw- 1 root operator 70, 0 Mar 1 11:54 /dev/crypto ...but "openssl speed -evp sha1" return the same results as I got before adding the crypto card. What do I need to do to make things like ssh and openssl use the crypto hardware? -- -Chuck