linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] crypto: talitos - implementation of AEAD for SEC1
@ 2016-05-27  9:32 Christophe Leroy
  2016-05-27  9:32 ` [PATCH 1/6] crypto: talitos - using helpers for all talitos_ptr operations Christophe Leroy
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Christophe Leroy @ 2016-05-27  9:32 UTC (permalink / raw)
  To: Kim Phillips, Herbert Xu, David S Miller
  Cc: linux-kernel, linuxppc-dev, linux-crypto

This set of patches provides the implementation of AEAD for
talitos SEC1.

Christophe Leroy (6):
  crypto: talitos - using helpers for all talitos_ptr operations
  crypto: talitos - making mapping helpers more generic
  crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU
  crypto: talitos - sg_to_link_tbl() not used anymore, remove it
  crypto: talitos - implement cra_priority
  crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU

 drivers/crypto/talitos.c | 657 +++++++++++++++++++++++++++++------------------
 1 file changed, 410 insertions(+), 247 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2016-05-31 10:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-27  9:32 [PATCH 0/6] crypto: talitos - implementation of AEAD for SEC1 Christophe Leroy
2016-05-27  9:32 ` [PATCH 1/6] crypto: talitos - using helpers for all talitos_ptr operations Christophe Leroy
2016-05-27  9:32 ` [PATCH 2/6] crypto: talitos - making mapping helpers more generic Christophe Leroy
2016-05-31  9:46   ` Herbert Xu
2016-05-27  9:32 ` [PATCH 3/6] crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU Christophe Leroy
2016-05-27  9:32 ` [PATCH 4/6] crypto: talitos - sg_to_link_tbl() not used anymore, remove it Christophe Leroy
2016-05-27  9:32 ` [PATCH 5/6] crypto: talitos - implement cra_priority Christophe Leroy
2016-05-27  9:32 ` [PATCH 6/6] crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU Christophe Leroy

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