Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1407730

RE: [PATCH 2/7] crypto : async implementation for sha1-mb

From "Yu, Fenghua" <fenghua.yu@intel.com>
Newsgroups linux.kernel
Subject RE: [PATCH 2/7] crypto : async implementation for sha1-mb
Date 2016-05-26 23:30 +0200
Message-ID <rDb0T-33V-31@gated-at.bofh.it> (permalink)
References <rAGDT-6VI-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> From: Dey, Megha
> Sent: Thursday, May 19, 2016 5:43 PM
> To: herbert@gondor.apana.org.au
> Cc: tim.c.chen@linux.intel.com; davem@davemloft.net; linux-
> crypto@vger.kernel.org; linux-kernel@vger.kernel.org; Dey, Megha
> <megha.dey@intel.com>; Yu, Fenghua <fenghua.yu@intel.com>; Megha
> Dey <megha.dey@linux.intel.com>
> Subject: [PATCH 2/7] crypto : async implementation for sha1-mb
> 
> From: Megha Dey <megha.dey@linux.intel.com>
> 
> Herbert wants the sha1-mb algorithm to have an async implementation:
> https://lkml.org/lkml/2016/4/5/286.
> Currently, sha1-mb uses an async interface for the outer algorithm and a sync
> interface for the inner algorithm. This patch introduces a async interface for
> even the inner algorithm.
> 
> Signed-off-by: Megha Dey <megha.dey@linux.intel.com>
> Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
> ---
>  arch/x86/crypto/sha-mb/sha1_mb.c | 190 ++++++++++++++++++++++------
> -----------
>  crypto/ahash.c                   |   6 --
>  crypto/mcryptd.c                 | 117 +++++++++++++-----------
>  include/crypto/hash.h            |   6 ++
>  include/crypto/internal/hash.h   |   8 +-
>  include/crypto/mcryptd.h         |   8 +-
>  6 files changed, 184 insertions(+), 151 deletions(-)
> 

Hi, Herbert,

Any comment/feedback on this patch set? Is there any plan to push it to upstream?

Thanks.

-Fenghua

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 2/7] crypto : async implementation for sha1-mb Megha Dey <megha.dey@intel.com> - 2016-05-20 02:40 +0200
  RE: [PATCH 2/7] crypto : async implementation for sha1-mb "Yu, Fenghua" <fenghua.yu@intel.com> - 2016-05-26 23:30 +0200

csiph-web