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 2A974EE49AA for ; Tue, 22 Aug 2023 04:53:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232516AbjHVEx5 (ORCPT ); Tue, 22 Aug 2023 00:53:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232067AbjHVEx4 (ORCPT ); Tue, 22 Aug 2023 00:53:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93B1F18B; Mon, 21 Aug 2023 21:53:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 26E586320D; Tue, 22 Aug 2023 04:53:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C1E7C433C7; Tue, 22 Aug 2023 04:53:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692680034; bh=JbeP199iE1PeA5nZ2TaeZmrgj5NV3RzN82APW6nImDA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sKL0tD7iRZ0MkDNt1X/V6rp2royaC2a/4T7fNRnrWD9NelVu5FDoxeeR/DefCFcAy iBd2gWNzEXW2eAe2EviRTrHqeYtfW6x61trdcBwDDlVVKZzIuQ3vY3rJkJwFBcZaxD nqETuGGonh5g6T4KTYvoYcMqQ+SUkuwUTelAxZkEmMl3VXxVl3FEXFk6A3E1JPUgWy GXLQglKVetZPae0RPpQtdyGLQg7vpYJtT6kiXjBaGt845lUsiWblW0MoH05OGmGlAe lN8lQec6KOtV1vqQDBN3MN769xFtpFtrYQLTYY7k6MJYlQvNSeOYc9QZ1qNmQwlJNf 5KFLJrD9c57aA== Date: Mon, 21 Aug 2023 21:53:52 -0700 From: Eric Biggers To: Dongsoo Lee Cc: 'Herbert Xu' , "'David S. Miller'" , 'Jens Axboe' , "'Theodore Y. Ts'o'" , 'Jaegeuk Kim' , linux-crypto@vger.kernel.org, linux-block@vger.kernel.org, linux-fscrypt@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/4] crypto: LEA block cipher implementation Message-ID: <20230822045352.GB1661@sol.localdomain> References: <20230630050323.984216-1-letrhee@nsr.re.kr> <000001d9d3b8$bca8e9d0$35fabd70$@nsr.re.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001d9d3b8$bca8e9d0$35fabd70$@nsr.re.kr> Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Mon, Aug 21, 2023 at 07:50:37AM +0900, Dongsoo Lee wrote: > Hello. > > Is there any further progress on the patch we submitted and the additional fscrypt documentation? > > https://lore.kernel.org/linux-fscrypt/20230630064811.22569-1-ebiggers@kernel.org/T/#u. > > If the LEA cipher is accepted, we would like to add a SIMD implementation for it. I already applied 'fscrypt: improve the "Encryption modes and usage" section' (https://lore.kernel.org/r/20230630064811.22569-2-ebiggers@kernel.org) for 6.6. I don't object to the fscrypt support for LEA, but I'm not going to apply it until the crypto API support is accepted. - Eric