summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+1
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-415/+400
2023-02-14crypto: proc - Print fips statusHerbert Xu-0/+6
2023-02-14crypto: ecc - Silence sparse warningHerbert Xu-2/+4
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu-139/+124
2023-02-13crypto: cryptd - Use request_complete helpersHerbert Xu-108/+126
2023-02-13crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu-19/+15
2023-02-13crypto: engine - Use crypto_request_completeHerbert Xu-3/+3
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu-105/+74
2023-02-13crypto: cryptd - Use subreq for AEADHerbert Xu-4/+16
2023-02-13KEYS: asymmetric: Fix ECDSA use via keyctl uapiDenis Kenzior-2/+22
2023-02-13crypto: certs: fix FIPS selftest dependencyArnd Bergmann-1/+2
2023-02-10crypto: testmgr - add diff-splits of src/dst into default cipher configZhang Yiqun-0/+8
2023-02-03Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad...Herbert Xu-1/+1
2023-01-27crypto: engine - Fix excess parameter doc warningHerbert Xu-1/+1
2023-01-27crypto: xts - Handle EBUSY correctlyHerbert Xu-4/+4
2023-01-27crypto: cryptd - Remove unnecessary skcipher_request_zeroHerbert Xu-2/+0
2023-01-27crypto: testmgr - disallow certain DRBG hash functions in FIPS modeVladis Dronov-4/+0
2023-01-20crypto: seqiv - Handle EBUSY correctlyHerbert Xu-1/+1
2023-01-20crypto: essiv - Handle EBUSY correctlyHerbert Xu-1/+6
2023-01-20crypto: tcrypt - include larger key sizes in RFC4106 benchmarkArd Biesheuvel-5/+5
2023-01-19wifi: cfg80211: Deduplicate certificate loadingLukas Wunner-0/+1
2023-01-13crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffersArd Biesheuvel-18/+4
2023-01-06crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo-0/+4
2023-01-06crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS modeNicolai Stange-0/+2
2023-01-06crypto: testmgr - disallow plain ghash in FIPS modeNicolai Stange-1/+0
2023-01-06crypto: testmgr - disallow plain cbcmac(aes) in FIPS modeNicolai Stange-1/+0
2022-12-30crypto: wp512 - disable kmsan checks in wp512_process_buffer()Arnd Bergmann-1/+1
2022-12-30crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel-4/+4
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-728/+1481
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-2/+2
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu-2/+7
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu-17/+19
2022-12-02crypto: dh - Use helper to set reqsizeHerbert Xu-1/+3
2022-12-02crypto: rsa-pkcs1pad - Use helper to set reqsizeHerbert Xu-1/+4
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-2/+2
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers-15/+3
2022-11-25crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun-9/+0
2022-11-25crypto: algboss - compile out test-related code when tests disabledEric Biggers-5/+4
2022-11-25crypto: kdf - silence noisy self-testEric Biggers-1/+1
2022-11-25crypto: kdf - skip self-test when tests disabledEric Biggers-2/+6
2022-11-25crypto: api - compile out crypto_boot_test_finished when tests disabledEric Biggers-6/+29
2022-11-25crypto: algboss - optimize registration of internal algorithmsEric Biggers-13/+3
2022-11-25crypto: api - optimize algorithm registration when self-tests disabledEric Biggers-71/+86
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu-1/+1
2022-11-18crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu-17/+19
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld-6/+6
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-44/+44
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel-423/+3
2022-11-04crypto: tcrypt - add SM4 cts-cbc/xts/xcbc testTianjia Zhang-0/+21