From: Kim Phillips Subject: Re: [PATCHv2 3/3] crypto: talitos - add hash algorithms Date: Fri, 30 Apr 2010 22:25:52 -0500 Message-ID: <20100430222552.12ea014c.kim.phillips@freescale.com> References: <1272630083-5705-1-git-send-email-lee.nipper@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-crypto@vger.kernel.org To: Lee Nipper Return-path: Received: from az33egw02.freescale.net ([192.88.158.103]:58940 "EHLO az33egw02.freescale.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755070Ab0EADNL (ORCPT ); Fri, 30 Apr 2010 23:13:11 -0400 Received: from de01smr01.freescale.net (de01smr01.freescale.net [10.208.0.31]) by az33egw02.freescale.net (8.14.3/az33egw02) with ESMTP id o413D7Un003226 for ; Fri, 30 Apr 2010 20:13:07 -0700 (MST) Received: from az33exm22.fsl.freescale.net (az33exm22.am.freescale.net [10.64.32.10]) by de01smr01.freescale.net (8.13.1/8.13.0) with ESMTP id o413MhTs011597 for ; Fri, 30 Apr 2010 22:22:43 -0500 (CDT) In-Reply-To: <1272630083-5705-1-git-send-email-lee.nipper@gmail.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Fri, 30 Apr 2010 07:21:23 -0500 Lee Nipper wrote: > Add the following alorithms to talitos: > md5, > sha1, > sha256, > sha384, > sha512. > These are all type ahash. > > Signed-off-by: Lee Nipper > --- Acked-by: Kim Phillips Kim