Age | Commit message (Expand) | Author | Files | Lines |
2025-05-12 | crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARK | Eric Biggers | 1 | -4/+4 |
2025-04-16 | Revert "crypto: tcrypt - Restore multibuffer ahash tests" | Herbert Xu | 1 | -231/+0 |
2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+231 |
2025-02-22 | crypto: tcrypt - Restore multibuffer ahash tests | Herbert Xu | 1 | -0/+231 |
2025-02-08 | crypto: crct10dif - remove from crypto API | Eric Biggers | 1 | -8/+0 |
2025-01-04 | crypto: vmac - remove unused VMAC algorithm | Eric Biggers | 1 | -4/+0 |
2024-06-28 | crypto: tcrypt - add skcipher speed for given alg | Sergey Portnoy | 1 | -0/+9 |
2024-03-08 | crypto: tcrypt - add ffdhe2048(dh) test | Vladis Dronov | 1 | -0/+3 |
2023-12-08 | crypto: tcrypt - Remove cfb and ofb | Herbert Xu | 1 | -76/+0 |
2023-04-14 | crypto: api - Move low-level functions into algapi.h | Herbert Xu | 1 | -4/+7 |
2023-01-20 | crypto: tcrypt - include larger key sizes in RFC4106 benchmark | Ard Biesheuvel | 1 | -4/+4 |
2022-11-25 | crypto: tcrypt - Fix multibuffer skcipher speed test mem leak | Zhang Yiqun | 1 | -9/+0 |
2022-11-04 | crypto: tcrypt - add SM4 cts-cbc/xts/xcbc test | Tianjia Zhang | 1 | -0/+21 |
2022-11-04 | crypto: tcrypt - Drop leading newlines from prints | Anirudh Venkataramanan | 1 | -5/+5 |
2022-11-04 | crypto: tcrypt - Drop module name from print string | Anirudh Venkataramanan | 1 | -2/+1 |
2022-11-04 | crypto: tcrypt - Use pr_info/pr_err | Anirudh Venkataramanan | 1 | -7/+7 |
2022-11-04 | crypto: tcrypt - Use pr_cont to print test results | Anirudh Venkataramanan | 1 | -4/+4 |
2022-10-21 | crypto: tcrypt - fix return value for multiple subtests | Robert Elliott | 1 | -128/+128 |
2022-09-24 | crypto: tcrypt - add async speed test for aria cipher | Taehee Yoo | 1 | -0/+30 |
2022-08-26 | crypto: tcrypt - remove mode=1000 | Robert Elliott | 1 | -27/+0 |
2022-07-29 | crypto: tcrypt - Remove the static variable initialisations to NULL | Jason Wang | 1 | -1/+1 |
2022-07-15 | crypto: testmgr - add ARIA testmgr tests | Taehee Yoo | 1 | -1/+37 |
2022-06-10 | crypto: blake2s - remove shash module | Jason A. Donenfeld | 1 | -12/+0 |
2022-06-10 | crypto: hctr2 - Add HCTR2 support | Nathan Huckleberry | 1 | -0/+5 |
2022-06-10 | crypto: polyval - Add POLYVAL support | Nathan Huckleberry | 1 | -0/+4 |
2022-06-10 | crypto: xctr - Add XCTR support | Nathan Huckleberry | 1 | -0/+1 |
2022-03-03 | crypto: api - allow algs only in specific constructions in FIPS mode | Nicolai Stange | 1 | -2/+2 |
2022-02-05 | crypto: tcrypt - remove all multibuffer ahash tests | Tianjia Zhang | 1 | -224/+0 |
2022-01-28 | crypto: tcrypt - add asynchronous speed test for SM3 | Tianjia Zhang | 1 | -5/+9 |
2021-10-22 | crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks | Horia Geantă | 1 | -3/+2 |
2021-08-21 | crypto: tcrypt - add GCM/CCM mode test for SM4 algorithm | Tianjia Zhang | 1 | -0/+45 |
2021-08-21 | crypto: tcrypt - Fix missing return value check | Tianjia Zhang | 1 | -10/+19 |
2021-07-30 | crypto: tcrypt - add the asynchronous speed test for SM4 | Tianjia Zhang | 1 | -1/+25 |
2021-05-28 | crypto: tcrypt - enable tests for xxhash and blake2 | Ard Biesheuvel | 1 | -0/+36 |
2021-02-10 | crypto: serpent - get rid of obsolete tnepres variant | Ard Biesheuvel | 1 | -5/+1 |
2021-01-29 | crypto: salsa20 - remove Salsa20 stream cipher algorithm | Ard Biesheuvel | 1 | -10/+1 |
2021-01-29 | crypto: tgr192 - remove Tiger 128/160/192 hash algorithms | Ard Biesheuvel | 1 | -36/+0 |
2021-01-29 | crypto: rmd320 - remove RIPE-MD 320 hash algorithm | Ard Biesheuvel | 1 | -13/+1 |
2021-01-29 | crypto: rmd256 - remove RIPE-MD 256 hash algorithm | Ard Biesheuvel | 1 | -13/+1 |
2021-01-29 | crypto: rmd128 - remove RIPE-MD 128 hash algorithm | Ard Biesheuvel | 1 | -17/+1 |
2021-01-03 | crypto: tcrypt - avoid signed overflow in byte count | Ard Biesheuvel | 1 | -10/+10 |
2020-11-27 | crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarks | Ard Biesheuvel | 1 | -37/+44 |
2020-11-27 | crypto: tcrypt - don't initialize at subsys_initcall time | Ard Biesheuvel | 1 | -1/+1 |
2020-10-13 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -7/+11 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -57/+57 |
2020-08-21 | crypto: tcrypt - Add support for hash speed testing with keys | Herbert Xu | 1 | -5/+9 |
2020-08-21 | crypto: tcrypt - delete duplicated words in messages | Randy Dunlap | 1 | -2/+2 |
2020-02-13 | crypto: tcrypt - fix printed skcipher [a]sync mode | Horia Geantă | 1 | -2/+2 |
2019-11-17 | crypto: tcrypt - constify check alg list | Corentin Labbe | 1 | -2/+2 |
2019-08-30 | crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode | Ard Biesheuvel | 1 | -0/+9 |
2019-07-26 | crypto: tcrypt - add a speed test for AEGIS128 | Ard Biesheuvel | 1 | -0/+7 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2019-04-18 | crypto: run initcalls for generic implementations earlier | Eric Biggers | 1 | -1/+1 |
2019-03-07 | lib/lzo: separate lzo-rle from lzo | Dave Rodgman | 1 | -2/+2 |
2018-12-13 | crypto: tcrypt - add block size of 1472 to skcipher template | Ard Biesheuvel | 1 | -1/+1 |
2018-11-20 | crypto: adiantum - add Adiantum support | Eric Biggers | 1 | -0/+12 |
2018-11-16 | crypto: streebog - add Streebog test vectors | Vitaly Chikunov | 1 | -1/+39 |
2018-11-09 | crypto: testmgr - add AES-CFB tests | Dmitry Eremin-Solenikov | 1 | -0/+5 |
2018-09-28 | crypto: tcrypt - add OFB functional tests | Gilad Ben-Yossef | 1 | -0/+1 |
2018-09-28 | crypto: testmgr - update sm4 test vectors | Gilad Ben-Yossef | 1 | -0/+16 |
2018-09-28 | crypto: tcrypt - remove remnants of pcomp-based zlib | Horia Geantă | 1 | -6/+1 |
2018-09-21 | crypto: tcrypt - fix ghash-generic speed test | Horia Geantă | 1 | -0/+3 |
2018-08-03 | crypto: tcrypt - reschedule during speed tests | Horia Geantă | 1 | -12/+24 |
2018-07-01 | crypto: vmac - remove insecure version with hardcoded nonce | Eric Biggers | 1 | -1/+1 |
2018-05-27 | crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors | Eric Biggers | 1 | -4/+0 |
2018-05-05 | crypto: tcrypt - Remove VLA usage | Kees Cook | 1 | -39/+79 |
2018-03-16 | crypto: testmgr - introduce SM4 tests | Gilad Ben-Yossef | 1 | -0/+3 |
2018-01-12 | crypto: tcrypt - free xoutbuf instead of axbuf | Colin Ian King | 1 | -1/+1 |
2018-01-12 | crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer" | Colin Ian King | 1 | -2/+2 |
2017-12-28 | crypto: tcrypt - add multibuf aead speed test | Gilad Ben-Yossef | 1 | -59/+378 |
2017-12-28 | crypto: tcrypt - add multibuf skcipher speed test | Gilad Ben-Yossef | 1 | -0/+460 |
2017-12-28 | crypto: tcrypt - add multi buf ahash jiffies test | Gilad Ben-Yossef | 1 | -30/+82 |
2017-12-28 | crypto: tcrypt - allow setting num of bufs | Gilad Ben-Yossef | 1 | -12/+19 |
2017-12-28 | crypto: tcrypt - fix AEAD decryption speed test | Gilad Ben-Yossef | 1 | -1/+29 |
2017-12-28 | crypto: tcrypt - use multi buf for ahash mb test | Gilad Ben-Yossef | 1 | -4/+9 |
2017-11-29 | crypto: tcrypt - set assoc in sg_init_aead() | Tudor-Dan Ambarus | 1 | -7/+9 |
2017-11-29 | crypto: tcrypt - fix S/G table for test_aead_speed() | Robert Baronescu | 1 | -2/+4 |
2017-11-03 | crypto: tcrypt - move to generic async completion | Gilad Ben-Yossef | 1 | -59/+25 |
2017-11-03 | crypto: tcrypt - fix buffer lengths in test_aead_speed() | Robert Baronescu | 1 | -2/+4 |
2017-11-03 | crypto: tcrypt - mark expected switch fall-throughs in do_test() | Gustavo A. R. Silva | 1 | -57/+51 |
2017-09-22 | crypto: drop unnecessary return statements | Geliang Tang | 1 | -1/+0 |
2017-09-22 | crypto: sm3 - add SM3 test vectors | Gilad Ben-Yossef | 1 | -1/+13 |
2017-08-03 | crypto: tcrypt - remove AES-XTS-192 speed tests | Horia Geantă | 1 | -4/+4 |
2017-05-18 | crypto: tcrypt - don't disable irqs and wait | Gilad Ben-Yossef | 1 | -4/+0 |
2017-01-23 | crypto: tcrypt - Add debug prints | Rabin Vincent | 1 | -0/+6 |
2016-07-01 | crypto: sha3 - Add HMAC-SHA3 test modes and test vectors | raveendra padasalagi | 1 | -0/+16 |
2016-07-01 | crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test | Herbert Xu | 1 | -1/+3 |
2016-07-01 | crypto: tcrypt - Add speed test for cts | Herbert Xu | 1 | -0/+8 |
2016-07-01 | crypto: tcrypt - Use skcipher | Herbert Xu | 1 | -197/+44 |
2016-06-29 | crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test | Herbert Xu | 1 | -58/+71 |
2016-06-28 | crypto: tcrypt - Use unsigned long for mb ahash cycle counter | Herbert Xu | 1 | -5/+5 |
2016-06-28 | crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues | Krzysztof Kozlowski | 1 | -19/+14 |
2016-06-28 | crypto: tcrypt - Add new mode for sha512_mb | Megha Dey | 1 | -0/+4 |
2016-06-27 | crypto: tcrypt - Add speed tests for SHA multibuffer algorithms | Megha Dey | 1 | -0/+118 |
2016-06-20 | crypto: sha3 - Add SHA-3 Test's in tcrypt | raveendra padasalagi | 1 | -1/+52 |
2016-02-06 | crypto: tcrypt - Use ahash | Herbert Xu | 1 | -224/+15 |
2015-11-23 | crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes) | Cyrille Pitchen | 1 | -1/+1 |
2015-09-21 | crypto: tcrypt - avoid mapping from module image addresses | Horia Geant? | 1 | -4/+13 |
2015-08-17 | crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag | Herbert Xu | 1 | -6/+1 |
2015-07-17 | crypto: tcrypt - Add ChaCha20/Poly1305 speed tests | Martin Willi | 1 | -0/+15 |
2015-07-14 | crypto: tcrypt - Add support for new IV convention | Herbert Xu | 1 | -3/+8 |
2015-07-08 | crypto: tcrypt - Fix AEAD speed tests | Vutla, Lokesh | 1 | -22/+43 |
2015-06-18 | crypto: tcrypt - Fixed AEAD speed test setup | Herbert Xu | 1 | -7/+8 |
2015-06-18 | crypto: tcrypt - Add rfc4309(ccm(aes)) speed test | Herbert Xu | 1 | -0/+5 |
2015-05-28 | crypto: tcrypt - Switch to new AEAD interface | Herbert Xu | 1 | -8/+7 |
2015-04-23 | crypto: tcrypt - Include crypto/aead.h | Herbert Xu | 1 | -0/+1 |
2015-04-23 | crypto: tcrypt - Include linux/fips.h for fips_enabled | Herbert Xu | 1 | -1/+1 |
2015-04-23 | crypto: tcrypt - Handle async return from crypto_ahash_init | Herbert Xu | 1 | -3/+3 |
2015-03-12 | crypto: tcrypt - fix uninit sg entries in test_acipher_speed | Horia Geant? | 1 | -2/+2 |
2015-02-04 | crypto: tcrypt - do not allocate iv on stack for aead speed tests | Cristian Stoica | 1 | -3/+8 |
2015-02-04 | crypto: tcrypt - fix buflen reminder calculation | Cristian Stoica | 1 | -8/+8 |
2015-01-13 | crypto: testmgr - don't use interruptible wait in tests | Rabin Vincent | 1 | -6/+4 |
2014-12-05 | crypto: tcrypt - Allow speed testing of arbitrary hash functions | Herbert Xu | 1 | -12/+20 |
2014-08-01 | crypto: Resolve shadow warnings | Mark Rustad | 1 | -38/+39 |
2014-07-03 | crypto: tcrypt - print cra driver name in tcrypt tests output | Luca Clementi | 1 | -11/+20 |
2014-06-20 | crypto: tcrypt - add ctr(des3_ede) sync speed test | Jussi Kivilinna | 1 | -0/+6 |
2014-05-22 | crypto: testmgr - add aead cbc des, des3_ede tests | Nitesh Lal | 1 | -1/+30 |
2014-04-28 | crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed() | Christian Engelmayer | 1 | -1/+3 |
2014-04-28 | crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead... | Christian Engelmayer | 1 | -1/+2 |
2014-04-28 | crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too big | Christian Engelmayer | 1 | -8/+6 |
2014-03-21 | crypto: testmgr - add aead null encryption test vectors | Horia Geanta | 1 | -0/+8 |
2013-12-20 | crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test ... | Tim Chen | 1 | -0/+270 |
2013-11-28 | crypto: caam - fix aead sglen for case 'dst != src' | Horia Geanta | 1 | -0/+4 |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 1 | -2/+2 |
2013-09-07 | Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra... | Herbert Xu | 1 | -0/+8 |
2013-07-24 | Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf... | Herbert Xu | 1 | -8/+0 |
2013-05-24 | crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash | Tim Chen | 1 | -0/+8 |
2013-04-25 | crypto: tcrypt - add async cipher speed tests for blowfish | Jussi Kivilinna | 1 | -0/+15 |
2013-04-25 | crypto: add CMAC support to CryptoAPI | Jussi Kivilinna | 1 | -1/+10 |
2013-04-25 | crypto: testmgr - add AES GMAC test vectors | Jussi Kivilinna | 1 | -0/+4 |
2013-01-08 | crypto: ctr - make rfc3686 asynchronous block cipher | Jussi Kivilinna | 1 | -0/+4 |
2012-11-09 | crypto: tcrypt - add async speed test for camellia cipher | Jussi Kivilinna | 1 | -0/+23 |
2012-10-24 | crypto: testmgr - add new larger DES3_EDE testvectors | Jussi Kivilinna | 1 | -0/+1 |
2012-10-24 | crypto: testmgr - add new larger DES testvectors | Jussi Kivilinna | 1 | -0/+1 |
2012-10-15 | crypto: tcrypt - Added speed test in tcrypt for crc32c | Tim Chen | 1 | -0/+4 |
2012-09-27 | crypto: tcrypt - add missing tests for camellia and ghash | Jussi Kivilinna | 1 | -0/+7 |
2012-09-27 | crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena... | Suresh Siddha | 1 | -6/+0 |
2012-08-01 | crypto: testmgr - add larger cast6 testvectors | Johannes Goetzfried | 1 | -0/+50 |
2012-08-01 | crypto: testmgr - add larger cast5 testvectors | Johannes Goetzfried | 1 | -0/+32 |
2012-07-11 | crypto: atmel - add new tests to tcrypt | Nicolas Royer | 1 | -5/+45 |
2012-06-14 | crypto: testmgr - add ecb(arc4) speed tests | Jussi Kivilinna | 1 | -0/+10 |
2012-06-12 | crypto: twofish - add x86_64/avx assembler implementation | Johannes Goetzfried | 1 | -0/+23 |
2012-06-12 | crypto: testmgr - Add new test cases for Blackfin CRC crypto driver | Sonic Zhang | 1 | -0/+3 |
2012-03-14 | crypto: tcrypt - add more camellia tests | Jussi Kivilinna | 1 | -0/+12 |
2011-11-09 | crypto: tcrypt - add xts(twofish) tests | Jussi Kivilinna | 1 | -0/+5 |
2011-11-09 | crypto: tcrypt - add xts(serpent) tests | Jussi Kivilinna | 1 | -0/+9 |
2011-11-09 | crypto: tcrypt - add lrw(twofish) tests | Jussi Kivilinna | 1 | -0/+5 |
2011-11-09 | crypto: tcrypt - add lrw(serpent) tests | Jussi Kivilinna | 1 | -0/+9 |
2011-11-09 | crypto: tcrypt - add serpent speed tests | Jussi Kivilinna | 1 | -0/+30 |
2011-11-09 | crypto: tcrypt - add test_acipher_speed | Jussi Kivilinna | 1 | -0/+250 |
2011-11-09 | crypto: testmgr - add new serpent test vectors | Jussi Kivilinna | 1 | -0/+2 |
2011-10-21 | crypto: testmgr - add twofish tests | Jussi Kivilinna | 1 | -0/+1 |
2011-10-21 | crypto: testmgr - add blowfish test-vectors | Jussi Kivilinna | 1 | -0/+1 |
2011-10-21 | crypto: tcrypt - add ctr(twofish) speed test | Jussi Kivilinna | 1 | -0/+4 |
2011-09-22 | crypto: tcrypt - add ctr(blowfish) speed test | Jussi Kivilinna | 1 | -0/+4 |
2011-05-04 | crypto: tcrypt - CTR mode speed test for AES | Jan Glauber | 1 | -0/+4 |
2011-03-04 | crypto: tcrypt - do not attempt to write to readonly variable | David Sterba | 1 | -1/+2 |
2010-11-13 | crypto: rfc4106 - Extending the RC4106 AES-GCM test vectors | Adrian Hoban | 1 | -0/+11 |
2010-05-19 | crypto: tcrypt - Add speed tests for async hashing | David S. Miller | 1 | -6/+330 |
2010-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Herbert Xu | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+1 |
2010-03-10 | crypto: tcrypt - Speed testing support for ghash | Huang Ying | 1 | -0/+7 |
2009-09-02 | crypto: vmac - New hash algorithm for intel_txt support | Shane Wang | 1 | -0/+4 |
2009-07-14 | crypto: tcrypt - Add mask parameter | Herbert Xu | 1 | -3/+6 |
2009-06-19 | crypto: tcrypt - Fix module return code when testing by name | Herbert Xu | 1 | -1/+1 |
2009-06-19 | crypto: tcrypt - Test algorithms by name | Steffen Klassert | 1 | -1/+14 |
2009-06-02 | crypto: tcrypt - Do not exit on success in fips mode | Jarod Wilson | 1 | -74/+90 |
2009-06-02 | crypto: testmgr - Add ctr(aes) test vectors | Jarod Wilson | 1 | -0/+1 |
2009-06-02 | crypto: testmgr - Add ansi_cprng test vectors | Jarod Wilson | 1 | -0/+4 |
2009-06-02 | crypto: testmgr - Add self-tests for rfc4309(ccm(aes)) | Jarod Wilson | 1 | -0/+4 |
2009-06-02 | crypto: tcrypt - Reduce stack size | Frank Seidel | 1 | -7/+9 |
2009-03-04 | crypto: testmgr - add zlib test | Geert Uytterhoeven | 1 | -1/+5 |
2008-08-29 | crypto: cryptomgr - Add test infrastructure | Herbert Xu | 1 | -1700/+8 |
2008-08-29 | crypto: tcrypt - Add alg_test interface | Herbert Xu | 1 | -438/+1017 |
2008-08-29 | crypto: tcrypt - Abort and only log if there is an error | Herbert Xu | 1 | -146/+200 |
2008-08-29 | crypto: tcrypt - Avoid using contiguous pages | Herbert Xu | 1 | -153/+151 |
2008-08-13 | crypto: tcrypt - Fix AEAD chunk testing | Herbert Xu | 1 | -9/+19 |
2008-07-10 | crypto: hash - Move ahash functions into crypto/hash.h | Herbert Xu | 1 | -0/+1 |
2008-07-10 | crypto: tcrpyt - Remove unnecessary kmap/kunmap calls | Herbert Xu | 1 | -10/+5 |
2008-07-10 | [CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode | Neil Horman | 1 | -0/+16 |
2008-07-10 | [CRYPTO] tcrypt: Use asynchronous hash interface | Loc Ho | 1 | -19/+57 |
2008-07-10 | [CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320 | Adrian-Ken Rueegsegger | 1 | -2/+19 |
2008-07-10 | [CRYPTO] tcrypt: Catch cipher destination memory corruption | Patrick McHardy | 1 | -5/+21 |
2008-07-10 | [CRYPTO] tcrpyt: Get rid of change log in source | Herbert Xu | 1 | -8/+0 |
2008-07-10 | [CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160 | Adrian-Ken Rueegsegger | 1 | -1/+28 |
2008-07-08 | crypto: tcrypt - Fix memory leak in test_cipher | Darren Jenkins | 1 | -9/+1 |
2008-04-21 | [CRYPTO] all: Clean up init()/fini() | Kamalesh Babulal | 1 | -4/+4 |
2008-04-21 | [CRYPTO] cts: Add CTS mode required for Kerberos AES support | Kevin Coffman | 1 | -2/+14 |
2008-04-21 | [CRYPTO] tcrypt: Change the usage of the test vectors | Sebastian Siewior | 1 | -165/+181 |
2008-04-21 | [CRYPTO] tcrypt: Shrink speed templates | Sebastian Siewior | 1 | -39/+50 |
2008-04-21 | [CRYPTO] tcrypt: Group common speed templates | Sebastian Siewior | 1 | -37/+33 |
2008-01-11 | [CRYPTO] tcrypt: Make xcbc available as a standalone test | Herbert Xu | 1 | -0/+6 |
2008-01-11 | [CRYPTO] tcrypt: Zero axbuf in the right function | Herbert Xu | 1 | -1/+1 |
2008-01-11 | [CRYPTO] tcrypt: Add CCM vectors | Joy Latten | 1 | -2/+29 |
2008-01-11 | [CRYPTO] ctr: Refactor into ctr and rfc3686 | Herbert Xu | 1 | -4/+4 |
2008-01-11 | [CRYPTO] tcrypt: Added salsa20 speed test | Tan Swee Heng | 1 | -0/+5 |
2008-01-11 | [CRYPTO] lzo: Add LZO compression algorithm support | Zoltan Sogor | 1 | -1/+8 |
2008-01-11 | [CRYPTO] tcrypt: Add common compression tester function | Zoltan Sogor | 1 | -13/+20 |
2008-01-11 | [CRYPTO] gcm: Fix ICV handling | Herbert Xu | 1 | -28/+16 |
2008-01-11 | [CRYPTO] tcrypt: Make gcm available as a standalone test | Herbert Xu | 1 | -0/+7 |