summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ecc'Herbert Xu2021-03-261-0/+18
|\
| * crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre2021-03-261-0/+6
| * crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-261-0/+12
* | crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-131-2/+11
* | crypto: testmgr - delete some redundant codeKai Ye2021-03-071-8/+3
|/
* crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel2021-02-101-6/+0
* crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-291-6/+0
* crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-291-18/+0
* crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel2021-01-291-6/+0
* crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-291-6/+0
* crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel2021-01-291-12/+0
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+3
* crypto: testmgr - WARN on test failureEric Biggers2020-11-061-7/+13
* crypto: testmgr - always print the actual skcipher driver nameEric Biggers2020-11-061-20/+16
* crypto: testmgr - always print the actual AEAD driver nameEric Biggers2020-11-061-24/+18
* crypto: testmgr - always print the actual hash driver nameEric Biggers2020-11-061-23/+20
* crypto: sm2 - add SM2 test vectors to testmgrTianjia Zhang2020-09-251-0/+6
* crypto: testmgr - Fix potential memory leak in test_akcipher_one()Tianjia Zhang2020-09-251-4/+7
* crypto: testmgr - support test with different ciphertext per encryptionTianjia Zhang2020-09-251-1/+6
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-3/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-011-11/+17
|\
| * crypto: testmgr - do comparison tests before inauthentic input testsEric Biggers2020-03-121-2/+2
| * crypto: testmgr - use consistent IV copies for AEADs that need itEric Biggers2020-03-121-9/+15
* | crypto/testmgr: enable selftests for paes-s390 ciphersHarald Freudenberger2020-02-131-0/+36
|/
* crypto: testmgr - generate inauthentic AEAD test vectorsEric Biggers2019-12-111-69/+251
* crypto: testmgr - create struct aead_extra_tests_ctxEric Biggers2019-12-111-71/+99
* crypto: testmgr - test setting misaligned keysEric Biggers2019-12-111-4/+69
* crypto: testmgr - check skcipher min_keysizeEric Biggers2019-12-111-0/+9
* crypto: testmgr - don't try to decrypt uninitialized buffersEric Biggers2019-12-111-4/+16
* crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers2019-12-111-4/+6
* crypto: curve25519 - add kpp selftestArd Biesheuvel2019-11-171-0/+6
* crypto: testmgr - add test cases for Blake2sArd Biesheuvel2019-11-171-0/+24
* crypto: testmgr - add test vectors for blake2bDavid Sterba2019-11-011-0/+28
* crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipherPascal van Leeuwen2019-10-051-0/+6
* crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphersPascal van Leeuwen2019-10-051-0/+12
* crypto: testmgr - Added testvectors for the hmac(sm3) ahashPascal van Leeuwen2019-10-051-0/+6
* crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel2019-08-301-0/+14
* crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-261-12/+0
* crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-261-12/+0
* crypto: testmgr - add tests for lzo-rleHannah Pan2019-07-261-0/+10
* crypto: fips - add FIPS test failure notification chainGilad Ben-Yossef2019-07-261-1/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-84/+394
|\
| * crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann2019-06-271-6/+13
| * crypto: testmgr - dynamically allocate testvec_configArnd Bergmann2019-06-271-11/+32
| * crypto: arc4 - remove cipher implementationArd Biesheuvel2019-06-201-0/+1
| * crypto: testmgr - add some more preemption pointsEric Biggers2019-06-131-0/+6
| * crypto: xxhash - Implement xxhash supportNikolay Borisov2019-06-061-0/+7
| * crypto: testmgr - test the shash APIEric Biggers2019-06-061-67/+335
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/