summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* crypto: testmgr - add missing self test entries for protected keysGilad Ben-Yossef2019-04-251-0/+20
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* crypto: testmgr - fuzz AEADs against their generic implementationEric Biggers2019-04-181-0/+229
* crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers2019-04-181-0/+197
* crypto: testmgr - fuzz hashes against their generic implementationEric Biggers2019-04-181-4/+170
* crypto: testmgr - add helpers for fuzzing against generic implementationEric Biggers2019-04-181-0/+128
* crypto: testmgr - identify test vectors by name rather than numberEric Biggers2019-04-181-87/+96
* crypto: testmgr - expand ability to test for errorsEric Biggers2019-04-181-45/+89
* crypto: ecrdsa - add EC-RDSA test vectors to testmgrVitaly Chikunov2019-04-181-0/+6
* X.509: parse public key parameters from x509 for akcipherVitaly Chikunov2019-04-181-4/+20
* crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov2019-04-181-20/+30
* crypto: testmgr - add panic_on_fail module parameterEric Biggers2019-04-081-2/+6
* crypto: testmgr - test the !may_use_simd() fallback codeEric Biggers2019-03-221-24/+92
* crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers2019-03-221-1/+25
* crypto: testmgr - remove workaround for AEADs that modify aead_requestEric Biggers2019-03-221-3/+0
* crypto: testmgr - support checking skcipher output IVEric Biggers2019-02-221-2/+4
* crypto: testmgr - check for aead_request corruptionEric Biggers2019-02-081-0/+44
* crypto: testmgr - check for skcipher_request corruptionEric Biggers2019-02-081-0/+41
* crypto: testmgr - convert hash testing to use testvec_configsEric Biggers2019-02-081-452/+343
* crypto: testmgr - convert aead testing to use testvec_configsEric Biggers2019-02-081-428/+185
* crypto: testmgr - convert skcipher testing to use testvec_configsEric Biggers2019-02-081-270/+245
* crypto: testmgr - implement random testvec_config generationEric Biggers2019-02-081-0/+117
* crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSEric Biggers2019-02-081-0/+14
* crypto: testmgr - add testvec_config struct and helper functionsEric Biggers2019-02-081-15/+437
* crypto: testmgr - use kmemdupChristopher Diaz Riveros2019-02-081-6/+3
OpenPOWER on IntegriCloud