linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] crypto: engine - Permit to enqueue skcipher request
@ 2017-06-06 13:44 Corentin Labbe
  2017-06-06 13:44 ` [PATCH v2 1/2] crypto: engine - replace pr_xxx by dev_xxx Corentin Labbe
  2017-06-06 13:44 ` [PATCH v2 2/2] crypto: engine - Permit to enqueue skcipher request Corentin Labbe
  0 siblings, 2 replies; 14+ messages in thread
From: Corentin Labbe @ 2017-06-06 13:44 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, linux-kernel, Corentin Labbe

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

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

Corentin Labbe (2):
  crypto: engine - replace pr_xxx by dev_xxx
  crypto: engine - Permit to enqueue skcipher request

 crypto/crypto_engine.c  | 157 ++++++++++++++++++++++++++++++++++++++++++------
 include/crypto/engine.h |  15 +++++
 2 files changed, 153 insertions(+), 19 deletions(-)

-- 
2.13.0

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

end of thread, other threads:[~2017-08-21 15:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06 13:44 [PATCH v2 0/2] crypto: engine - Permit to enqueue skcipher request Corentin Labbe
2017-06-06 13:44 ` [PATCH v2 1/2] crypto: engine - replace pr_xxx by dev_xxx Corentin Labbe
2017-06-19  6:46   ` Herbert Xu
2017-06-06 13:44 ` [PATCH v2 2/2] crypto: engine - Permit to enqueue skcipher request Corentin Labbe
2017-06-06 14:07   ` Stephan Müller
2017-06-06 14:24     ` Corentin Labbe
2017-06-19  5:27   ` Herbert Xu
2017-06-19  7:55     ` Corentin Labbe
2017-06-23  6:48       ` Herbert Xu
2017-07-14 11:15         ` Corentin Labbe
2017-07-28 13:52           ` Herbert Xu
2017-07-28 15:01             ` Corentin Labbe
2017-08-09  9:40               ` Corentin Labbe
2017-08-21 15:07                 ` Herbert Xu

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).