summaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
AgeCommit message (Expand)AuthorLines
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers-4/+4
2025-04-16Revert "crypto: tcrypt - Restore multibuffer ahash tests"Herbert Xu-231/+0
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+231
2025-02-22crypto: tcrypt - Restore multibuffer ahash testsHerbert Xu-0/+231
2025-02-08crypto: crct10dif - remove from crypto APIEric Biggers-8/+0
2025-01-04crypto: vmac - remove unused VMAC algorithmEric Biggers-4/+0
2024-06-28crypto: tcrypt - add skcipher speed for given algSergey Portnoy-0/+9
2024-03-08crypto: tcrypt - add ffdhe2048(dh) testVladis Dronov-0/+3
2023-12-08crypto: tcrypt - Remove cfb and ofbHerbert Xu-76/+0
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu-4/+7
2023-01-20crypto: tcrypt - include larger key sizes in RFC4106 benchmarkArd Biesheuvel-4/+4
2022-11-25crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun-9/+0
2022-11-04crypto: tcrypt - add SM4 cts-cbc/xts/xcbc testTianjia Zhang-0/+21
2022-11-04crypto: tcrypt - Drop leading newlines from printsAnirudh Venkataramanan-5/+5
2022-11-04crypto: tcrypt - Drop module name from print stringAnirudh Venkataramanan-2/+1
2022-11-04crypto: tcrypt - Use pr_info/pr_errAnirudh Venkataramanan-7/+7
2022-11-04crypto: tcrypt - Use pr_cont to print test resultsAnirudh Venkataramanan-4/+4
2022-10-21crypto: tcrypt - fix return value for multiple subtestsRobert Elliott-128/+128
2022-09-24crypto: tcrypt - add async speed test for aria cipherTaehee Yoo-0/+30
2022-08-26crypto: tcrypt - remove mode=1000Robert Elliott-27/+0
2022-07-29crypto: tcrypt - Remove the static variable initialisations to NULLJason Wang-1/+1
2022-07-15crypto: testmgr - add ARIA testmgr testsTaehee Yoo-1/+37
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld-12/+0
2022-06-10crypto: hctr2 - Add HCTR2 supportNathan Huckleberry-0/+5
2022-06-10crypto: polyval - Add POLYVAL supportNathan Huckleberry-0/+4
2022-06-10crypto: xctr - Add XCTR supportNathan Huckleberry-0/+1
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange-2/+2
2022-02-05crypto: tcrypt - remove all multibuffer ahash testsTianjia Zhang-224/+0
2022-01-28crypto: tcrypt - add asynchronous speed test for SM3Tianjia Zhang-5/+9
2021-10-22crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă-3/+2
2021-08-21crypto: tcrypt - add GCM/CCM mode test for SM4 algorithmTianjia Zhang-0/+45
2021-08-21crypto: tcrypt - Fix missing return value checkTianjia Zhang-10/+19
2021-07-30crypto: tcrypt - add the asynchronous speed test for SM4Tianjia Zhang-1/+25
2021-05-28crypto: tcrypt - enable tests for xxhash and blake2Ard Biesheuvel-0/+36
2021-02-10crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel-5/+1
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel-10/+1
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel-36/+0
2021-01-29crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel-13/+1
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel-13/+1
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel-17/+1
2021-01-03crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel-10/+10
2020-11-27crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksArd Biesheuvel-37/+44
2020-11-27crypto: tcrypt - don't initialize at subsys_initcall timeArd Biesheuvel-1/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-7/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-57/+57
2020-08-21crypto: tcrypt - Add support for hash speed testing with keysHerbert Xu-5/+9
2020-08-21crypto: tcrypt - delete duplicated words in messagesRandy Dunlap-2/+2
2020-02-13crypto: tcrypt - fix printed skcipher [a]sync modeHoria Geantă-2/+2
2019-11-17crypto: tcrypt - constify check alg listCorentin Labbe-2/+2
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel-0/+9