aboutsummaryrefslogtreecommitdiff
path: root/crypto/testmgr.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-28crypto: testmgr - update sm4 test vectorsGravatar Gilad Ben-Yossef 1-7/+115
2018-09-28crypto: tcrypt - remove remnants of pcomp-based zlibGravatar Horia Geantă 1-2/+0
2018-09-21crypto: testmgr - Add test for LRW counter wrap-aroundGravatar Ondrej Mosnacek 1-0/+21
2018-09-04crypto: speck - remove SpeckGravatar Jason A. Donenfeld 1-738/+0
2018-08-03crypto: dh - fix calculating encoded key sizeGravatar Eric Biggers 1-6/+6
2018-07-20crypto: dh - update test for public key verificationGravatar Stephan Mueller 1-0/+4
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceGravatar Eric Biggers 1-102/+0
2018-07-01crypto: vmac - add nonced version with big endian digestGravatar Eric Biggers 1-0/+155
2018-05-31crypto: testmgr - eliminate redundant decryption test vectorsGravatar Eric Biggers 1-11424/+809
2018-05-31crypto: testmgr - add extra kw(aes) encryption test vectorGravatar Eric Biggers 1-0/+13
2018-05-31crypto: testmgr - add extra ecb(tnepres) encryption test vectorsGravatar Eric Biggers 1-1/+39
2018-05-31crypto: testmgr - make an cbc(des) encryption test vector chunkedGravatar Eric Biggers 1-0/+3
2018-05-31crypto: testmgr - add extra ecb(des) encryption test vectorsGravatar Eric Biggers 1-0/+22
2018-05-27crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsGravatar Eric Biggers 1-0/+14
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsGravatar Eric Biggers 1-88/+0
2018-05-19crypto: testmgr - Add test vectors for MORUSGravatar Ondrej Mosnacek 1-0/+3400
2018-05-19crypto: testmgr - Add test vectors for AEGISGravatar Ondrej Mosnacek 1-0/+2835
2018-04-21crypto: zstd - Add zstd supportGravatar Nick Terrell 1-0/+71
2018-03-16crypto: testmgr - add a new test case for CRC-T10DIFGravatar Ard Biesheuvel 1-0/+259
2018-03-16crypto: testmgr - introduce SM4 testsGravatar Gilad Ben-Yossef 1-0/+131
2018-02-22crypto: speck - add test vectors for Speck64-XTSGravatar Eric Biggers 1-0/+671
2018-02-22crypto: speck - add test vectors for Speck128-XTSGravatar Eric Biggers 1-0/+687
2018-02-22crypto: speck - add support for the Speck block cipherGravatar Eric Biggers 1-0/+128
2018-02-22crypto: testmgr - Fix incorrect values in PKCS#1 test vectorGravatar Conor McLoughlin 1-3/+3
2018-01-26crypto: testmgr - add new testcases for sha3Gravatar Ard Biesheuvel 1-0/+550
2017-09-22crypto: sm3 - add SM3 test vectorsGravatar Gilad Ben-Yossef 1-0/+67
2017-08-22crypto: testmgr - add chunked test cases for chacha20Gravatar Ard Biesheuvel 1-0/+7
2017-06-20crypto: testmgr - add testvector for pkcs1pad(rsa)Gravatar Stephan Mueller 1-0/+96
2017-06-10crypto: testmgr - add genkey kpp testGravatar Tudor-Dan Ambarus 1-0/+47
2017-04-24crypto: scomp - add support for deflate rfc1950 (zlib)Gravatar Giovanni Cabiddu 1-0/+75
2017-03-09crypto: testmgr - constify all test vectorsGravatar Eric Biggers 1-256/+256
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2017-03-01crypto: testmgr - Pad aes_ccm_enc_tv_template vectorGravatar Laura Abbott 1-1/+1
2017-02-24crypto: change LZ4 modules to work with new LZ4 module versionGravatar Sven Schmidt 1-40/+102
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Gravatar Ard Biesheuvel 1-0/+60
2017-01-13crypto: testmgr - use calculated count for number of test vectorsGravatar Ard Biesheuvel 1-270/+2
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFGravatar Ard Biesheuvel 1-28/+42
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeGravatar Stephan Mueller 1-0/+4
2016-07-05crypto: testmgr - Add 4K private key to RSA testvectorGravatar Salvatore Benedetto 1-1/+199
2016-07-01crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsGravatar raveendra padasalagi 1-0/+388
2016-06-23crypto: ecdh - Add ECDH software supportGravatar Salvatore Benedetto 1-0/+93
2016-06-23crypto: dh - Add DH software implementationGravatar Salvatore Benedetto 1-0/+230
2016-06-20crypto: sha3 - Add SHA-3 Test's in tcryptGravatar raveendra padasalagi 1-0/+125
2016-01-27crypto: compress - remove unused pcomp interfaceGravatar Joonsoo Kim 1-144/+0
2015-10-15crypto: keywrap - add testmgr supportGravatar Stephan Mueller 1-0/+40
2015-10-15crypto: testmgr - test IV value after a cipher operationGravatar Boris BREZILLON 1-0/+1
2015-10-14crypto: akcipher - Changes to asymmetric key APIGravatar Tadeusz Struk 1-9/+27
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsGravatar Herbert Xu 1-26/+96
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorGravatar Martin Willi 1-1/+333
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceGravatar Herbert Xu 1-4/+6