aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers1-11424/+809
2018-05-31crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers1-0/+13
2018-05-31crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers1-1/+39
2018-05-31crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers1-0/+3
2018-05-31crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers1-0/+22
2018-05-27crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers1-0/+14
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers1-88/+0
2018-05-19crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek1-0/+3400
2018-05-19crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek1-0/+2835
2018-04-21crypto: zstd - Add zstd supportNick Terrell1-0/+71
2018-03-16crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel1-0/+259
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef1-0/+131
2018-02-22crypto: speck - add test vectors for Speck64-XTSEric Biggers1-0/+671
2018-02-22crypto: speck - add test vectors for Speck128-XTSEric Biggers1-0/+687
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers1-0/+128
2018-02-22crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin1-3/+3
2018-01-26crypto: testmgr - add new testcases for sha3Ard Biesheuvel1-0/+550
2017-09-22crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef1-0/+67
2017-08-22crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel1-0/+7
2017-06-20crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller1-0/+96
2017-06-10crypto: testmgr - add genkey kpp testTudor-Dan Ambarus1-0/+47
2017-04-24crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu1-0/+75
2017-03-09crypto: testmgr - constify all test vectorsEric Biggers1-256/+256
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2017-03-01crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott1-1/+1
2017-02-24crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt1-40/+102
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel1-0/+60
2017-01-13crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel1-270/+2
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel1-28/+42
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller1-0/+4
2016-07-05crypto: testmgr - Add 4K private key to RSA testvectorSalvatore Benedetto1-1/+199
2016-07-01crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi1-0/+388
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto1-0/+93
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto1-0/+230
2016-06-20crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi1-0/+125
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim1-144/+0
2015-10-15crypto: keywrap - add testmgr supportStephan Mueller1-0/+40
2015-10-15crypto: testmgr - test IV value after a cipher operationBoris BREZILLON1-0/+1
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk1-9/+27
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu1-26/+96
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi1-1/+333
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu1-4/+6
2015-07-17crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu1-218/+1412
2015-07-14crypto: testmgr - Disable rfc4106 test and convert test vectorsHerbert Xu1-284/+318
2015-07-07crypto: testmgr - add a chunking test for cbc(aes)LABBE Corentin1-0/+6
2015-06-17crypto: testmgr - add tests vectors for RSATadeusz Struk1-0/+187
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi1-55/+44
2015-06-17crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu1-3/+846
2015-06-17crypto: testmgr - Update rfc4543 test vectorsHerbert Xu1-6/+9
2015-06-09crypto: testmgr - Document struct cipher_testvecLABBE Corentin1-0/+18