aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu
2009-07-12crypto: shash - Move null setkey check to registration timeHerbert Xu
2009-07-11crypto: sha256_generic - Add export/import supportHerbert Xu
2009-07-11crypto: sha256_generic - Use 64-bit counter like sha1Herbert Xu
2009-07-11crypto: sha1_generic - Add export/import supportHerbert Xu
2009-07-11crypto: shash - Move finup/digest null checks to registration timeHerbert Xu
2009-07-11crypto: shash - Export/import hash state onlyHerbert Xu
2009-07-09crypto: api - Fix crypto_drop_spawn crash on blank spawnsHerbert Xu
2009-07-08crypto: shash - Propagate reinit return valueHerbert Xu
2009-07-08crypto: shash - Use finup in default digestHerbert Xu
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu
2009-07-08crypto: shash - Add spawn supportHerbert Xu
2009-07-08crypto: api - Add new style spawn supportHerbert Xu
2009-07-08crypto: shash - Add shash_instanceHerbert Xu
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu
2009-07-07crypto: api - Add new template create functionHerbert Xu
2009-07-03crypto: ansi_prng - alloc cipher just in initSebastian Andrzej Siewior
2009-07-03crypto: ansi_prng - Use just a BH lockSebastian Andrzej Siewior
2009-07-02crypto: testmgr - Allow implementation-specific testsHerbert Xu
2009-07-01dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams
2009-06-25crypto: skcipher - Change default sync geniv on SMP to eseqivHerbert Xu
2009-06-25crypto: skcipher - Fix request for sync algorithmsHerbert Xu
2009-06-24crypto: testmgr - Remove hash size checkHerbert Xu
2009-06-21crypto: fips - Select CPRNGNeil Horman
2009-06-19crypto: tcrypt - Fix module return code when testing by nameHerbert Xu
2009-06-19crypto: ansi_cprng - Do not select FIPSHerbert Xu
2009-06-19crypto: tcrypt - Test algorithms by nameSteffen Klassert
2009-06-18random: Add optional continuous repetition test to entropy store based rngsNeil Horman
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum
2009-06-15crypto: don't track xor test pages with kmemcheckVegard Nossum
2009-06-02crypto: api - Use formatting of module nameAlex Riesen
2009-06-02crypto: testmgr - Allow hash test vectors longer than a pageHerbert Xu
2009-06-02crypto: testmgr - Check all test vector lengthsHerbert Xu
2009-06-02crypto: tcrypt - Do not exit on success in fips modeJarod Wilson
2009-06-02crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}Geert Uytterhoeven
2009-06-02crypto: testmgr - Skip algs not flagged fips_allowed in fips modeJarod Wilson
2009-06-02crypto: testmgr - Mark algs allowed in fips modeJarod Wilson
2009-06-02crypto: testmgr - Add ctr(aes) test vectorsJarod Wilson
2009-06-02crypto: testmgr - Dynamically allocate xbuf and axbufHerbert Xu
2009-06-02crypto: testmgr - Print self-test pass notices in fips modeJarod Wilson
2009-06-02crypto: testmgr - Catch base cipher self-test failures in fips modeJarod Wilson
2009-06-02crypto: testmgr - Add ansi_cprng test vectorsJarod Wilson
2009-06-02crypto: testmgr - Add infrastructure for ansi_cprng self-testsJarod Wilson
2009-06-02crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Jarod Wilson
2009-06-02crypto: testmgr - Handle AEAD test vectors expected to fail verificationJarod Wilson
2009-06-02crypto: pcomp - pcompress.c should include crypto/internal/compress.hGeert Uytterhoeven
2009-06-02crypto: testmgr - Kill test_comp() sparse warningsGeert Uytterhoeven
2009-06-02crypto: aes-ni - Add support for more modesHuang Ying