aboutsummaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-08crypto: tcrypt - add ffdhe2048(dh) testGravatar Vladis Dronov 1-0/+3
2023-12-08crypto: tcrypt - Remove cfb and ofbGravatar Herbert Xu 1-76/+0
2023-04-14crypto: api - Move low-level functions into algapi.hGravatar Herbert Xu 1-4/+7
2023-01-20crypto: tcrypt - include larger key sizes in RFC4106 benchmarkGravatar Ard Biesheuvel 1-4/+4
2022-11-25crypto: tcrypt - Fix multibuffer skcipher speed test mem leakGravatar Zhang Yiqun 1-9/+0
2022-11-04crypto: tcrypt - add SM4 cts-cbc/xts/xcbc testGravatar Tianjia Zhang 1-0/+21
2022-11-04crypto: tcrypt - Drop leading newlines from printsGravatar Anirudh Venkataramanan 1-5/+5
2022-11-04crypto: tcrypt - Drop module name from print stringGravatar Anirudh Venkataramanan 1-2/+1
2022-11-04crypto: tcrypt - Use pr_info/pr_errGravatar Anirudh Venkataramanan 1-7/+7
2022-11-04crypto: tcrypt - Use pr_cont to print test resultsGravatar Anirudh Venkataramanan 1-4/+4
2022-10-21crypto: tcrypt - fix return value for multiple subtestsGravatar Robert Elliott 1-128/+128
2022-09-24crypto: tcrypt - add async speed test for aria cipherGravatar Taehee Yoo 1-0/+30
2022-08-26crypto: tcrypt - remove mode=1000Gravatar Robert Elliott 1-27/+0
2022-07-29crypto: tcrypt - Remove the static variable initialisations to NULLGravatar Jason Wang 1-1/+1
2022-07-15crypto: testmgr - add ARIA testmgr testsGravatar Taehee Yoo 1-1/+37
2022-06-10crypto: blake2s - remove shash moduleGravatar Jason A. Donenfeld 1-12/+0
2022-06-10crypto: hctr2 - Add HCTR2 supportGravatar Nathan Huckleberry 1-0/+5
2022-06-10crypto: polyval - Add POLYVAL supportGravatar Nathan Huckleberry 1-0/+4
2022-06-10crypto: xctr - Add XCTR supportGravatar Nathan Huckleberry 1-0/+1
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeGravatar Nicolai Stange 1-2/+2
2022-02-05crypto: tcrypt - remove all multibuffer ahash testsGravatar Tianjia Zhang 1-224/+0
2022-01-28crypto: tcrypt - add asynchronous speed test for SM3Gravatar Tianjia Zhang 1-5/+9
2021-10-22crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksGravatar Horia Geantă 1-3/+2
2021-08-21crypto: tcrypt - add GCM/CCM mode test for SM4 algorithmGravatar Tianjia Zhang 1-0/+45
2021-08-21crypto: tcrypt - Fix missing return value checkGravatar Tianjia Zhang 1-10/+19
2021-07-30crypto: tcrypt - add the asynchronous speed test for SM4Gravatar Tianjia Zhang 1-1/+25
2021-05-28crypto: tcrypt - enable tests for xxhash and blake2Gravatar Ard Biesheuvel 1-0/+36
2021-02-10crypto: serpent - get rid of obsolete tnepres variantGravatar Ard Biesheuvel 1-5/+1
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmGravatar Ard Biesheuvel 1-10/+1
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsGravatar Ard Biesheuvel 1-36/+0
2021-01-29crypto: rmd320 - remove RIPE-MD 320 hash algorithmGravatar Ard Biesheuvel 1-13/+1
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmGravatar Ard Biesheuvel 1-13/+1
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmGravatar Ard Biesheuvel 1-17/+1
2021-01-03crypto: tcrypt - avoid signed overflow in byte countGravatar Ard Biesheuvel 1-10/+10
2020-11-27crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksGravatar Ard Biesheuvel 1-37/+44
2020-11-27crypto: tcrypt - don't initialize at subsys_initcall timeGravatar Ard Biesheuvel 1-1/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-7/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-57/+57
2020-08-21crypto: tcrypt - Add support for hash speed testing with keysGravatar Herbert Xu 1-5/+9
2020-08-21crypto: tcrypt - delete duplicated words in messagesGravatar Randy Dunlap 1-2/+2
2020-02-13crypto: tcrypt - fix printed skcipher [a]sync modeGravatar Horia Geantă 1-2/+2
2019-11-17crypto: tcrypt - constify check alg listGravatar Corentin Labbe 1-2/+2
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeGravatar Ard Biesheuvel 1-0/+9
2019-07-26crypto: tcrypt - add a speed test for AEGIS128Gravatar Ard Biesheuvel 1-0/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-03-07lib/lzo: separate lzo-rle from lzoGravatar Dave Rodgman 1-2/+2
2018-12-13crypto: tcrypt - add block size of 1472 to skcipher templateGravatar Ard Biesheuvel 1-1/+1
2018-11-20crypto: adiantum - add Adiantum supportGravatar Eric Biggers 1-0/+12
2018-11-16crypto: streebog - add Streebog test vectorsGravatar Vitaly Chikunov 1-1/+39