summaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: tcrypt - add ffdhe2048(dh) testVladis Dronov2024-03-081-0/+3
* crypto: tcrypt - Remove cfb and ofbHerbert Xu2023-12-081-76/+0
* crypto: api - Move low-level functions into algapi.hHerbert Xu2023-04-141-4/+7
* crypto: tcrypt - include larger key sizes in RFC4106 benchmarkArd Biesheuvel2023-01-201-4/+4
* crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun2022-11-251-9/+0
* crypto: tcrypt - add SM4 cts-cbc/xts/xcbc testTianjia Zhang2022-11-041-0/+21
* crypto: tcrypt - Drop leading newlines from printsAnirudh Venkataramanan2022-11-041-5/+5
* crypto: tcrypt - Drop module name from print stringAnirudh Venkataramanan2022-11-041-2/+1
* crypto: tcrypt - Use pr_info/pr_errAnirudh Venkataramanan2022-11-041-7/+7
* crypto: tcrypt - Use pr_cont to print test resultsAnirudh Venkataramanan2022-11-041-4/+4
* crypto: tcrypt - fix return value for multiple subtestsRobert Elliott2022-10-211-128/+128
* crypto: tcrypt - add async speed test for aria cipherTaehee Yoo2022-09-241-0/+30
* crypto: tcrypt - remove mode=1000Robert Elliott2022-08-261-27/+0
* crypto: tcrypt - Remove the static variable initialisations to NULLJason Wang2022-07-291-1/+1
* crypto: testmgr - add ARIA testmgr testsTaehee Yoo2022-07-151-1/+37
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-12/+0
* crypto: hctr2 - Add HCTR2 supportNathan Huckleberry2022-06-101-0/+5
* crypto: polyval - Add POLYVAL supportNathan Huckleberry2022-06-101-0/+4
* crypto: xctr - Add XCTR supportNathan Huckleberry2022-06-101-0/+1
* crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange2022-03-031-2/+2
* crypto: tcrypt - remove all multibuffer ahash testsTianjia Zhang2022-02-051-224/+0
* crypto: tcrypt - add asynchronous speed test for SM3Tianjia Zhang2022-01-281-5/+9
* crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă2021-10-221-3/+2
* crypto: tcrypt - add GCM/CCM mode test for SM4 algorithmTianjia Zhang2021-08-211-0/+45
* crypto: tcrypt - Fix missing return value checkTianjia Zhang2021-08-211-10/+19
* crypto: tcrypt - add the asynchronous speed test for SM4Tianjia Zhang2021-07-301-1/+25
* crypto: tcrypt - enable tests for xxhash and blake2Ard Biesheuvel2021-05-281-0/+36
* crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel2021-02-101-5/+1
* crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-291-10/+1
* crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-291-36/+0
* crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel2021-01-291-13/+1
* crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-291-13/+1
* crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel2021-01-291-17/+1
* crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel2021-01-031-10/+10
* crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksArd Biesheuvel2020-11-271-37/+44
* crypto: tcrypt - don't initialize at subsys_initcall timeArd Biesheuvel2020-11-271-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-131-7/+11
|\
| * crypto: tcrypt - Add support for hash speed testing with keysHerbert Xu2020-08-211-5/+9
| * crypto: tcrypt - delete duplicated words in messagesRandy Dunlap2020-08-211-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-57/+57
|/
* crypto: tcrypt - fix printed skcipher [a]sync modeHoria Geantă2020-02-131-2/+2
* crypto: tcrypt - constify check alg listCorentin Labbe2019-11-171-2/+2
* crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel2019-08-301-0/+9
* crypto: tcrypt - add a speed test for AEGIS128Ard Biesheuvel2019-07-261-0/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-071-2/+2
* crypto: tcrypt - add block size of 1472 to skcipher templateArd Biesheuvel2018-12-131-1/+1
* crypto: adiantum - add Adiantum supportEric Biggers2018-11-201-0/+12
* crypto: streebog - add Streebog test vectorsVitaly Chikunov2018-11-161-1/+39