All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto: caam - add support for xcbc(aes)
@ 2018-12-21 15:59 Horia Geantă
  2018-12-21 15:59 ` [PATCH 1/3] crypto: caam - fix error reporting for caam_hash_alloc Horia Geantă
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Horia Geantă @ 2018-12-21 15:59 UTC (permalink / raw)
  To: Herbert Xu
  Cc: David S. Miller, Aymen Sghaier, Iuliana Prodan, linux-crypto, linux-imx

This patch set adds support for xcbc(aes) and improves a few ahash things
along the way.

It depends on the following patch:
[v2] crypto: caam - fix SHA support detection
https://patchwork.kernel.org/patch/10740373/

Iuliana Prodan (3):
  crypto: caam - fix error reporting for caam_hash_alloc
  crypto: caam - create ahash shared descriptors only once
  crypto: caam - add support for xcbc(aes)

 drivers/crypto/caam/caamhash.c      | 199 ++++++++++++++++++++++++++++++++----
 drivers/crypto/caam/caamhash_desc.c |  58 ++++++++++-
 drivers/crypto/caam/caamhash_desc.h |   2 +
 3 files changed, 240 insertions(+), 19 deletions(-)

-- 
2.16.2

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

end of thread, other threads:[~2019-01-11  6:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-21 15:59 [PATCH 0/3] crypto: caam - add support for xcbc(aes) Horia Geantă
2018-12-21 15:59 ` [PATCH 1/3] crypto: caam - fix error reporting for caam_hash_alloc Horia Geantă
2018-12-21 15:59 ` [PATCH 2/3] crypto: caam - create ahash shared descriptors only once Horia Geantă
2018-12-21 15:59 ` [PATCH 3/3] crypto: caam - add support for xcbc(aes) Horia Geantă
2019-01-11  6:31 ` [PATCH 0/3] " Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.