summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+19
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-5/+5
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-43/+43
2022-11-04crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectorsTianjia Zhang1-0/+19
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-4/+4
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-43/+43
2022-09-02crypto: testmgr - fix indentation for test_acomp() argsLucas Segarra Fernandez1-1/+1
2022-08-19crypto: testmgr - don't generate WARN for missing modulesRobert Elliott1-2/+5
2022-08-19crypto: testmgr - extend acomp tests for NULL destination bufferLucas Segarra Fernandez1-0/+29
2022-07-15crypto: testmgr - add ARIA testmgr testsTaehee Yoo1-0/+31
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld1-24/+0
2022-06-10crypto: hctr2 - Add HCTR2 supportNathan Huckleberry1-0/+8
2022-06-10crypto: polyval - Add POLYVAL supportNathan Huckleberry1-0/+6
2022-06-10crypto: xctr - Add XCTR supportNathan Huckleberry1-0/+6
2022-04-08crypto: testmgr - test in-place en/decryption with two sglistsEric Biggers1-12/+63
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch1-0/+7
2022-03-03crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange1-1/+0
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange1-4/+19
2022-03-03crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange1-0/+37
2022-02-11crypto: hmac - add fips_skip supportStephan Müller1-0/+3
2022-01-31crypto: testmgr - Move crypto_simd_disabled_for_test outHerbert Xu1-3/+0
2021-11-26crypto: des - disallow des3 in FIPS modeStephan Müller1-9/+0
2021-10-08crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Sebastian Andrzej Siewior1-2/+2
2021-08-21crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang1-0/+29
2021-06-28crypto: drbg - self test for HMAC(SHA-512)Stephan Müller1-1/+4
2021-05-28crypto: ecdh - add test suite for NIST P384Hui Tang1-0/+7
2021-05-28crypto: ecdh - fix ecdh-nist-p192's entry in testmgrHui Tang1-3/+0
2021-03-26Merge branch 'ecc'Herbert Xu1-0/+18
2021-03-26crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre1-0/+6
2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger1-0/+12
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu1-2/+11
2021-03-07crypto: testmgr - delete some redundant codeKai Ye1-8/+3
2021-02-10crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel1-6/+0
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel1-6/+0
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel1-18/+0
2021-01-29crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel1-6/+0
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel1-6/+0
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel1-12/+0
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel1-0/+3
2020-11-06crypto: testmgr - WARN on test failureEric Biggers1-7/+13
2020-11-06crypto: testmgr - always print the actual skcipher driver nameEric Biggers1-20/+16
2020-11-06crypto: testmgr - always print the actual AEAD driver nameEric Biggers1-24/+18
2020-11-06crypto: testmgr - always print the actual hash driver nameEric Biggers1-23/+20
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrTianjia Zhang1-0/+6
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Tianjia Zhang1-4/+7
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionTianjia Zhang1-1/+6
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1