summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
AgeCommit message (Expand)Author
2009-06-02crypto: tcrypt - Do not exit on success in fips modeJarod Wilson
2009-06-02crypto: testmgr - Add ctr(aes) test vectorsJarod Wilson
2009-06-02crypto: testmgr - Add ansi_cprng test vectorsJarod Wilson
2009-06-02crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Jarod Wilson
2009-06-02crypto: tcrypt - Reduce stack sizeFrank Seidel
2009-03-04crypto: testmgr - add zlib testGeert Uytterhoeven
2008-08-29crypto: cryptomgr - Add test infrastructureHerbert Xu
2008-08-29crypto: tcrypt - Add alg_test interfaceHerbert Xu
2008-08-29crypto: tcrypt - Abort and only log if there is an errorHerbert Xu
2008-08-29crypto: tcrypt - Avoid using contiguous pagesHerbert Xu
2008-08-13crypto: tcrypt - Fix AEAD chunk testingHerbert Xu
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu
2008-07-10crypto: tcrpyt - Remove unnecessary kmap/kunmap callsHerbert Xu
2008-07-10[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc modeNeil Horman
2008-07-10[CRYPTO] tcrypt: Use asynchronous hash interfaceLoc Ho
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger
2008-07-10[CRYPTO] tcrypt: Catch cipher destination memory corruptionPatrick McHardy
2008-07-10[CRYPTO] tcrpyt: Get rid of change log in sourceHerbert Xu
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160Adrian-Ken Rueegsegger
2008-07-08crypto: tcrypt - Fix memory leak in test_cipherDarren Jenkins
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal
2008-04-21[CRYPTO] cts: Add CTS mode required for Kerberos AES supportKevin Coffman
2008-04-21[CRYPTO] tcrypt: Change the usage of the test vectorsSebastian Siewior
2008-04-21[CRYPTO] tcrypt: Shrink speed templatesSebastian Siewior
2008-04-21[CRYPTO] tcrypt: Group common speed templatesSebastian Siewior
2008-01-11[CRYPTO] tcrypt: Make xcbc available as a standalone testHerbert Xu
2008-01-11[CRYPTO] tcrypt: Zero axbuf in the right functionHerbert Xu
2008-01-11[CRYPTO] tcrypt: Add CCM vectorsJoy Latten
2008-01-11[CRYPTO] ctr: Refactor into ctr and rfc3686Herbert Xu
2008-01-11[CRYPTO] tcrypt: Added salsa20 speed testTan Swee Heng
2008-01-11[CRYPTO] lzo: Add LZO compression algorithm supportZoltan Sogor
2008-01-11[CRYPTO] tcrypt: Add common compression tester functionZoltan Sogor
2008-01-11[CRYPTO] gcm: Fix ICV handlingHerbert Xu
2008-01-11[CRYPTO] tcrypt: Make gcm available as a standalone testHerbert Xu
2008-01-11[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.hDenis Cheng
2008-01-11[CRYPTO] tcrypt: Support for large test vectorsTan Swee Heng
2008-01-11[CRYPTO] gcm: New algorithmMikko Herranen
2008-01-11[CRYPTO] tcrypt: Add aead supportMikko Herranen
2008-01-11[CRYPTO] salsa20: Salsa20 stream cipherTan Swee Heng
2008-01-11[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Jonathan Lynch
2008-01-11[CRYPTO] ctr: Add countersizeJoy Latten
2008-01-11[CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten
2007-10-27[CRYPTO] tcrypt: Move sg_init_table out of timing loopsHerbert Xu
2007-10-26[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.David S. Miller
2007-10-22[SG] Update crypto/ to sg helpersJens Axboe
2007-10-10[CRYPTO] xts: XTS blockcipher mode implementation without partial blocksRik Snel
2007-10-10[CRYPTO] seed: New cipher algorithmHye-Shik Chang
2007-05-18[CRYPTO] tcrypt: Add missing error checkHerbert Xu
2007-05-02[CRYPTO] tcrypt: Use async blkcipher interfaceHerbert Xu
2007-03-21[CRYPTO] tcrypt: Fix error checking for comp allocationSebastian Siewior