Age | Commit message (Expand) | Author |
2010-05-19 | crypto: tcrypt - Add speed tests for async hashing | David S. Miller |
2010-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Herbert Xu |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-10 | crypto: tcrypt - Speed testing support for ghash | Huang Ying |
2009-09-02 | crypto: vmac - New hash algorithm for intel_txt support | Shane Wang |
2009-07-14 | crypto: tcrypt - Add mask parameter | Herbert Xu |
2009-06-19 | crypto: tcrypt - Fix module return code when testing by name | Herbert Xu |
2009-06-19 | crypto: tcrypt - Test algorithms by name | Steffen Klassert |
2009-06-02 | crypto: tcrypt - Do not exit on success in fips mode | Jarod Wilson |
2009-06-02 | crypto: testmgr - Add ctr(aes) test vectors | Jarod Wilson |
2009-06-02 | crypto: testmgr - Add ansi_cprng test vectors | Jarod Wilson |
2009-06-02 | crypto: testmgr - Add self-tests for rfc4309(ccm(aes)) | Jarod Wilson |
2009-06-02 | crypto: tcrypt - Reduce stack size | Frank Seidel |
2009-03-04 | crypto: testmgr - add zlib test | Geert Uytterhoeven |
2008-08-29 | crypto: cryptomgr - Add test infrastructure | Herbert Xu |
2008-08-29 | crypto: tcrypt - Add alg_test interface | Herbert Xu |
2008-08-29 | crypto: tcrypt - Abort and only log if there is an error | Herbert Xu |
2008-08-29 | crypto: tcrypt - Avoid using contiguous pages | Herbert Xu |
2008-08-13 | crypto: tcrypt - Fix AEAD chunk testing | Herbert Xu |
2008-07-10 | crypto: hash - Move ahash functions into crypto/hash.h | Herbert Xu |
2008-07-10 | crypto: tcrpyt - Remove unnecessary kmap/kunmap calls | Herbert Xu |
2008-07-10 | [CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode | Neil Horman |
2008-07-10 | [CRYPTO] tcrypt: Use asynchronous hash interface | Loc Ho |
2008-07-10 | [CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320 | Adrian-Ken Rueegsegger |
2008-07-10 | [CRYPTO] tcrypt: Catch cipher destination memory corruption | Patrick McHardy |
2008-07-10 | [CRYPTO] tcrpyt: Get rid of change log in source | Herbert Xu |
2008-07-10 | [CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160 | Adrian-Ken Rueegsegger |
2008-07-08 | crypto: tcrypt - Fix memory leak in test_cipher | Darren Jenkins |
2008-04-21 | [CRYPTO] all: Clean up init()/fini() | Kamalesh Babulal |
2008-04-21 | [CRYPTO] cts: Add CTS mode required for Kerberos AES support | Kevin Coffman |
2008-04-21 | [CRYPTO] tcrypt: Change the usage of the test vectors | Sebastian Siewior |
2008-04-21 | [CRYPTO] tcrypt: Shrink speed templates | Sebastian Siewior |
2008-04-21 | [CRYPTO] tcrypt: Group common speed templates | Sebastian Siewior |
2008-01-11 | [CRYPTO] tcrypt: Make xcbc available as a standalone test | Herbert Xu |
2008-01-11 | [CRYPTO] tcrypt: Zero axbuf in the right function | Herbert Xu |
2008-01-11 | [CRYPTO] tcrypt: Add CCM vectors | Joy Latten |
2008-01-11 | [CRYPTO] ctr: Refactor into ctr and rfc3686 | Herbert Xu |
2008-01-11 | [CRYPTO] tcrypt: Added salsa20 speed test | Tan Swee Heng |
2008-01-11 | [CRYPTO] lzo: Add LZO compression algorithm support | Zoltan Sogor |
2008-01-11 | [CRYPTO] tcrypt: Add common compression tester function | Zoltan Sogor |
2008-01-11 | [CRYPTO] gcm: Fix ICV handling | Herbert Xu |
2008-01-11 | [CRYPTO] tcrypt: Make gcm available as a standalone test | Herbert Xu |
2008-01-11 | [CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.h | Denis Cheng |
2008-01-11 | [CRYPTO] tcrypt: Support for large test vectors | Tan Swee Heng |
2008-01-11 | [CRYPTO] gcm: New algorithm | Mikko Herranen |
2008-01-11 | [CRYPTO] tcrypt: Add aead support | Mikko Herranen |
2008-01-11 | [CRYPTO] salsa20: Salsa20 stream cipher | Tan Swee Heng |
2008-01-11 | [CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224 | Jonathan Lynch |
2008-01-11 | [CRYPTO] ctr: Add countersize | Joy Latten |
2008-01-11 | [CRYPTO] ctr: Add CTR (Counter) block cipher mode | Joy Latten |