summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
Commit message (Expand)AuthorAge
* crypto: tcrypt - don't disable irqs and waitGilad Ben-Yossef2017-05-18
* crypto: tcrypt - Add debug printsRabin Vincent2017-01-23
* crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi2016-07-01
* crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash testHerbert Xu2016-07-01
* crypto: tcrypt - Add speed test for ctsHerbert Xu2016-07-01
* crypto: tcrypt - Use skcipherHerbert Xu2016-07-01
* crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed testHerbert Xu2016-06-29
* crypto: tcrypt - Use unsigned long for mb ahash cycle counterHerbert Xu2016-06-28
* crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issuesKrzysztof Kozlowski2016-06-28
* crypto: tcrypt - Add new mode for sha512_mbMegha Dey2016-06-28
* crypto: tcrypt - Add speed tests for SHA multibuffer algorithmsMegha Dey2016-06-27
* crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi2016-06-20
* crypto: tcrypt - Use ahashHerbert Xu2016-02-06
* crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes)Cyrille Pitchen2015-11-23
* crypto: tcrypt - avoid mapping from module image addressesHoria Geant?2015-09-21
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-17
* crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi2015-07-17
* crypto: tcrypt - Add support for new IV conventionHerbert Xu2015-07-14
* crypto: tcrypt - Fix AEAD speed testsVutla, Lokesh2015-07-08
* crypto: tcrypt - Fixed AEAD speed test setupHerbert Xu2015-06-18
* crypto: tcrypt - Add rfc4309(ccm(aes)) speed testHerbert Xu2015-06-18
* crypto: tcrypt - Switch to new AEAD interfaceHerbert Xu2015-05-28
* crypto: tcrypt - Include crypto/aead.hHerbert Xu2015-04-23
* crypto: tcrypt - Include linux/fips.h for fips_enabledHerbert Xu2015-04-23
* crypto: tcrypt - Handle async return from crypto_ahash_initHerbert Xu2015-04-23
* crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?2015-03-12
* crypto: tcrypt - do not allocate iv on stack for aead speed testsCristian Stoica2015-02-04
* crypto: tcrypt - fix buflen reminder calculationCristian Stoica2015-02-04
* crypto: testmgr - don't use interruptible wait in testsRabin Vincent2015-01-13
* crypto: tcrypt - Allow speed testing of arbitrary hash functionsHerbert Xu2014-12-05
* crypto: Resolve shadow warningsMark Rustad2014-08-01
* crypto: tcrypt - print cra driver name in tcrypt tests outputLuca Clementi2014-07-03
* crypto: tcrypt - add ctr(des3_ede) sync speed testJussi Kivilinna2014-06-20
* crypto: testmgr - add aead cbc des, des3_ede testsNitesh Lal2014-05-22
* crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed()Christian Engelmayer2014-04-28
* crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead...Christian Engelmayer2014-04-28
* crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too bigChristian Engelmayer2014-04-28
* crypto: testmgr - add aead null encryption test vectorsHoria Geanta2014-03-21
* crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test ...Tim Chen2013-12-20
* crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta2013-11-28
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-15
* Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu2013-09-07
* Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu2013-07-24
* crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hashTim Chen2013-05-24
* crypto: tcrypt - add async cipher speed tests for blowfishJussi Kivilinna2013-04-25
* crypto: add CMAC support to CryptoAPIJussi Kivilinna2013-04-25
* crypto: testmgr - add AES GMAC test vectorsJussi Kivilinna2013-04-25
* crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna2013-01-08
* crypto: tcrypt - add async speed test for camellia cipherJussi Kivilinna2012-11-09
* crypto: testmgr - add new larger DES3_EDE testvectorsJussi Kivilinna2012-10-24