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


Groups > linux.kernel > #1410645

[PATCH 0/2] async implementation for sha1-mb

From Megha Dey <megha.dey@intel.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] async implementation for sha1-mb
Date 2016-05-31 23:40 +0200
Message-ID <rEZyh-7VD-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Megha Dey <megha.dey@linux.intel.com>

Currently, sha1-mb uses an async interface for the outer algorithm
and a sync interface for the inner algorithm.
Herbert wants the sha1-mb algorithm to have an async implementation:
https://lkml.org/lkml/2016/4/5/286.
This patch introduces a async interface for even the inner algorithm.
Additionally, there are several checkpatch warnings in the sha1_mb.c file:
'WARNING: line over 80 characters' in the sha1_mb.c file. Also, the
syntax of some multi-line comments are not correct. This patchset fixes
these issues.

Megha Dey (2):
  crypto : stylistic cleanup in sha1-mb
  crypto : async implementation for sha1-mb

 arch/x86/crypto/sha-mb/sha1_mb.c | 292 ++++++++++++++++++++++++---------------
 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, 254 insertions(+), 183 deletions(-)

-- 
1.9.1

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


Thread

[PATCH 0/2] async implementation for sha1-mb Megha Dey <megha.dey@intel.com> - 2016-05-31 23:40 +0200
  [PATCH 1/2] crypto : stylistic cleanup in sha1-mb Megha Dey <megha.dey@intel.com> - 2016-05-31 23:40 +0200
    Re: [PATCH 1/2] crypto : stylistic cleanup in sha1-mb Herbert Xu <herbert@gondor.apana.org.au> - 2016-06-02 12:50 +0200

csiph-web