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


Groups > linux.kernel > #1402832

[PATCH 0/2] crypto: engine: permit to enqueue ashash_request

From LABBE Corentin <clabbe.montjoie@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] crypto: engine: permit to enqueue ashash_request
Date 2016-05-18 11:30 +0200
Message-ID <rA5XH-aM-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello

I wanted to use the crypto engine for my Allwinner crypto driver but something
prevented me to use it: it cannot enqueue hash requests.
The first patch convert crypto engine to permit enqueuing of ahash_requests.
The second patch convert the only driver using crypto engine.

The second patch was only compile tested but the crypto engine with
hash support was tested on two different offtree driver (sun4i-ss and sun8i-ce)

Regards

LABBE Corentin (2):
  crypto: engine: permit to enqueue ashash_request
  crypto: omap: convert to the new cryptoengine API

 crypto/crypto_engine.c    | 17 +++++++----------
 drivers/crypto/omap-aes.c | 10 ++++++----
 include/crypto/algapi.h   | 14 +++++++-------
 3 files changed, 20 insertions(+), 21 deletions(-)

-- 
2.7.3

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


Thread

[PATCH 0/2] crypto: engine: permit to enqueue ashash_request LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-05-18 11:30 +0200
  [PATCH 2/2] crypto: omap: convert to the new cryptoengine API LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-05-18 11:30 +0200
    Re: [PATCH 2/2] crypto: omap: convert to the new cryptoengine API Baolin Wang <baolin.wang@linaro.org> - 2016-05-30 04:30 +0200
      Re: [PATCH 2/2] crypto: omap: convert to the new cryptoengine API LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-05-30 15:40 +0200

csiph-web