Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750894AbbEXIE0 (ORCPT ); Sun, 24 May 2015 04:04:26 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:33662 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750757AbbEXIEW (ORCPT ); Sun, 24 May 2015 04:04:22 -0400 Message-ID: <55618600.6040904@gmail.com> Date: Sun, 24 May 2015 10:04:16 +0200 From: Corentin LABBE User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: herbert@gondor.apana.org.au, Boris Brezillon CC: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, maxime.ripard@free-electrons.com, linux@arm.linux.org.uk, davem@davemloft.net, akpm@linux-foundation.org, gregkh@linuxfoundation.org, mchehab@osg.samsung.com, joe@perches.com, tj@kernel.org, arnd@arndb.de, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [linux-sunxi] Re: [PATCH v9 4/4] crypto: Add Allwinner Security System crypto accelerator References: <1431608341-10936-1-git-send-email-clabbe.montjoie@gmail.com> <1431608341-10936-5-git-send-email-clabbe.montjoie@gmail.com> <20150517104508.468b032f@bbrezillon> <55607CB7.8020505@gmail.com> <20150523163536.2d64ef8d@bbrezillon> <20150524033253.GB20656@gondor.apana.org.au> In-Reply-To: <20150524033253.GB20656@gondor.apana.org.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1360 Lines: 31 Le 24/05/2015 05:32, Herbert Xu a écrit : > On Sat, May 23, 2015 at 04:35:36PM +0200, Boris Brezillon wrote: >> >>> Since all SG I get was always a multiple of 16 (AES BLOCK SIZE) it was a sort of confirmation. >>> >>> Herbert ? does am I right or a chunking test is missing for cbc(aes) in testmgr.h >> >> Okay, just sharing my vision of this thing (I'll let Herbert comment on >> this aspect): I'd say that theoretically nothing prevents one from >> splitting its sg list in chunks smaller than the block size, so I'd >> say you should use the same trick for AES. > > Indeed, you must be able to handle a block that straddles two SG > entries. If the hardware is not capable then you have to linearise > it by copying or use a fallback. > > I can't believe we don't have a generic test for this in testmgr. > For aes_cbc it exists a test with 3 SG with .tap = { 496 - 20, 4, 16 } But my driver handle that. (multiple of 4) What do you think about adding a test with 16 SG of 1 byte ? (or 3 + 2 + 3 + 8 * 1) Furthermore, I need to re-read testmgr.h but it seems that no aes test exists with odd SG size. -- 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/