Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/8] crypto: aead - Convert gcm to new interface
@ 2015-06-15  8:07 Herbert Xu
  2015-06-15  8:09 ` [PATCH 1/8] crypto: testmgr - Disable rfc4543 test Herbert Xu
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Herbert Xu @ 2015-06-15  8:07 UTC (permalink / raw)
  To: Linux Crypto Mailing List
  Cc: horia.geanta, ruchika.gupta, cristian.stoica, NiteshNarayanLal,
	jinyanjiang, Kim Phillips, Tudor Ambarus

Hi:

This series converts various GCM implementations to the new AEAD
interface.  The main changes are that the IV must no longer be
manually added to the AD for rfc4543, and that both src/dst now
contain space at the head equal to assoclen, but only src has
the actual AD.

Note that I don't have hardware to test anything but generic
GCM and aesni, so you guys will have to test the rest of it
for me.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

end of thread, other threads:[~2015-06-15 14:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15  8:07 [PATCH 0/8] crypto: aead - Convert gcm to new interface Herbert Xu
2015-06-15  8:09 ` [PATCH 1/8] crypto: testmgr - Disable rfc4543 test Herbert Xu
2015-06-15  8:09 ` [PATCH 2/8] crypto: gcm - Convert to new AEAD interface Herbert Xu
2015-06-15  8:09 ` [PATCH 3/8] crypto: testmgr - Update rfc4543 test vectors Herbert Xu
2015-06-15  8:09 ` [PATCH 4/8] crypto: nx - Convert GCM to new AEAD interface Herbert Xu
2015-06-15  8:09 ` [PATCH 5/8] crypto: caam - Handle errors in dma_map_sg_chained Herbert Xu
2015-06-15  8:09 ` [PATCH 6/8] crypto: caam - Convert GCM to new AEAD interface Herbert Xu
2015-06-15 12:33   ` Horia Geantă
2015-06-15 12:59     ` Herbert Xu
2015-06-15 13:21       ` Herbert Xu
2015-06-15 13:59       ` Herbert Xu
2015-06-15 14:05     ` Herbert Xu
2015-06-15  8:09 ` [PATCH 7/8] Revert "crypto: testmgr - Disable rfc4543 test" Herbert Xu
2015-06-15  8:09 ` [PATCH 8/8] crypto: testmgr - Add mcgrew test vectors for rfc4106 Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox