summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
* Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-11-191-1/+1
|\
| * crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak2024-10-031-1/+1
* | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-11-191-102/+224
|\ \
| * | crypto: rsassa-pkcs1 - Reinstate support for legacy protocolsLukas Wunner2024-11-101-0/+6
| * | crypto: ecdsa - Support P1363 signature decodingLukas Wunner2024-10-051-0/+18
| * | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner2024-10-051-1/+1
| * | crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner2024-10-051-0/+27
| * | crypto: akcipher - Drop sign/verify operationsLukas Wunner2024-10-051-83/+36
| * | crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner2024-10-051-9/+13
| * | crypto: ecrdsa - Migrate to sig_alg backendLukas Wunner2024-10-051-2/+2
| * | crypto: ecdsa - Migrate to sig_alg backendLukas Wunner2024-10-051-9/+8
| * | crypto: sig - Introduce sig_alg backendLukas Wunner2024-10-051-0/+115
| |/
* / crypto: testmgr - Hide ENOENT errors betterHerbert Xu2024-10-101-12/+11
|/
* crypto: testmgr - Hide ENOENT errorsHerbert Xu2024-09-061-1/+22
* crypto: testmgr - generate power-of-2 lengths more oftenEric Biggers2024-07-131-4/+12
* crypto: sm2 - Remove sm2 algorithmHerbert Xu2024-06-071-6/+0
* crypto: testmgr - test setkey in no-SIMD contextEric Biggers2024-06-071-5/+24
* crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger2024-04-121-0/+7
* crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.cJoachim Vandersmissen2024-01-261-8/+0
* crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi2023-12-151-0/+10
* crypto: testmgr - Remove cfb and ofbHerbert Xu2023-12-081-39/+0
* crypto: drbg - Remove SHA1 from drbgDimitri John Ledkov2023-11-171-21/+4
* crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct placeEric Biggers2023-11-011-5/+5
* crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 supportDimitri John Ledkov2023-10-271-0/+12
* crypto: testmgr - stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-6/+3
* crypto: testmgr - stop checking crypto_shash_alignmaskEric Biggers2023-10-271-3/+2
* crypto: arc4 - Convert from skcipher to lskcipherHerbert Xu2023-10-131-1/+1
* crypto: testmgr - Remove zlib-deflateHerbert Xu2023-10-121-10/+0
* crypto: testmgr - Add support for lskcipher algorithmsHerbert Xu2023-09-201-0/+19
* 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-131-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-121-4/+4
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-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