aboutsummaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagGravatar Herbert Xu 1-6/+1
2015-07-17crypto: tcrypt - Add ChaCha20/Poly1305 speed testsGravatar Martin Willi 1-0/+15
2015-07-14crypto: tcrypt - Add support for new IV conventionGravatar Herbert Xu 1-3/+8
2015-07-08crypto: tcrypt - Fix AEAD speed testsGravatar Vutla, Lokesh 1-22/+43
2015-06-18crypto: tcrypt - Fixed AEAD speed test setupGravatar Herbert Xu 1-7/+8
2015-06-18crypto: tcrypt - Add rfc4309(ccm(aes)) speed testGravatar Herbert Xu 1-0/+5
2015-05-28crypto: tcrypt - Switch to new AEAD interfaceGravatar Herbert Xu 1-8/+7
2015-04-23crypto: tcrypt - Include crypto/aead.hGravatar Herbert Xu 1-0/+1
2015-04-23crypto: tcrypt - Include linux/fips.h for fips_enabledGravatar Herbert Xu 1-1/+1
2015-04-23crypto: tcrypt - Handle async return from crypto_ahash_initGravatar Herbert Xu 1-3/+3
2015-03-12crypto: tcrypt - fix uninit sg entries in test_acipher_speedGravatar Horia Geant? 1-2/+2
2015-02-04crypto: tcrypt - do not allocate iv on stack for aead speed testsGravatar Cristian Stoica 1-3/+8
2015-02-04crypto: tcrypt - fix buflen reminder calculationGravatar Cristian Stoica 1-8/+8
2015-01-13crypto: testmgr - don't use interruptible wait in testsGravatar Rabin Vincent 1-6/+4
2014-12-05crypto: tcrypt - Allow speed testing of arbitrary hash functionsGravatar Herbert Xu 1-12/+20
2014-08-01crypto: Resolve shadow warningsGravatar Mark Rustad 1-38/+39
2014-07-03crypto: tcrypt - print cra driver name in tcrypt tests outputGravatar Luca Clementi 1-11/+20
2014-06-20crypto: tcrypt - add ctr(des3_ede) sync speed testGravatar Jussi Kivilinna 1-0/+6
2014-05-22crypto: testmgr - add aead cbc des, des3_ede testsGravatar Nitesh Lal 1-1/+30
2014-04-28crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed()Gravatar Christian Engelmayer 1-1/+3
2014-04-28crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead...Gravatar Christian Engelmayer 1-1/+2
2014-04-28crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too bigGravatar Christian Engelmayer 1-8/+6
2014-03-21crypto: testmgr - add aead null encryption test vectorsGravatar Horia Geanta 1-0/+8
2013-12-20crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test ...Gravatar Tim Chen 1-0/+270
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Gravatar Horia Geanta 1-0/+4
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONGravatar Wolfram Sang 1-2/+2
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Gravatar Herbert Xu 1-0/+8
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Gravatar Herbert Xu 1-8/+0
2013-05-24crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hashGravatar Tim Chen 1-0/+8
2013-04-25crypto: tcrypt - add async cipher speed tests for blowfishGravatar Jussi Kivilinna 1-0/+15
2013-04-25crypto: add CMAC support to CryptoAPIGravatar Jussi Kivilinna 1-1/+10
2013-04-25crypto: testmgr - add AES GMAC test vectorsGravatar Jussi Kivilinna 1-0/+4
2013-01-08crypto: ctr - make rfc3686 asynchronous block cipherGravatar Jussi Kivilinna 1-0/+4
2012-11-09crypto: tcrypt - add async speed test for camellia cipherGravatar Jussi Kivilinna 1-0/+23
2012-10-24crypto: testmgr - add new larger DES3_EDE testvectorsGravatar Jussi Kivilinna 1-0/+1
2012-10-24crypto: testmgr - add new larger DES testvectorsGravatar Jussi Kivilinna 1-0/+1
2012-10-15crypto: tcrypt - Added speed test in tcrypt for crc32cGravatar Tim Chen 1-0/+4
2012-09-27crypto: tcrypt - add missing tests for camellia and ghashGravatar Jussi Kivilinna 1-0/+7
2012-09-27crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...Gravatar Suresh Siddha 1-6/+0
2012-08-01crypto: testmgr - add larger cast6 testvectorsGravatar Johannes Goetzfried 1-0/+50
2012-08-01crypto: testmgr - add larger cast5 testvectorsGravatar Johannes Goetzfried 1-0/+32
2012-07-11crypto: atmel - add new tests to tcryptGravatar Nicolas Royer 1-5/+45
2012-06-14crypto: testmgr - add ecb(arc4) speed testsGravatar Jussi Kivilinna 1-0/+10
2012-06-12crypto: twofish - add x86_64/avx assembler implementationGravatar Johannes Goetzfried 1-0/+23
2012-06-12crypto: testmgr - Add new test cases for Blackfin CRC crypto driverGravatar Sonic Zhang 1-0/+3
2012-03-14crypto: tcrypt - add more camellia testsGravatar Jussi Kivilinna 1-0/+12
2011-11-09crypto: tcrypt - add xts(twofish) testsGravatar Jussi Kivilinna 1-0/+5
2011-11-09crypto: tcrypt - add xts(serpent) testsGravatar Jussi Kivilinna 1-0/+9
2011-11-09crypto: tcrypt - add lrw(twofish) testsGravatar Jussi Kivilinna 1-0/+5
2011-11-09crypto: tcrypt - add lrw(serpent) testsGravatar Jussi Kivilinna 1-0/+9