summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: testmgr - mark crc32 checksum as FIPS allowedMilan Broz2019-02-011-0/+1
* crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers2019-02-011-4/+10
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-7/+7
* crypto: testmgr - unify the AEAD encryption and decryption test vectorsEric Biggers2019-01-181-159/+101
* crypto: testmgr - skip AEAD encryption test vectors with novrfy setEric Biggers2019-01-181-0/+5
* crypto: testmgr - handle endianness correctly in alg_test_crc32c()Eric Biggers2019-01-181-5/+5
* crypto: testmgr - split akcipher tests by a key typeVitaly Chikunov2019-01-181-29/+57
* crypto: adiantum - add Adiantum supportEric Biggers2018-11-201-0/+12
* crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers2018-11-201-0/+6
* crypto: chacha - add XChaCha12 supportEric Biggers2018-11-201-0/+6
* crypto: chacha20-generic - add XChaCha20 supportEric Biggers2018-11-201-0/+6
* crypto: streebog - add Streebog test vectorsVitaly Chikunov2018-11-161-0/+24
* crypto: testmgr - mark cts(cbc(aes)) as FIPS allowedGilad Ben-Yossef2018-11-091-0/+1
* crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov2018-11-091-0/+7
* crypto: testmgr - fix sizeof() on COMP_BUF_SIZEMichael Schupikov2018-10-121-3/+3
* crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef2018-09-281-0/+12
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-24/+0
* crypto: testmgr - add hash finup testsGilad Ben-Yossef2018-07-091-9/+46
* crypto: vmac - remove insecure version with hardcoded nonceEric Biggers2018-07-011-6/+0
* crypto: vmac - add nonced version with big endian digestEric Biggers2018-07-011-0/+6
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers2018-05-311-299/+110
* crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers2018-05-271-7/+43
* crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers2018-05-271-6/+0