crypto: cryptd - Fix uninitialized return value
[safe/jmp/linux-2.6] / crypto /
2009-07-15 Steffen Klassertcrypto: cryptd - Fix uninitialized return value
2009-07-15 Herbert Xucrypto: ahash - Add unaligned handling and default...
2009-07-14 Herbert Xucrypto: ahash - Use GFP_KERNEL in unaligned setkey
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: cryptd - Switch to new style ahash
2009-07-14 Herbert Xucrypto: cryptd - Switch to template create API
2009-07-14 Herbert Xucrypto: tcrypt - Add mask parameter
2009-07-14 Herbert Xucrypto: ahash - Add instance/spawn support
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: cryptd - Use crypto_ahash_set_reqsize
2009-07-14 Herbert Xucrypto: cryptd - Use shash algorithms
2009-07-14 Herbert Xucrypto: shash - Export async functions
2009-07-14 Herbert Xucrypto: hash - Remove legacy hash/digest implementaion
2009-07-14 Herbert Xucrypto: authenc - Remove reference to crypto_hash
2009-07-14 Herbert Xucrypto: xcbc - Switch to shash
2009-07-14 Herbert Xucrypto: hmac - Switch to shash
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: sha256_generic - Add export/import support
2009-07-11 Herbert Xucrypto: sha256_generic - Use 64-bit counter like sha1
2009-07-11 Herbert Xucrypto: sha1_generic - Add export/import support
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-09 Herbert Xucrypto: api - Fix crypto_drop_spawn crash on blank...
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: api - Add crypto_attr_alg2 helper
2009-07-08 Herbert Xucrypto: shash - Add spawn support
2009-07-08 Herbert Xucrypto: api - Add new style spawn support
2009-07-08 Herbert Xucrypto: shash - Add shash_instance
2009-07-07 Herbert Xucrypto: api - Add crypto_alloc_instance2
2009-07-07 Herbert Xucrypto: api - Add new template create function
2009-07-03 Sebastian Andrzej... crypto: ansi_prng - alloc cipher just in init
2009-07-03 Sebastian Andrzej... crypto: ansi_prng - Use just a BH lock
2009-07-02 Herbert Xucrypto: testmgr - Allow implementation-specific tests
2009-06-25 Herbert Xucrypto: skcipher - Change default sync geniv on SMP...
2009-06-25 Herbert Xucrypto: skcipher - Fix request for sync algorithms
2009-06-24 Herbert Xucrypto: testmgr - Remove hash size check
2009-06-21 Neil Hormancrypto: fips - Select CPRNG
2009-06-19 Herbert Xucrypto: tcrypt - Fix module return code when testing...
2009-06-19 Herbert Xucrypto: ansi_cprng - Do not select FIPS
2009-06-19 Steffen Klassertcrypto: tcrypt - Test algorithms by name
2009-06-18 Neil Hormanrandom: Add optional continuous repetition test to...
2009-06-15 Vegard NossumMerge commit 'linus/master' into HEAD
2009-06-15 Vegard Nossumcrypto: don't track xor test pages with kmemcheck
2009-06-02 Alex Riesencrypto: api - Use formatting of module name
2009-06-02 Herbert Xucrypto: testmgr - Allow hash test vectors longer than...
2009-06-02 Herbert Xucrypto: testmgr - Check all test vector lengths
2009-06-02 Jarod Wilsoncrypto: tcrypt - Do not exit on success in fips mode
2009-06-02 Geert Uytterhoevencrypto: compress - Return produced bytes in crypto_...
2009-06-02 Jarod Wilsoncrypto: testmgr - Skip algs not flagged fips_allowed...
2009-06-02 Jarod Wilsoncrypto: testmgr - Mark algs allowed in fips mode
2009-06-02 Jarod Wilsoncrypto: testmgr - Add ctr(aes) test vectors
2009-06-02 Herbert Xucrypto: testmgr - Dynamically allocate xbuf and axbuf
2009-06-02 Jarod Wilsoncrypto: testmgr - Print self-test pass notices in fips...
2009-06-02 Jarod Wilsoncrypto: testmgr - Catch base cipher self-test failures...
2009-06-02 Jarod Wilsoncrypto: testmgr - Add ansi_cprng test vectors
2009-06-02 Jarod Wilsoncrypto: testmgr - Add infrastructure for ansi_cprng...
2009-06-02 Jarod Wilsoncrypto: testmgr - Add self-tests for rfc4309(ccm(aes))
2009-06-02 Jarod Wilsoncrypto: testmgr - Handle AEAD test vectors expected...
2009-06-02 Geert Uytterhoevencrypto: pcomp - pcompress.c should include crypto/inter...
2009-06-02 Geert Uytterhoevencrypto: testmgr - Kill test_comp() sparse warnings
2009-06-02 Huang Yingcrypto: aes-ni - Add support for more modes
2009-06-02 Huang Yingcrypto: fpu - Add template for blkcipher touching FPU
2009-06-02 Huang Yingcrypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher
2009-06-02 Johannes Weinercrypto: api - Use kzfree
2009-06-02 Frank Seidelcrypto: tcrypt - Reduce stack size
2009-05-31 Herbert Xucrypto: hash - Fix handling of sg entry that crosses...
2009-05-17 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-04-21 Herbert Xucrypto: api - Fix algorithm module auto-loading
2009-04-15 Steffen Klassertcrypto: eseqiv - Fix IV generation for sync algorithms
2009-04-03 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-04-03 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-03-31 NeilBrownmd: move lots of #include lines out of .h files and...
2009-03-27 Yehuda Sadehcrypto: shash - Fix unaligned calculation with short...
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-03-25 Dan Williamsdmaengine: allow dma support for async_tx to be toggled
2009-03-25 Dan Williamsasync_tx: provide __async_inline for HAS_DMA=n archs
2009-03-04 Geert Uytterhoevencrypto: testmgr - add zlib test
2009-03-04 Geert Uytterhoevencrypto: zlib - New zlib crypto module, using pcomp
2009-03-04 Geert Uytterhoevencrypto: testmgr - Add support for the pcomp interface
2009-03-04 Geert Uytterhoevencrypto: compress - Add pcomp interface
2009-03-04 Adrian-Ken Rueegseggercrypto: Fix dead links
2009-02-26 Herbert Xucrypto: api - Fix module load deadlock with fallback...
2009-02-19 Lee Nippercrypto: ahash - Fix digest size in /proc/crypto
2009-02-19 Huang Yingcrypto: chainiv - Use kcrypto_wq instead of keventd_wq
2009-02-19 Huang Yingcrypto: cryptd - Per-CPU thread implementation based...
2009-02-19 Huang Yingcrypto: api - Use dedicated workqueue for crypto subsystem
2009-02-18 Herbert Xucrypto: testmgr - Test skciphers with no IVs
2009-02-18 Herbert Xucrypto: aead - Avoid infinite loop when nivaead fails...
2009-02-18 Herbert Xucrypto: skcipher - Avoid infinite loop when cipher...
2009-02-18 Herbert Xucrypto: api - Fix crypto_alloc_tfm/create_create_tfm...
2009-02-18 Herbert Xucrypto: api - crypto_alg_mod_lookup either tested or...
2009-02-18 Neil Hormancrypto: ansi_cprng - Panic on CPRNG test failure when...
next