summaryrefslogtreecommitdiff
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: api - Move low-level functions into algapi.hHerbert Xu2023-04-142-4/+9
* crypto: hash - Remove maximum statesize limitHerbert Xu2023-04-061-2/+1
* crypto: algif_hash - Allocate hash state with kmallocHerbert Xu2023-04-061-4/+15
* crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu2023-04-061-1/+1
* crypto: jitter - permanent and intermittent health errorsStephan Müller2023-04-063-120/+76
* async_tx: fix kernel-doc notation warningsRandy Dunlap2023-03-242-7/+7
* crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen2023-03-241-1/+3
* crypto: fips - simplify one-level sysctl registration for crypto_sysctl_tableLuis Chamberlain2023-03-171-10/+1
* crypto: testmgr - fix RNG performance in fuzz testsEric Biggers2023-03-141-97/+169
* crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu2023-03-149-72/+36
* crypto: rng - Count error stats differentlyHerbert Xu2023-03-143-77/+48
* crypto: skcipher - Count error stats differentlyHerbert Xu2023-03-143-55/+87
* crypto: kpp - Count error stats differentlyHerbert Xu2023-03-143-58/+34
* crypto: acomp - Count error stats differentlyHerbert Xu2023-03-145-74/+101
* crypto: hash - Count error stats differentlyHerbert Xu2023-03-145-117/+176
* crypto: akcipher - Count error stats differentlyHerbert Xu2023-03-143-76/+34
* crypto: aead - Count error stats differentlyHerbert Xu2023-03-143-60/+73
* crypto: algapi - Move stat reporting into algapiHerbert Xu2023-03-141-0/+6
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+1
|\
| * wifi: cfg80211: Deduplicate certificate loadingLukas Wunner2023-01-191-0/+1
* | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-2129-415/+400
|\ \
| * | crypto: proc - Print fips statusHerbert Xu2023-02-141-0/+6
| * | crypto: ecc - Silence sparse warningHerbert Xu2023-02-141-2/+4
| * | crypto: api - Use data directly in completion functionHerbert Xu2023-02-1319-139/+124
| * | crypto: cryptd - Use request_complete helpersHerbert Xu2023-02-131-108/+126
| * | crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu2023-02-131-19/+15
| * | crypto: engine - Use crypto_request_completeHerbert Xu2023-02-131-3/+3
| * | crypto: hash - Use crypto_request_completeHerbert Xu2023-02-131-105/+74
| * | crypto: cryptd - Use subreq for AEADHerbert Xu2023-02-131-4/+16
| * | crypto: testmgr - add diff-splits of src/dst into default cipher configZhang Yiqun2023-02-101-0/+8
| * | Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad...Herbert Xu2023-02-031-1/+1
| * | crypto: engine - Fix excess parameter doc warningHerbert Xu2023-01-271-1/+1
| * | crypto: xts - Handle EBUSY correctlyHerbert Xu2023-01-271-4/+4
| * | crypto: cryptd - Remove unnecessary skcipher_request_zeroHerbert Xu2023-01-271-2/+0
| * | crypto: testmgr - disallow certain DRBG hash functions in FIPS modeVladis Dronov2023-01-271-4/+0
| * | crypto: seqiv - Handle EBUSY correctlyHerbert Xu2023-01-201-1/+1
| * | crypto: essiv - Handle EBUSY correctlyHerbert Xu2023-01-201-1/+6
| * | crypto: tcrypt - include larger key sizes in RFC4106 benchmarkArd Biesheuvel2023-01-202-5/+5
| * | crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffersArd Biesheuvel2023-01-131-18/+4
| * | crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo2023-01-061-0/+4
| * | 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
| * | crypto: wp512 - disable kmsan checks in wp512_process_buffer()Arnd Bergmann2022-12-301-1/+1
| * | crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel2022-12-302-4/+4
| |/
* | KEYS: asymmetric: Fix ECDSA use via keyctl uapiDenis Kenzior2023-02-131-2/+22
* | crypto: certs: fix FIPS selftest dependencyArnd Bergmann2023-02-132-1/+2
|/
* Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-1435-728/+1481
|\
| * crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu2022-12-021-2/+7
| * crypto: Prepare to move crypto_tfm_ctxHerbert Xu2022-12-0217-17/+19