aboutsummaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrGravatar Tianjia Zhang 1-0/+6
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Gravatar Tianjia Zhang 1-4/+7
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionGravatar Tianjia Zhang 1-1/+6
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 1-0/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-3/+3
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-11/+17
2020-03-12crypto: testmgr - do comparison tests before inauthentic input testsGravatar Eric Biggers 1-2/+2
2020-03-12crypto: testmgr - use consistent IV copies for AEADs that need itGravatar Eric Biggers 1-9/+15
2020-02-13crypto/testmgr: enable selftests for paes-s390 ciphersGravatar Harald Freudenberger 1-0/+36
2019-12-11crypto: testmgr - generate inauthentic AEAD test vectorsGravatar Eric Biggers 1-69/+251
2019-12-11crypto: testmgr - create struct aead_extra_tests_ctxGravatar Eric Biggers 1-71/+99
2019-12-11crypto: testmgr - test setting misaligned keysGravatar Eric Biggers 1-4/+69
2019-12-11crypto: testmgr - check skcipher min_keysizeGravatar Eric Biggers 1-0/+9
2019-12-11crypto: testmgr - don't try to decrypt uninitialized buffersGravatar Eric Biggers 1-4/+16
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeGravatar Eric Biggers 1-4/+6
2019-11-17crypto: curve25519 - add kpp selftestGravatar Ard Biesheuvel 1-0/+6
2019-11-17crypto: testmgr - add test cases for Blake2sGravatar Ard Biesheuvel 1-0/+24
2019-11-01crypto: testmgr - add test vectors for blake2bGravatar David Sterba 1-0/+28
2019-10-05crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipherGravatar Pascal van Leeuwen 1-0/+6
2019-10-05crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphersGravatar Pascal van Leeuwen 1-0/+12
2019-10-05crypto: testmgr - Added testvectors for the hmac(sm3) ahashGravatar Pascal van Leeuwen 1-0/+6
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeGravatar Ard Biesheuvel 1-0/+14
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsGravatar Ard Biesheuvel 1-12/+0
2019-07-26crypto: morus - remove generic and x86 implementationsGravatar Ard Biesheuvel 1-12/+0
2019-07-26crypto: testmgr - add tests for lzo-rleGravatar Hannah Pan 1-0/+10
2019-07-26crypto: fips - add FIPS test failure notification chainGravatar Gilad Ben-Yossef 1-1/+3
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-84/+394
2019-06-27crypto: testmgr - dynamically allocate crypto_shashGravatar Arnd Bergmann 1-6/+13
2019-06-27crypto: testmgr - dynamically allocate testvec_configGravatar Arnd Bergmann 1-11/+32
2019-06-20crypto: arc4 - remove cipher implementationGravatar Ard Biesheuvel 1-0/+1
2019-06-13crypto: testmgr - add some more preemption pointsGravatar Eric Biggers 1-0/+6
2019-06-06crypto: xxhash - Implement xxhash supportGravatar Nikolay Borisov 1-0/+7
2019-06-06crypto: testmgr - test the shash APIGravatar Eric Biggers 1-67/+335
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-25crypto: testmgr - add missing self test entries for protected keysGravatar Gilad Ben-Yossef 1-0/+20
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-2/+0
2019-04-18crypto: testmgr - fuzz AEADs against their generic implementationGravatar Eric Biggers 1-0/+229
2019-04-18crypto: testmgr - fuzz skciphers against their generic implementationGravatar Eric Biggers 1-0/+197
2019-04-18crypto: testmgr - fuzz hashes against their generic implementationGravatar Eric Biggers 1-4/+170
2019-04-18crypto: testmgr - add helpers for fuzzing against generic implementationGravatar Eric Biggers 1-0/+128
2019-04-18crypto: testmgr - identify test vectors by name rather than numberGravatar Eric Biggers 1-87/+96
2019-04-18crypto: testmgr - expand ability to test for errorsGravatar Eric Biggers 1-45/+89
2019-04-18crypto: ecrdsa - add EC-RDSA test vectors to testmgrGravatar Vitaly Chikunov 1-0/+6
2019-04-18X.509: parse public key parameters from x509 for akcipherGravatar Vitaly Chikunov 1-4/+20
2019-04-18crypto: akcipher - new verify API for public key algorithmsGravatar Vitaly Chikunov 1-20/+30
2019-04-08crypto: testmgr - add panic_on_fail module parameterGravatar Eric Biggers 1-2/+6
2019-03-22crypto: testmgr - test the !may_use_simd() fallback codeGravatar Eric Biggers 1-24/+92
2019-03-22crypto: simd,testmgr - introduce crypto_simd_usable()Gravatar Eric Biggers 1-1/+25
2019-03-22crypto: testmgr - remove workaround for AEADs that modify aead_requestGravatar Eric Biggers 1-3/+0
2019-02-22crypto: testmgr - support checking skcipher output IVGravatar Eric Biggers 1-2/+4