aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel1-0/+14
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel1-12/+0
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel1-12/+0
2019-07-26crypto: testmgr - add tests for lzo-rleHannah Pan1-0/+10
2019-07-26crypto: fips - add FIPS test failure notification chainGilad Ben-Yossef1-1/+3
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-84/+394
2019-06-27crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann1-6/+13
2019-06-27crypto: testmgr - dynamically allocate testvec_configArnd Bergmann1-11/+32
2019-06-20crypto: arc4 - remove cipher implementationArd Biesheuvel1-0/+1
2019-06-13crypto: testmgr - add some more preemption pointsEric Biggers1-0/+6
2019-06-06crypto: xxhash - Implement xxhash supportNikolay Borisov1-0/+7
2019-06-06crypto: testmgr - test the shash APIEric Biggers1-67/+335
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-25crypto: testmgr - add missing self test entries for protected keysGilad Ben-Yossef1-0/+20
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2019-04-18crypto: testmgr - fuzz AEADs against their generic implementationEric Biggers1-0/+229
2019-04-18crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers1-0/+197
2019-04-18crypto: testmgr - fuzz hashes against their generic implementationEric Biggers1-4/+170
2019-04-18crypto: testmgr - add helpers for fuzzing against generic implementationEric Biggers1-0/+128
2019-04-18crypto: testmgr - identify test vectors by name rather than numberEric Biggers1-87/+96
2019-04-18crypto: testmgr - expand ability to test for errorsEric Biggers1-45/+89
2019-04-18crypto: ecrdsa - add EC-RDSA test vectors to testmgrVitaly Chikunov1-0/+6
2019-04-18X.509: parse public key parameters from x509 for akcipherVitaly Chikunov1-4/+20
2019-04-18crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov1-20/+30
2019-04-08crypto: testmgr - add panic_on_fail module parameterEric Biggers1-2/+6
2019-03-22crypto: testmgr - test the !may_use_simd() fallback codeEric Biggers1-24/+92
2019-03-22crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers1-1/+25
2019-03-22crypto: testmgr - remove workaround for AEADs that modify aead_requestEric Biggers1-3/+0
2019-02-22crypto: testmgr - support checking skcipher output IVEric Biggers1-2/+4
2019-02-08crypto: testmgr - check for aead_request corruptionEric Biggers1-0/+44
2019-02-08crypto: testmgr - check for skcipher_request corruptionEric Biggers1-0/+41
2019-02-08crypto: testmgr - convert hash testing to use testvec_configsEric Biggers1-452/+343
2019-02-08crypto: testmgr - convert aead testing to use testvec_configsEric Biggers1-428/+185
2019-02-08crypto: testmgr - convert skcipher testing to use testvec_configsEric Biggers1-270/+245
2019-02-08crypto: testmgr - implement random testvec_config generationEric Biggers1-0/+117
2019-02-08crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSEric Biggers1-0/+14
2019-02-08crypto: testmgr - add testvec_config struct and helper functionsEric Biggers1-15/+437
2019-02-08crypto: testmgr - use kmemdupChristopher Diaz Riveros1-6/+3
2019-02-01crypto: testmgr - mark crc32 checksum as FIPS allowedMilan Broz1-0/+1
2019-02-01crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers1-4/+10
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-7/+7
2019-01-18crypto: testmgr - unify the AEAD encryption and decryption test vectorsEric Biggers1-159/+101
2019-01-18crypto: testmgr - skip AEAD encryption test vectors with novrfy setEric Biggers1-0/+5
2019-01-18crypto: testmgr - handle endianness correctly in alg_test_crc32c()Eric Biggers1-5/+5
2019-01-18crypto: testmgr - split akcipher tests by a key typeVitaly Chikunov1-29/+57
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers1-0/+12
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers1-0/+6
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers1-0/+6
2018-11-20crypto: chacha20-generic - add XChaCha20 supportEric Biggers1-0/+6
2018-11-16crypto: streebog - add Streebog test vectorsVitaly Chikunov1-0/+24