ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / crypto / shash.c
2009-07-24 Steffen Klassertcrypto: shash - Test for the algorithms import function...
2009-07-22 Herbert Xucrypto: shash - Require all algorithms to support expor...
2009-07-15 Herbert Xucrypto: shash - Fix async finup handling of null digest
2009-07-15 Herbert Xucrypto: ahash - Add unaligned handling and default...
2009-07-14 Herbert Xucrypto: shash - Fix alignment in unaligned operations
2009-07-14 Herbert Xucrypto: hash - Zap unaligned buffers
2009-07-14 Herbert Xucrypto: ahash - Remove old_ahash_alg
2009-07-14 Herbert Xucrypto: ahash - Convert to new style algorithms
2009-07-14 Herbert Xucrypto: api - Remove frontend argument from extsize...
2009-07-14 Herbert Xucrypto: shash - Export async functions
2009-07-14 Herbert Xucrypto: shash - Make descsize a run-time attribute
2009-07-12 Herbert Xucrypto: shash - Move null setkey check to registration...
2009-07-11 Herbert Xucrypto: shash - Move finup/digest null checks to regist...
2009-07-11 Herbert Xucrypto: shash - Export/import hash state only
2009-07-08 Herbert Xucrypto: shash - Propagate reinit return value
2009-07-08 Herbert Xucrypto: shash - Use finup in default digest
2009-07-08 Herbert Xucrypto: shash - Add shash_register_instance
2009-07-08 Herbert Xucrypto: shash - Add shash_attr_alg2 helper
2009-07-08 Herbert Xucrypto: shash - Add spawn support
2009-07-08 Herbert Xucrypto: shash - Add shash_instance
2009-03-27 Yehuda Sadehcrypto: shash - Fix unaligned calculation with short...
2009-02-18 Herbert Xucrypto: api - Fix crypto_alloc_tfm/create_create_tfm...
2009-02-18 Herbert Xucrypto: shash - Remove superfluous check in init_tfm
2009-02-05 Adrian-Ken Rueegseggercrypto: shash - Fix module refcount
2008-12-25 Herbert Xucrypto: hash - Make setkey optional
2008-12-25 Herbert Xucrypto: hash - Export shash through hash
2008-12-25 Herbert Xucrypto: hash - Add import/export interface
2008-12-25 Herbert Xucrypto: hash - Export shash through ahash
2008-12-25 Herbert Xucrypto: hash - Add shash interface