Age | Commit message (Expand) | Author |
2016-07-01 | crypto: sha3 - Add HMAC-SHA3 test modes and test vectors | raveendra padasalagi |
2016-07-01 | crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test | Herbert Xu |
2016-07-01 | crypto: tcrypt - Add speed test for cts | Herbert Xu |
2016-07-01 | crypto: tcrypt - Use skcipher | Herbert Xu |
2016-06-29 | crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test | Herbert Xu |
2016-06-28 | crypto: tcrypt - Use unsigned long for mb ahash cycle counter | Herbert Xu |
2016-06-28 | crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues | Krzysztof Kozlowski |
2016-06-28 | crypto: tcrypt - Add new mode for sha512_mb | Megha Dey |
2016-06-27 | crypto: tcrypt - Add speed tests for SHA multibuffer algorithms | Megha Dey |
2016-06-20 | crypto: sha3 - Add SHA-3 Test's in tcrypt | raveendra padasalagi |
2016-02-06 | crypto: tcrypt - Use ahash | Herbert Xu |
2015-11-23 | crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes) | Cyrille Pitchen |
2015-09-21 | crypto: tcrypt - avoid mapping from module image addresses | Horia Geant? |
2015-08-17 | crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag | Herbert Xu |
2015-07-17 | crypto: tcrypt - Add ChaCha20/Poly1305 speed tests | Martin Willi |
2015-07-14 | crypto: tcrypt - Add support for new IV convention | Herbert Xu |
2015-07-08 | crypto: tcrypt - Fix AEAD speed tests | Vutla, Lokesh |
2015-06-18 | crypto: tcrypt - Fixed AEAD speed test setup | Herbert Xu |
2015-06-18 | crypto: tcrypt - Add rfc4309(ccm(aes)) speed test | Herbert Xu |
2015-05-28 | crypto: tcrypt - Switch to new AEAD interface | Herbert Xu |
2015-04-23 | crypto: tcrypt - Include crypto/aead.h | Herbert Xu |
2015-04-23 | crypto: tcrypt - Include linux/fips.h for fips_enabled | Herbert Xu |
2015-04-23 | crypto: tcrypt - Handle async return from crypto_ahash_init | Herbert Xu |
2015-03-12 | crypto: tcrypt - fix uninit sg entries in test_acipher_speed | Horia Geant? |
2015-02-04 | crypto: tcrypt - do not allocate iv on stack for aead speed tests | Cristian Stoica |
2015-02-04 | crypto: tcrypt - fix buflen reminder calculation | Cristian Stoica |
2015-01-13 | crypto: testmgr - don't use interruptible wait in tests | Rabin Vincent |
2014-12-05 | crypto: tcrypt - Allow speed testing of arbitrary hash functions | Herbert Xu |
2014-08-01 | crypto: Resolve shadow warnings | Mark Rustad |
2014-07-03 | crypto: tcrypt - print cra driver name in tcrypt tests output | Luca Clementi |
2014-06-20 | crypto: tcrypt - add ctr(des3_ede) sync speed test | Jussi Kivilinna |
2014-05-22 | crypto: testmgr - add aead cbc des, des3_ede tests | Nitesh Lal |
2014-04-28 | crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed() | Christian Engelmayer |
2014-04-28 | crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead... | Christian Engelmayer |
2014-04-28 | crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too big | Christian Engelmayer |
2014-03-21 | crypto: testmgr - add aead null encryption test vectors | Horia Geanta |
2013-12-20 | crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test ... | Tim Chen |
2013-11-28 | crypto: caam - fix aead sglen for case 'dst != src' | Horia Geanta |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang |
2013-09-07 | Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra... | Herbert Xu |
2013-07-24 | Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf... | Herbert Xu |
2013-05-24 | crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash | Tim Chen |
2013-04-25 | crypto: tcrypt - add async cipher speed tests for blowfish | Jussi Kivilinna |
2013-04-25 | crypto: add CMAC support to CryptoAPI | Jussi Kivilinna |
2013-04-25 | crypto: testmgr - add AES GMAC test vectors | Jussi Kivilinna |
2013-01-08 | crypto: ctr - make rfc3686 asynchronous block cipher | Jussi Kivilinna |
2012-11-09 | crypto: tcrypt - add async speed test for camellia cipher | Jussi Kivilinna |
2012-10-24 | crypto: testmgr - add new larger DES3_EDE testvectors | Jussi Kivilinna |
2012-10-24 | crypto: testmgr - add new larger DES testvectors | Jussi Kivilinna |
2012-10-15 | crypto: tcrypt - Added speed test in tcrypt for crc32c | Tim Chen |