summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
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
2022-11-04crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectorsTianjia Zhang-0/+996
2022-11-04crypto: tcrypt - Drop leading newlines from printsAnirudh Venkataramanan-5/+5
2022-11-04crypto: tcrypt - Drop module name from print stringAnirudh Venkataramanan-2/+1
2022-11-04crypto: tcrypt - Use pr_info/pr_errAnirudh Venkataramanan-7/+7
2022-11-04crypto: tcrypt - Use pr_cont to print test resultsAnirudh Venkataramanan-4/+4
2022-10-28crypto: af_alg - Support symmetric encryption via keyring keysFrederick Lawler-1/+134
2022-10-21crypto: tcrypt - fix return value for multiple subtestsRobert Elliott-128/+128
2022-10-21crypto: ccm - use local variables instead of indirect referencesTianjia Zhang-1/+1
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld-1/+1
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld-4/+4
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-43/+43
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+2
2022-10-03crypto: kmsan: disable accelerated configs under KMSANAlexander Potapenko-0/+30
2022-09-24crypto: tcrypt - add async speed test for aria cipherTaehee Yoo-0/+30
2022-09-24crypto: aria - prepare generic module for optimized implementationsTaehee Yoo-8/+33
2022-09-24crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng-14/+14
2022-09-24crypto: blake2s - revert unintended config addition of CRYPTO_BLAKE2SLukas Bulwahn-21/+0
2022-09-09crypto: akcipher - default implementation for setting a private keyIgnat Korchagin-0/+8
2022-09-02crypto: testmgr - fix indentation for test_acomp() argsLucas Segarra Fernandez-1/+1
2022-08-26crypto: Kconfig - simplify compression/RNG entriesRobert Elliott-32/+50
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott-113/+121
2022-08-26crypto: Kconfig - simplify userspace entriesRobert Elliott-24/+41
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott-79/+97
2022-08-26crypto: Kconfig - simplify aead entriesRobert Elliott-18/+30
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott-12/+25
2022-08-26crypto: Kconfig - simplify public-key entriesRobert Elliott-21/+34
2022-08-26crypto: Kconfig - add submenusRobert Elliott-458/+479
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott-0/+6
2022-08-26crypto: Kconfig - move x86 entries to a submenuRobert Elliott-495/+3