From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8290BC433EF for ; Thu, 21 Apr 2022 10:02:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236744AbiDUKEz (ORCPT ); Thu, 21 Apr 2022 06:04:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376322AbiDUKEs (ORCPT ); Thu, 21 Apr 2022 06:04:48 -0400 Received: from fornost.hmeau.com (helcar.hmeau.com [216.24.177.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8A7D24BEA; Thu, 21 Apr 2022 03:01:59 -0700 (PDT) Received: from gwarestrin.arnor.me.apana.org.au ([192.168.103.7]) by fornost.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1nhTdF-005D3c-QT; Thu, 21 Apr 2022 20:01:51 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Thu, 21 Apr 2022 18:01:50 +0800 Date: Thu, 21 Apr 2022 18:01:50 +0800 From: Herbert Xu To: Corentin Labbe Cc: arno@natisbad.org, bbrezillon@kernel.org, schalla@marvell.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] crypto: marvell: cesa: ECB does not IV Message-ID: References: <20220413191155.1429137-1-clabbe@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220413191155.1429137-1-clabbe@baylibre.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 13, 2022 at 07:11:54PM +0000, Corentin Labbe wrote: > The DES3 ECB has an IV size set but ECB does not need one. > > Fixes: 4ada483978237 ("crypto: marvell/cesa - add Triple-DES support") > Signed-off-by: Corentin Labbe > --- > drivers/crypto/marvell/cesa/cipher.c | 1 - > 1 file changed, 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt