summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - Add some test vectors for cmac(camellia)David Howells2023-04-201-0/+6
* crypto: testmgr - fix RNG performance in fuzz testsEric Biggers2023-03-141-97/+169
* crypto: testmgr - add diff-splits of src/dst into default cipher configZhang Yiqun2023-02-101-0/+8
* crypto: testmgr - disallow certain DRBG hash functions in FIPS modeVladis Dronov2023-01-271-4/+0
* crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS modeNicolai Stange2023-01-061-0/+2
* crypto: testmgr - disallow plain ghash in FIPS modeNicolai Stange2023-01-061-1/+0
* crypto: testmgr - disallow plain cbcmac(aes) in FIPS modeNicolai Stange2023-01-061-1/+0
* Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-141-0/+19
|\
| * crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectorsTianjia Zhang2022-11-041-0/+19
* | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-2/+2
|\ \
| * | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
| |/
* | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-5/+5
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-43/+43
|/
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-4/+4
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-43/+43
* crypto: testmgr - fix indentation for test_acomp() argsLucas Segarra Fernandez2022-09-021-1/+1
* crypto: testmgr - don't generate WARN for missing modulesRobert Elliott2022-08-191-2/+5
* crypto: testmgr - extend acomp tests for NULL destination bufferLucas Segarra Fernandez2022-08-191-0/+29
* crypto: testmgr - add ARIA testmgr testsTaehee Yoo2022-07-151-0/+31
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-24/+0
* crypto: hctr2 - Add HCTR2 supportNathan Huckleberry2022-06-101-0/+8
* crypto: polyval - Add POLYVAL supportNathan Huckleberry2022-06-101-0/+6
* crypto: xctr - Add XCTR supportNathan Huckleberry2022-06-101-0/+6
* crypto: testmgr - test in-place en/decryption with two sglistsEric Biggers2022-04-081-12/+63
* Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-0/+7
|\
| * crypto: add rocksoft 64b crc guard tag frameworkKeith Busch2022-03-071-0/+7
* | crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange2022-03-031-1/+0
* | crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange2022-03-031-4/+19
* | crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-031-0/+37
* | crypto: hmac - add fips_skip supportStephan Müller2022-02-111-0/+3
* | crypto: testmgr - Move crypto_simd_disabled_for_test outHerbert Xu2022-01-311-3/+0
|/
* crypto: des - disallow des3 in FIPS modeStephan Müller2021-11-261-9/+0
* crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Sebastian Andrzej Siewior2021-10-081-2/+2
* crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang2021-08-211-0/+29
* crypto: drbg - self test for HMAC(SHA-512)Stephan Müller2021-06-281-1/+4
* crypto: ecdh - add test suite for NIST P384Hui Tang2021-05-281-0/+7
* crypto: ecdh - fix ecdh-nist-p192's entry in testmgrHui Tang2021-05-281-3/+0
* Merge branch 'ecc'Herbert Xu2021-03-261-0/+18
|\
| * crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre2021-03-261-0/+6
| * crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-261-0/+12
* | crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-131-2/+11
* | crypto: testmgr - delete some redundant codeKai Ye2021-03-071-8/+3
|/
* crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel2021-02-101-6/+0
* crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-291-6/+0
* crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-291-18/+0
* crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel2021-01-291-6/+0
* crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-291-6/+0
* crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel2021-01-291-12/+0
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+3
* crypto: testmgr - WARN on test failureEric Biggers2020-11-061-7/+13