summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-5/+111
|\
| * crypto: xxhash - Implement xxhash supportNikolay Borisov2019-06-061-0/+106
| * crypto: testmgr - fix length truncation with large page sizeEric Biggers2019-05-301-5/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-6/+175
|\
| * crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers2019-04-181-1/+1
| * crypto: testmgr - expand ability to test for errorsEric Biggers2019-04-181-5/+15
| * crypto: ecrdsa - add EC-RDSA test vectors to testmgrVitaly Chikunov2019-04-181-0/+154
| * X.509: parse public key parameters from x509 for akcipherVitaly Chikunov2019-04-181-0/+5
* | crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2019-04-081-1/+43
|/
* crypto: adiantum - add 1536 and 4096-byte test vectorsEric Biggers2019-02-221-0/+2860
* crypto: nhpoly1305 - add a test vector with len % 16 != 0Eric Biggers2019-02-221-0/+144
* crypto: testmgr - add iv_out to all CTR test vectorsEric Biggers2019-02-221-0/+45
* crypto: testmgr - add iv_out to all CBC test vectorsEric Biggers2019-02-221-0/+48
* crypto: testmgr - support checking skcipher output IVEric Biggers2019-02-221-5/+7
* crypto: testmgr - remove extra bytes from 3DES-CTR IVsEric Biggers2019-02-221-4/+2
* crypto: testmgr - convert hash testing to use testvec_configsEric Biggers2019-02-081-98/+9
* crypto: testmgr - convert aead testing to use testvec_configsEric Biggers2019-02-081-47/+0
* crypto: testmgr - convert skcipher testing to use testvec_configsEric Biggers2019-02-081-253/+0
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-2/+2
* crypto: testmgr - unify the AEAD encryption and decryption test vectorsEric Biggers2019-01-181-6332/+1134
* crypto: testmgr - add rfc4543(gcm(aes)) decryption test to encryption testsEric Biggers2019-01-181-1/+29
* crypto: testmgr - add gcm(aes) decryption tests to encryption testsEric Biggers2019-01-181-0/+105
* crypto: testmgr - add ccm(aes) decryption tests to encryption testsEric Biggers2019-01-181-1/+196
* crypto: ofb - fix handling partial blocks and make thread-safeEric Biggers2019-01-111-2/+26
* crypto: cfb - add missing 'chunksize' propertyEric Biggers2019-01-111-0/+25
* 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