aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-09crypto: testmgr - mark cts(cbc(aes)) as FIPS allowedGilad Ben-Yossef1-0/+1
2018-11-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov1-0/+7
2018-10-12crypto: testmgr - fix sizeof() on COMP_BUF_SIZEMichael Schupikov1-3/+3
2018-09-28crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef1-0/+12
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-24/+0
2018-07-09crypto: testmgr - add hash finup testsGilad Ben-Yossef1-9/+46
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceEric Biggers1-6/+0
2018-07-01crypto: vmac - add nonced version with big endian digestEric Biggers1-0/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-31crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers1-299/+110
2018-05-27crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers1-7/+43
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers1-6/+0
2018-05-19crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek1-0/+18
2018-05-19crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek1-0/+27
2018-05-19crypto: testmgr - reorder paes test lexicographicallyGilad Ben-Yossef1-22/+22
2018-05-05crypto: ccree - enable support for hardware keysGilad Ben-Yossef1-0/+43
2018-04-21crypto: testmgr - Allow different compression resultsMahipal Challa1-13/+37
2018-04-21crypto: zstd - Add zstd supportNick Terrell1-0/+10
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef1-0/+9
2018-02-22crypto: speck - add test vectors for Speck64-XTSEric Biggers1-0/+9
2018-02-22crypto: speck - add test vectors for Speck128-XTSEric Biggers1-0/+9
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers1-0/+18
2018-01-26crypto: testmgr - test misuse of result in ahashKamil Konieczny1-0/+39
2018-01-12crypto: testmgr - change `guard` to unsigned charJoey Pabalinas1-1/+1
2017-11-03crypto: testmgr - move to generic async completionGilad Ben-Yossef1-138/+66
2017-09-22crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef1-0/+6
2017-06-28crypto: testmgr - Reenable sha1/aes in FIPS modeHerbert Xu1-0/+1
2017-06-20crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller1-4/+29