Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757197Ab3H2Xbo (ORCPT ); Thu, 29 Aug 2013 19:31:44 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:55984 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757131Ab3H2Xbn (ORCPT ); Thu, 29 Aug 2013 19:31:43 -0400 Message-ID: <521FD9C0.6020302@ti.com> Date: Thu, 29 Aug 2013 18:31:12 -0500 From: Joel Fernandes User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Joel Fernandes CC: Herbert Xu , "David S. Miller" , Mark Greer , Tony Lindgren , Lokesh Vutla , Linux OMAP List , Linux ARM Kernel List , Linux Kernel Mailing List , Linux Crypto Mailing List Subject: Re: [PATCH 1/3] crypto: omap-des: Add omap-des driver for OMAP4/AM43xx References: <1377818873-21174-1-git-send-email-joelf@ti.com> <1377818873-21174-2-git-send-email-joelf@ti.com> In-Reply-To: <1377818873-21174-2-git-send-email-joelf@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1434 Lines: 42 On 08/29/2013 06:27 PM, Joel Fernandes wrote: > Add omap-des driver with platform data for OMAP4. Support added for DES > ECB and CBC modes. > > Where possible, code is reused from omap-aes driver with changes made for > adjusting key size, block size, removing non-existent encryption modes > and adding support for OMAP4 platform data and offsets. > > Tests have been conducted with the CRYPTO test manager, and functionality > is verified at different page length alignments. > > Signed-off-by: Joel Fernandes > --- > drivers/crypto/omap-des.c | 1192 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 1192 insertions(+) > create mode 100644 drivers/crypto/omap-des.c > > diff --git a/drivers/crypto/omap-des.c b/drivers/crypto/omap-des.c > new file mode 100644 > index 0000000..6a9a25f > --- /dev/null > +++ b/drivers/crypto/omap-des.c > @@ -0,0 +1,1192 @@ > +/* > + * Cryptographic API. > + * > + * Support for OMAP DES and Triple DES HW acceleration. > + * > + * Copyright (c) 2012 Texas Instruments Incorporated > + * Author: Joel Fernandes Have to change this to 2013. Will do so if there are no other comments. Regards, -Joel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/