linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/35] Converting ahash to new style
@ 2009-07-15  7:14 Herbert Xu
  2009-07-15  7:15 ` [PATCH 1/35] crypto: shash - Export/import hash state only Herbert Xu
                   ` (34 more replies)
  0 siblings, 35 replies; 43+ messages in thread
From: Herbert Xu @ 2009-07-15  7:14 UTC (permalink / raw)
  To: Linux Crypto Mailing List

Hi:

This series of patches converts ahash to the new algorithm format
just like shash.  Note that I've incorporated a couple of the
previously posted patches (notably the padlock/hmac conversion)
into it.

At this point all implementations are either shash or ahash.  So
we can now move forward to convert users such as authenc over to
ahash.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <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] 43+ messages in thread

end of thread, other threads:[~2009-07-15 10:44 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15  7:14 [PATCH 0/35] Converting ahash to new style Herbert Xu
2009-07-15  7:15 ` [PATCH 1/35] crypto: shash - Export/import hash state only Herbert Xu
2009-07-15  7:15 ` [PATCH 2/35] crypto: shash - Move finup/digest null checks to registration time Herbert Xu
2009-07-15  7:15 ` [PATCH 3/35] crypto: sha1_generic - Add export/import support Herbert Xu
2009-07-15  7:15 ` [PATCH 4/35] crypto: sha256_generic - Use 64-bit counter like sha1 Herbert Xu
2009-07-15  7:15 ` [PATCH 5/35] crypto: sha256_generic - Add export/import support Herbert Xu
2009-07-15  7:15 ` [PATCH 6/35] crypto: sha1-s390 " Herbert Xu
2009-07-15  7:16 ` [PATCH 7/35] crypto: sha256-s390 " Herbert Xu
2009-07-15  7:16 ` [PATCH 8/35] crypto: padlock - Use shash fallback for sha Herbert Xu
2009-07-15  7:16 ` [PATCH 9/35] crypto: shash - Move null setkey check to registration time Herbert Xu
2009-07-15  7:16 ` [PATCH 10/35] crypto: async - Use kzfree for requests Herbert Xu
2009-07-15  7:16 ` [PATCH 11/35] crypto: shash - Make descsize a run-time attribute Herbert Xu
2009-07-15  7:16 ` [PATCH 12/35] crypto: padlock - Switch sha to shash Herbert Xu
2009-07-15 10:28   ` Steffen Klassert
2009-07-15 10:30     ` Herbert Xu
2009-07-15 10:36       ` Steffen Klassert
2009-07-15 10:38         ` Herbert Xu
2009-07-15 10:47           ` Steffen Klassert
2009-07-15  7:16 ` [PATCH 13/35] crypto: hmac - Switch " Herbert Xu
2009-07-15  7:16 ` [PATCH 14/35] crypto: xcbc " Herbert Xu
2009-07-15  7:16 ` [PATCH 15/35] crypto: authenc - Remove reference to crypto_hash Herbert Xu
2009-07-15  7:16 ` [PATCH 16/35] crypto: hash - Remove legacy hash/digest implementaion Herbert Xu
2009-07-15  7:16 ` [PATCH 17/35] crypto: shash - Export async functions Herbert Xu
2009-07-15  7:16 ` [PATCH 18/35] crypto: cryptd - Use shash algorithms Herbert Xu
2009-07-15  7:16 ` [PATCH 19/35] crypto: ahash - Add crypto_ahash_set_reqsize Herbert Xu
2009-07-15  7:16 ` [PATCH 20/35] crypto: cryptd - Use crypto_ahash_set_reqsize Herbert Xu
2009-07-15  7:16 ` [PATCH 21/35] crypto: crypto4xx " Herbert Xu
2009-07-15  7:16 ` [PATCH 22/35] crypto: api - Remove frontend argument from extsize/init_tfm Herbert Xu
2009-07-15  7:16 ` [PATCH 23/35] crypto: ahash - Convert to new style algorithms Herbert Xu
2009-07-15  7:16 ` [PATCH 24/35] crypto: ahash - Add instance/spawn support Herbert Xu
2009-07-15  7:16 ` [PATCH 25/35] crypto: tcrypt - Add mask parameter Herbert Xu
2009-07-15  7:16 ` [PATCH 26/35] crypto: hash - Add helpers to free spawns Herbert Xu
2009-07-15  7:16 ` [PATCH 27/35] crypto: cryptd - Switch to template create API Herbert Xu
2009-07-15  8:47   ` Steffen Klassert
2009-07-15  8:48     ` Herbert Xu
2009-07-15  7:16 ` [PATCH 28/35] crypto: cryptd - Switch to new style ahash Herbert Xu
2009-07-15  7:16 ` [PATCH 29/35] crypto: crypto4xx " Herbert Xu
2009-07-15  7:16 ` [PATCH 30/35] crypto: ahash - Remove old_ahash_alg Herbert Xu
2009-07-15  7:16 ` [PATCH 31/35] crypto: hash - Zap unaligned buffers Herbert Xu
2009-07-15  7:16 ` [PATCH 32/35] crypto: shash - Fix alignment in unaligned operations Herbert Xu
2009-07-15  7:16 ` [PATCH 33/35] crypto: ahash - Use GFP_KERNEL in unaligned setkey Herbert Xu
2009-07-15  7:16 ` [PATCH 34/35] crypto: ahash - Add unaligned handling and default operations Herbert Xu
2009-07-15  7:16 ` [PATCH 35/35] crypto: crypto4xx - Disable SHA implementation 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).