aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu1-11/+28
2009-07-12crypto: shash - Move null setkey check to registration timeHerbert Xu1-3/+8
2009-07-11crypto: sha256_generic - Add export/import supportHerbert Xu1-12/+25
2009-07-11crypto: sha256_generic - Use 64-bit counter like sha1Herbert Xu1-35/+30
2009-07-11crypto: sha1_generic - Add export/import supportHerbert Xu1-16/+25
2009-07-11crypto: shash - Move finup/digest null checks to registration timeHerbert Xu1-4/+6
2009-07-11crypto: shash - Export/import hash state onlyHerbert Xu1-11/+14
2009-07-09crypto: api - Fix crypto_drop_spawn crash on blank spawnsHerbert Xu1-0/+3
2009-07-08crypto: shash - Propagate reinit return valueHerbert Xu1-1/+1
2009-07-08crypto: shash - Use finup in default digestHerbert Xu1-2/+1
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu1-1/+25
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu1-0/+10
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu3-12/+30
2009-07-08crypto: shash - Add spawn supportHerbert Xu1-0/+9
2009-07-08crypto: api - Add new style spawn supportHerbert Xu1-3/+52
2009-07-08crypto: shash - Add shash_instanceHerbert Xu1-0/+7
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu1-6/+31
2009-07-07crypto: api - Add new template create functionHerbert Xu1-0/+5
2009-07-03crypto: ansi_prng - alloc cipher just in initSebastian Andrzej Siewior1-17/+8
2009-07-03crypto: ansi_prng - Use just a BH lockSebastian Andrzej Siewior1-5/+4
2009-07-02crypto: testmgr - Allow implementation-specific testsHerbert Xu1-4/+13
2009-06-25crypto: skcipher - Change default sync geniv on SMP to eseqivHerbert Xu1-1/+19
2009-06-25crypto: skcipher - Fix request for sync algorithmsHerbert Xu1-1/+2
2009-06-24crypto: testmgr - Remove hash size checkHerbert Xu1-4/+0
2009-06-21crypto: fips - Select CPRNGNeil Horman1-0/+1
2009-06-19crypto: tcrypt - Fix module return code when testing by nameHerbert Xu1-1/+1
2009-06-19crypto: ansi_cprng - Do not select FIPSHerbert Xu1-1/+0
2009-06-19crypto: tcrypt - Test algorithms by nameSteffen Klassert1-1/+14
2009-06-18random: Add optional continuous repetition test to entropy store based rngsNeil Horman1-6/+1
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