linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] crypto: talitos - implementation of AEAD for SEC1
@ 2016-06-06 11:20 Christophe Leroy
  2016-06-06 11:20 ` [PATCH v2 1/7] crypto: talitos - using helpers for all talitos_ptr operations Christophe Leroy
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Christophe Leroy @ 2016-06-06 11:20 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.

Changes in v2:
* Fixed compilation issue introduced by later cosmetic changes
requested by checkpatch script
* split "making mapping helpers more generic" in two parts
to better see the changes done after the move.
* reworked the DMA sync associated with mapping in order to not
spend time syncing several times

Christophe Leroy (7):
  crypto: talitos - using helpers for all talitos_ptr operations
  crypto: talitos - move mapping helpers before IPSEC functions
  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 | 672 ++++++++++++++++++++++++++++++-----------------
 1 file changed, 426 insertions(+), 246 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2016-06-08  8:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-06 11:20 [PATCH v2 0/7] crypto: talitos - implementation of AEAD for SEC1 Christophe Leroy
2016-06-06 11:20 ` [PATCH v2 1/7] crypto: talitos - using helpers for all talitos_ptr operations Christophe Leroy
2016-06-06 11:20 ` [PATCH v2 2/7] crypto: talitos - move mapping helpers before IPSEC functions Christophe Leroy
2016-06-06 11:20 ` [PATCH v2 3/7] crypto: talitos - making mapping helpers more generic Christophe Leroy
2016-06-06 11:20 ` [PATCH v2 4/7] crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU Christophe Leroy
2016-06-06 11:20 ` [PATCH v2 5/7] crypto: talitos - sg_to_link_tbl() not used anymore, remove it Christophe Leroy
2016-06-06 11:20 ` [PATCH v2 6/7] crypto: talitos - implement cra_priority Christophe Leroy
2016-06-06 11:20 ` [PATCH v2 7/7] crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU Christophe Leroy
2016-06-08  8:29 ` [PATCH v2 0/7] crypto: talitos - implementation of AEAD for SEC1 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).