summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: xchacha20 - fix comments for test vectorsEric Biggers2018-12-131-8/+6
* crypto: xchacha - add test vector from XChaCha20 draft RFCEric Biggers2018-12-131-2/+176
* crypto: adiantum - add Adiantum supportEric Biggers2018-11-201-0/+461
* crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers2018-11-201-4/+1236
* crypto: chacha - add XChaCha12 supportEric Biggers2018-11-201-0/+578
* crypto: chacha20-generic - add XChaCha20 supportEric Biggers2018-11-201-0/+577
* crypto: streebog - add Streebog test vectorsVitaly Chikunov2018-11-161-0/+116
* crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov2018-11-091-0/+76
* crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef2018-09-281-7/+115
* crypto: tcrypt - remove remnants of pcomp-based zlibHoria Geantă2018-09-281-2/+0
* crypto: testmgr - Add test for LRW counter wrap-aroundOndrej Mosnacek2018-09-211-0/+21
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-738/+0
* crypto: dh - fix calculating encoded key sizeEric Biggers2018-08-031-6/+6
* crypto: dh - update test for public key verificationStephan Mueller2018-07-201-0/+4
* crypto: vmac - remove insecure version with hardcoded nonceEric Biggers2018-07-011-102/+0
* crypto: vmac - add nonced version with big endian digestEric Biggers2018-07-011-0/+155
* crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers2018-05-311-11424/+809
* crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers2018-05-311-0/+13
* crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers2018-05-311-1/+39
* crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers2018-05-311-0/+3
* crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers2018-05-311-0/+22
* crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers2018-05-271-0/+14
* crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers2018-05-271-88/+0
* crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek2018-05-191-0/+3400
* crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek2018-05-191-0/+2835
* crypto: zstd - Add zstd supportNick Terrell2018-04-211-0/+71
* crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel2018-03-161-0/+259
* crypto: testmgr - introduce SM4 testsGilad Ben-Yossef2018-03-161-0/+131
* crypto: speck - add test vectors for Speck64-XTSEric Biggers2018-02-221-0/+671
* crypto: speck - add test vectors for Speck128-XTSEric Biggers2018-02-221-0/+687
* crypto: speck - add support for the Speck block cipherEric Biggers2018-02-221-0/+128
* crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin2018-02-221-3/+3
* crypto: testmgr - add new testcases for sha3Ard Biesheuvel2018-01-261-0/+550
* crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef2017-09-221-0/+67
* crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel2017-08-221-0/+7
* crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller2017-06-201-0/+96
* crypto: testmgr - add genkey kpp testTudor-Dan Ambarus2017-06-101-0/+47
* crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu2017-04-241-0/+75
* crypto: testmgr - constify all test vectorsEric Biggers2017-03-091-256/+256
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-041-1/+1
|\
| * crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott2017-03-011-1/+1
* | crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt2017-02-241-40/+102
|/
* crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel2017-02-111-0/+60
* crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel2017-01-131-270/+2
* crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel2016-12-071-28/+42
* crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller2016-08-311-0/+4
* crypto: testmgr - Add 4K private key to RSA testvectorSalvatore Benedetto2016-07-051-1/+199
* crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi2016-07-011-0/+388
* crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-231-0/+93
* crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-231-0/+230