ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / crypto / xcbc.c
2009-08-20 Steffen Klassertcrypto: xcbc - Fix alignment calculation of xcbc_tfm_ctx
2009-07-22 Herbert Xucrypto: xcbc - Fix shash conversion
2009-07-22 Herbert Xucrypto: xcbc - Use crypto_xor
2009-07-15 Herbert Xucrypto: xcbc - Fix incorrect error value when creating...
2009-07-14 Herbert Xucrypto: xcbc - Switch to shash
2008-04-02 Joy Latten[CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with...
2008-03-06 Joy Latten[CRYPTO] xcbc: Fix crash with IPsec
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-01-10 Herbert Xu[CRYPTO] xcbc: Remove bogus hash/cipher test
2008-01-10 Herbert Xu[CRYPTO] xcbc: Fix algorithm leak when block size check...
2008-01-10 Herbert Xu[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
2007-10-22 Jens Axboe[SG] Update crypto/ to sg helpers
2007-05-02 Herbert Xu[CRYPTO] templates: Pass type/mask when creating instances
2007-02-06 Herbert Xu[CRYPTO] xcbc: Use new cipher interface
2007-02-06 Herbert Xu[CRYPTO] api: Add type-safe spawns
2007-02-06 Herbert Xu[CRYPTO] all: Check for usage in hard IRQ context
2006-12-07 Adrian Bunk[CRYPTO] xcbc: Make needlessly global code static
2006-12-07 Kazunori MIYAZAWA[CRYPTO] xcbc: New algorithm