summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum10-233/+1149
2009-06-15crypto: don't track xor test pages with kmemcheckVegard Nossum1-1/+6
2009-06-02crypto: api - Use formatting of module nameAlex Riesen1-6/+3
2009-06-02crypto: testmgr - Allow hash test vectors longer than a pageHerbert Xu1-3/+8
2009-06-02crypto: testmgr - Check all test vector lengthsHerbert Xu1-0/+25
2009-06-02crypto: tcrypt - Do not exit on success in fips modeJarod Wilson1-74/+90
2009-06-02crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}Geert Uytterhoeven2-59/+82
2009-06-02crypto: testmgr - Skip algs not flagged fips_allowed in fips modeJarod Wilson1-0/+8
2009-06-02crypto: testmgr - Mark algs allowed in fips modeJarod Wilson1-0/+23
2009-06-02crypto: testmgr - Add ctr(aes) test vectorsJarod Wilson3-7/+183
2009-06-02crypto: testmgr - Dynamically allocate xbuf and axbufHerbert Xu3-68/+61
2009-06-02crypto: testmgr - Print self-test pass notices in fips modeJarod Wilson1-0/+4
2009-06-02crypto: testmgr - Catch base cipher self-test failures in fips modeJarod Wilson1-1/+3
2009-06-02crypto: testmgr - Add ansi_cprng test vectorsJarod Wilson3-0/+109
2009-06-02crypto: testmgr - Add infrastructure for ansi_cprng self-testsJarod Wilson2-0/+101
2009-06-02crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Jarod Wilson3-0/+389
2009-06-02crypto: testmgr - Handle AEAD test vectors expected to fail verificationJarod Wilson2-0/+29
2009-06-02crypto: pcomp - pcompress.c should include crypto/internal/compress.hGeert Uytterhoeven1-0/+1
2009-06-02crypto: testmgr - Kill test_comp() sparse warningsGeert Uytterhoeven1-2/+4
2009-06-02crypto: aes-ni - Add support for more modesHuang Ying1-0/+5
2009-06-02crypto: fpu - Add template for blkcipher touching FPUHuang Ying1-0/+5
2009-06-02crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher Huang Ying1-5/+9
2009-06-02crypto: api - Use kzfreeJohannes Weiner1-4/+1
2009-06-02crypto: tcrypt - Reduce stack sizeFrank Seidel1-7/+9
2009-05-31crypto: hash - Fix handling of sg entry that crosses page boundaryHerbert Xu1-3/+4
2009-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+4
2009-04-21crypto: api - Fix algorithm module auto-loadingHerbert Xu1-1/+2
2009-04-15crypto: eseqiv - Fix IV generation for sync algorithmsSteffen Klassert1-1/+2
2009-04-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2-8/+5
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown1-1/+1
2009-03-27crypto: shash - Fix unaligned calculation with short lengthYehuda Sadeh1-0/+3
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds20-144/+1130
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams1-3/+3
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsDan Williams1-5/+2
2009-03-04crypto: testmgr - add zlib testGeert Uytterhoeven4-1/+158
2009-03-04crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven3-0/+388
2009-03-04crypto: testmgr - Add support for the pcomp interfaceGeert Uytterhoeven2-0/+193
2009-03-04crypto: compress - Add pcomp interfaceGeert Uytterhoeven3-0/+103
2009-03-04crypto: Fix dead linksAdrian-Ken Rueegsegger2-2/+2
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu1-2/+13
2009-02-19crypto: ahash - Fix digest size in /proc/cryptoLee Nipper1-1/+1
2009-02-19crypto: chainiv - Use kcrypto_wq instead of keventd_wqHuang Ying2-1/+3
2009-02-19crypto: cryptd - Per-CPU thread implementation based on kcrypto_wqHuang Ying2-117/+104
2009-02-19crypto: api - Use dedicated workqueue for crypto subsystemHuang Ying3-0/+43
2009-02-18crypto: testmgr - Test skciphers with no IVsHerbert Xu1-4/+16
2009-02-18crypto: aead - Avoid infinite loop when nivaead fails selftestHerbert Xu1-0/+16
2009-02-18crypto: skcipher - Avoid infinite loop when cipher fails selftestHerbert Xu2-1/+20
2009-02-18crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu3-23/+16