aboutsummaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-15crypto: testmgr - add ARIA testmgr testsGravatar Taehee Yoo 1-0/+31
2022-06-10crypto: blake2s - remove shash moduleGravatar Jason A. Donenfeld 1-24/+0
2022-06-10crypto: hctr2 - Add HCTR2 supportGravatar Nathan Huckleberry 1-0/+8
2022-06-10crypto: polyval - Add POLYVAL supportGravatar Nathan Huckleberry 1-0/+6
2022-06-10crypto: xctr - Add XCTR supportGravatar Nathan Huckleberry 1-0/+6
2022-04-08crypto: testmgr - test in-place en/decryption with two sglistsGravatar Eric Biggers 1-12/+63
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+7
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkGravatar Keith Busch 1-0/+7
2022-03-03crypto: dh - disallow plain "dh" usage in FIPS modeGravatar Nicolai Stange 1-1/+0
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeGravatar Nicolai Stange 1-4/+19
2022-03-03crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesGravatar Nicolai Stange 1-0/+37
2022-02-11crypto: hmac - add fips_skip supportGravatar Stephan Müller 1-0/+3
2022-01-31crypto: testmgr - Move crypto_simd_disabled_for_test outGravatar Herbert Xu 1-3/+0
2021-11-26crypto: des - disallow des3 in FIPS modeGravatar Stephan Müller 1-9/+0
2021-10-08crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Gravatar Sebastian Andrzej Siewior 1-2/+2
2021-08-21crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmGravatar Tianjia Zhang 1-0/+29
2021-06-28crypto: drbg - self test for HMAC(SHA-512)Gravatar Stephan Müller 1-1/+4
2021-05-28crypto: ecdh - add test suite for NIST P384Gravatar Hui Tang 1-0/+7
2021-05-28crypto: ecdh - fix ecdh-nist-p192's entry in testmgrGravatar Hui Tang 1-3/+0
2021-03-26Merge branch 'ecc'Gravatar Herbert Xu 1-0/+18
2021-03-26crypto: ecdsa - Register NIST P384 and extend test suiteGravatar Saulo Alessandre 1-0/+6
2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationGravatar Stefan Berger 1-0/+12
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameGravatar Meng Yu 1-2/+11
2021-03-07crypto: testmgr - delete some redundant codeGravatar Kai Ye 1-8/+3
2021-02-10crypto: serpent - get rid of obsolete tnepres variantGravatar Ard Biesheuvel 1-6/+0
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmGravatar Ard Biesheuvel 1-6/+0
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsGravatar Ard Biesheuvel 1-18/+0
2021-01-29crypto: rmd320 - remove RIPE-MD 320 hash algorithmGravatar Ard Biesheuvel 1-6/+0
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmGravatar Ard Biesheuvel 1-6/+0
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmGravatar Ard Biesheuvel 1-12/+0
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 1-0/+3
2020-11-06crypto: testmgr - WARN on test failureGravatar Eric Biggers 1-7/+13
2020-11-06crypto: testmgr - always print the actual skcipher driver nameGravatar Eric Biggers 1-20/+16
2020-11-06crypto: testmgr - always print the actual AEAD driver nameGravatar Eric Biggers 1-24/+18
2020-11-06crypto: testmgr - always print the actual hash driver nameGravatar Eric Biggers 1-23/+20
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrGravatar Tianjia Zhang 1-0/+6
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Gravatar Tianjia Zhang 1-4/+7
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionGravatar Tianjia Zhang 1-1/+6
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 1-0/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-3/+3
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-11/+17
2020-03-12crypto: testmgr - do comparison tests before inauthentic input testsGravatar Eric Biggers 1-2/+2
2020-03-12crypto: testmgr - use consistent IV copies for AEADs that need itGravatar Eric Biggers 1-9/+15
2020-02-13crypto/testmgr: enable selftests for paes-s390 ciphersGravatar Harald Freudenberger 1-0/+36
2019-12-11crypto: testmgr - generate inauthentic AEAD test vectorsGravatar Eric Biggers 1-69/+251
2019-12-11crypto: testmgr - create struct aead_extra_tests_ctxGravatar Eric Biggers 1-71/+99
2019-12-11crypto: testmgr - test setting misaligned keysGravatar Eric Biggers 1-4/+69
2019-12-11crypto: testmgr - check skcipher min_keysizeGravatar Eric Biggers 1-0/+9
2019-12-11crypto: testmgr - don't try to decrypt uninitialized buffersGravatar Eric Biggers 1-4/+16
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeGravatar Eric Biggers 1-4/+6