mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / crypto / authenc.c
2010-05-20 Shikhar Khattarcrypto: authenc - Fix cryptlen calculation
2010-04-26 Herbert Xucrypto: authenc - Add EINPROGRESS check
2010-03-03 Steffen Klassertcrypto: authenc - Move saved IV in front of the ablkcip...
2010-03-02 Steffen Klassertcrypto: authenc - Use correct ahash complete functions
2010-02-16 Richard Hartmanncrypto: authenc - Fix checkpatch errors
2009-08-05 Steffen Klassertcrypto: authenc - Convert to ahash
2009-07-14 Herbert Xucrypto: authenc - Remove reference to crypto_hash
2009-01-15 Herbert Xucrypto: authenc - Fix zero-length IV crash
2008-12-25 Herbert Xucrypto: hash - Export shash through hash
2008-08-22 Herbert Xucrypto: authenc - Avoid using clobbered request pointer
2008-05-01 Patrick McHardy[CRYPTO] authenc: Fix async crypto crash in crypto_auth...
2008-01-10 Herbert Xu[CRYPTO] authenc: Add givencrypt operation
2008-01-10 Herbert Xu[CRYPTO] authenc: Use crypto_grab_skcipher
2008-01-10 Herbert Xu[CRYPTO] authenc: Merge common hashing code
2008-01-10 Herbert Xu[CRYPTO] authenc: Use RTA_OK to check length
2008-01-10 Herbert Xu[CRYPTO] authenc: Fix typo in ivsize
2008-01-10 Herbert Xu[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
2008-01-10 Herbert Xu[CRYPTO] aead: Return EBADMSG for ICV mismatch
2008-01-10 Herbert Xu[CRYPTO] authenc: Fix hash verification
2008-01-10 Herbert Xu[CRYPTO] authenc: Move enckeylen into key itself
2008-01-10 Herbert Xu[CRYPTO] aead: Make authsize a run-time parameter
2008-01-10 Herbert Xu[CRYPTO] authenc: Use or instead of max on alignment...
2008-01-10 Herbert Xu[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
2007-11-23 Herbert Xu[CRYPTO] authenc: Move initialisations up to shut up gcc
2007-10-10 Herbert Xu[CRYPTO] authenc: Kill spaces in algorithm names
2007-10-10 Herbert Xu[CRYPTO] aead: Add authenc