summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang2021-08-211-0/+148
* crypto: drbg - self test for HMAC(SHA-512)Stephan Müller2021-06-281-0/+49
* crypto: ecdh - add test suite for NIST P384Hui Tang2021-05-281-0/+61
* crypto: ecdh - fix ecdh-nist-p192's entry in testmgrHui Tang2021-05-281-2/+0
* crypto: testmgr - fix initialization of 'secret_size'Hui Tang2021-05-211-4/+4
* Merge branch 'ecc'Herbert Xu2021-03-261-0/+424
|\
| * crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre2021-03-261-0/+157
| * crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-261-0/+267
* | crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-131-19/+15
|/
* crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel2021-02-101-79/+0
* crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-291-1162/+0
* crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-291-126/+0
* crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel2021-01-291-64/+0
* crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-291-64/+0
* crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel2021-01-291-137/+0
* crypto: sm2 - add SM2 test vectors to testmgrTianjia Zhang2020-09-251-0/+59
* crypto: testmgr - delete duplicated wordsRandy Dunlap2020-07-231-5/+5
* crypto: testmgr - generate inauthentic AEAD test vectorsEric Biggers2019-12-111-4/+10
* crypto: curve25519 - add kpp selftestArd Biesheuvel2019-11-171-0/+1225
* crypto: testmgr - add test cases for Blake2sArd Biesheuvel2019-11-171-39/+256
* crypto: testmgr - add test vectors for blake2bDavid Sterba2019-11-011-0/+307
* crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipherPascal van Leeuwen2019-10-051-0/+29
* crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphersPascal van Leeuwen2019-10-051-0/+98
* crypto: testmgr - Added testvectors for the hmac(sm3) ahashPascal van Leeuwen2019-10-051-0/+56
* crypto: testmgr - add another gcm(aes) testcaseArd Biesheuvel2019-10-051-0/+192
* crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel2019-08-301-0/+497
* crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-261-984/+0
* crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-261-1707/+0
* crypto: testmgr - add tests for lzo-rleHannah Pan2019-07-261-0/+80
* 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