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


Groups > linux.kernel > #1714836 > unrolled thread

[PATCH v4 0/1] crypto: engine - Permit to enqueue skcipher request

Started byCorentin Labbe <clabbe.montjoie@gmail.com>
First post2017-08-18 13:50 +0200
Last post2017-08-18 13:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v4 0/1] crypto: engine - Permit to enqueue skcipher request Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-08-18 13:50 +0200

#1714836 — [PATCH v4 0/1] crypto: engine - Permit to enqueue skcipher request

FromCorentin Labbe <clabbe.montjoie@gmail.com>
Date2017-08-18 13:50 +0200
Subject[PATCH v4 0/1] crypto: engine - Permit to enqueue skcipher request
Message-ID<ufNWO-37L-19@gated-at.bofh.it>
Hello

The crypto engine could actually only enqueue hash and ablkcipher request.
This patch serie permit it to enqueue skcipher requests by adding all necessary
functions.

Changes since v3
- Use cra_type only for distinguish ablkcipher from skcipher

Changes since v2
- added two patch for finding request type according to its cra_type

Changes since v1
- Aligned to column struct *dev in include
- Added missing mutex_unlock in crypto_engine_start()

Corentin Labbe (1):
  crypto: engine - Permit to enqueue skcipher request

 crypto/crypto_engine.c  | 120 ++++++++++++++++++++++++++++++++++++++++++++++++
 include/crypto/engine.h |  14 ++++++
 2 files changed, 134 insertions(+)

-- 
2.13.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web