linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: engine: permit to enqueue ashash_request
@ 2016-05-18  9:21 LABBE Corentin
  2016-05-18  9:21 ` [PATCH 1/2] " LABBE Corentin
  2016-05-18  9:21 ` [PATCH 2/2] crypto: omap: convert to the new cryptoengine API LABBE Corentin
  0 siblings, 2 replies; 5+ messages in thread
From: LABBE Corentin @ 2016-05-18  9:21 UTC (permalink / raw)
  To: baolin.wang, herbert, davem; +Cc: linux-crypto, linux-kernel, LABBE Corentin

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-30 13:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-18  9:21 [PATCH 0/2] crypto: engine: permit to enqueue ashash_request LABBE Corentin
2016-05-18  9:21 ` [PATCH 1/2] " LABBE Corentin
2016-05-18  9:21 ` [PATCH 2/2] crypto: omap: convert to the new cryptoengine API LABBE Corentin
2016-05-30  2:20   ` Baolin Wang
2016-05-30 13:38     ` LABBE Corentin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).