summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers2024-03-221-0/+80
* crypto: testmgr - Remove cfb and ofbHerbert Xu2023-12-081-1148/+0
* crypto: pkcs7 - remove sha1 supportDimitri John Ledkov2023-10-201-80/+0
* crypto: testmgr - Remove zlib-deflateHerbert Xu2023-10-121-75/+0
* crypto: testmgr - Add some test vectors for cmac(camellia)David Howells2023-04-201-0/+47
* crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectorsTianjia Zhang2022-11-041-0/+977
* crypto: testmgr - some more fixes to RSA test vectorsIgnat Korchagin2022-07-221-39/+63
* crypto: testmgr - add ARIA testmgr testsTaehee Yoo2022-07-151-0/+2860
* crypto: testmgr - populate RSA CRT parameters in RSA test vectorsIgnat Korchagin2022-07-081-21/+100
* crypto: testmgr - fix version number of RSA testslei he2022-06-301-3/+3
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-217/+0
* crypto: hctr2 - Add HCTR2 supportNathan Huckleberry2022-06-101-0/+672
* crypto: polyval - Add POLYVAL supportNathan Huckleberry2022-06-101-0/+171
* crypto: xctr - Add XCTR supportNathan Huckleberry2022-06-101-0/+693
* Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-0/+15
|\
| * crypto: fix crc64 testmgr digest byte orderKeith Busch2022-03-221-2/+2
| * crypto: add rocksoft 64b crc guard tag frameworkKeith Busch2022-03-071-0/+15
* | crypto: testmgr - add keygen tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-031-0/+558
* | crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-031-0/+871
* | crypto: dh - remove struct dh's ->q memberNicolai Stange2022-03-031-10/+6
* | crypto: hmac - disallow keys < 112 bits in FIPS modeStephan Müller2022-02-111-0/+9
* | crypto: hmac - add fips_skip supportStephan Müller2022-02-111-0/+2
|/
* crypto: testmgr - Fix wrong test case of RSALei He2021-11-201-3/+3
* crypto: testmgr - fix wrong key length for pkcs1padLei He2021-10-291-1/+1
* 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