From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ondrej Mosnacek Subject: [PATCH 0/2] crpyto: lrw - Simplify and optimize the LRW template Date: Fri, 7 Sep 2018 13:27:56 +0200 Message-ID: <20180907112758.14602-1-omosnace@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Herbert Xu Cc: Eric Biggers , dm-devel@redhat.com, Mikulas Patocka , linux-crypto@vger.kernel.org, Ondrej Mosnacek List-Id: dm-devel.ids This patchset is a follow-up to a similar patch for XTS: https://patchwork.kernel.org/patch/10588775/ The first patch applies a small optimization to the tweak computation and the second simplifes away the use of auxiliary buffer to cache computed tweaks. Ondrej Mosnacek (2): crypto: lrw - Optimize tweak computation crypto: lrw - Do not use auxiliary buffer crypto/lrw.c | 321 +++++++++++---------------------------------------- 1 file changed, 66 insertions(+), 255 deletions(-) -- 2.17.1