From owner-freebsd-current@FreeBSD.ORG Tue Mar 9 00:34:47 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D733106564A for ; Tue, 9 Mar 2010 00:34:47 +0000 (UTC) (envelope-from ehrmann@gmail.com) Received: from mail-iw0-f185.google.com (mail-iw0-f185.google.com [209.85.223.185]) by mx1.freebsd.org (Postfix) with ESMTP id 538208FC13 for ; Tue, 9 Mar 2010 00:34:47 +0000 (UTC) Received: by iwn15 with SMTP id 15so5731589iwn.7 for ; Mon, 08 Mar 2010 16:34:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=vw5sVGtK9jj5tc4583DJxCIMTX/AHYNh36nccWjW3oI=; b=wVYysgWyQH3MxjlvHrh2n5Jfx0/neqomBUOey7h/O52pTrFTwRJsb57h8954d8leW3 70eXG4ww1I08AihsqQXCEjz83jFzar5U6fNpp+u/+qVTaIUdqm0oVx24b7eqqEMsSipW 8l28+I3cFdiZFRU0vhVlzizA6jy1enDzE5Uwo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=FYI7k8RX+JyAv+VeM4zODDX1BnRfaOTqmw5nc1CeY1eCyIdaZSulL4OUKovtbY7RGO G5VcN/RbgpAVGcltHijNjZxCtfx4t1bkxbxuVCnjbZ4QnEXxoHPYSmb2RaQ+vxJ0EGXc Grw1dziyBl+erPImAJq1hpLNJXl0VC/fVpSKY= MIME-Version: 1.0 Received: by 10.231.161.143 with SMTP id r15mr128597ibx.62.1268094886476; Mon, 08 Mar 2010 16:34:46 -0800 (PST) In-Reply-To: <4B95920C.5000909@jrv.org> References: <4B934015.8000908@gmail.com> <4B934354.4030002@elischer.org> <20100307184422.7007747d.nork@FreeBSD.org> <4B93E96B.8090002@gmail.com> <20100309080951.b1a37510.nork@FreeBSD.org> <4B95920C.5000909@jrv.org> Date: Mon, 8 Mar 2010 16:34:46 -0800 Message-ID: <6e0e5341003081634s2120a531u82b83f3de4f7e458@mail.gmail.com> From: David Ehrmann To: "James R. Van Artsdalen" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, Norikatsu Shigemura , Julian Elischer Subject: Re: Core i5 AES acceleration X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2010 00:34:47 -0000 On Mon, Mar 8, 2010 at 4:10 PM, James R. Van Artsdalen < james-freebsd-current@jrv.org> wrote: > > When last I looked openssl did not use /dev/crypt - it's not clear how > big the benefit would be from doing this if nothing that uses openssl wins. > Geli uses the crypto framework.