summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: tcrypt - Drop module name from print stringAnirudh Venkataramanan2022-11-041-2/+1
| * crypto: tcrypt - Use pr_info/pr_errAnirudh Venkataramanan2022-11-041-7/+7
| * crypto: tcrypt - Use pr_cont to print test resultsAnirudh Venkataramanan2022-11-041-4/+4
| * crypto: af_alg - Support symmetric encryption via keyring keysFrederick Lawler2022-10-281-1/+134
| * crypto: tcrypt - fix return value for multiple subtestsRobert Elliott2022-10-211-128/+128
| * crypto: ccm - use local variables instead of indirect referencesTianjia Zhang2022-10-211-1/+1
* | 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-182-6/+6
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-44/+44
|/
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* 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
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+2
|\
| * crypto: kmsan: disable accelerated configs under KMSANAlexander Potapenko2022-10-031-0/+30
* | crypto: tcrypt - add async speed test for aria cipherTaehee Yoo2022-09-241-0/+30
* | crypto: aria - prepare generic module for optimized implementationsTaehee Yoo2022-09-242-8/+33
* | crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng2022-09-247-14/+14
* | crypto: blake2s - revert unintended config addition of CRYPTO_BLAKE2SLukas Bulwahn2022-09-241-21/+0
* | crypto: akcipher - default implementation for setting a private keyIgnat Korchagin2022-09-091-0/+8
* | crypto: testmgr - fix indentation for test_acomp() argsLucas Segarra Fernandez2022-09-021-1/+1
* | crypto: Kconfig - simplify compression/RNG entriesRobert Elliott2022-08-261-32/+50
* | crypto: Kconfig - simplify cipher entriesRobert Elliott2022-08-261-113/+121
* | crypto: Kconfig - simplify userspace entriesRobert Elliott2022-08-261-24/+41
* | crypto: Kconfig - simplify hash entriesRobert Elliott2022-08-261-79/+97
* | crypto: Kconfig - simplify aead entriesRobert Elliott2022-08-261-18/+30
* | crypto: Kconfig - simplify CRC entriesRobert Elliott2022-08-261-12/+25
* | crypto: Kconfig - simplify public-key entriesRobert Elliott2022-08-261-21/+34
* | crypto: Kconfig - add submenusRobert Elliott2022-08-261-458/+479
* | crypto: Kconfig - submenus for arm and arm64Robert Elliott2022-08-261-0/+6
* | crypto: Kconfig - move x86 entries to a submenuRobert Elliott2022-08-261-495/+3
* | crypto: Kconfig - move sparc entries to a submenuRobert Elliott2022-08-261-98/+3
* | crypto: Kconfig - move s390 entries to a submenuRobert Elliott2022-08-261-115/+3
* | crypto: Kconfig - move powerpc entries to a submenuRobert Elliott2022-08-261-73/+3
* | crypto: Kconfig - move mips entries to a submenuRobert Elliott2022-08-261-55/+4
* | crypto: core - move from strlcpy with unused retval to strscpyWolfram Sang2022-08-262-2/+2
* | crypto: tcrypt - remove mode=1000Robert Elliott2022-08-261-27/+0
* | 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: api - Fix comment typoJason Wang2022-08-191-1/+1
* | crypto: drbg - remove unnecessary (void*) conversionsDong Chuanjian2022-08-191-7/+5
* | crypto: lib - move __crypto_xor into utilsEric Biggers2022-08-191-71/+0
* | crypto: lib - create utils module and move __crypto_memneq into itEric Biggers2022-08-191-1/+1
|/
* crypto: blake2b: effectively disable frame size warningLinus Torvalds2022-08-101-0/+1
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-082-4/+4
|\
| * af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()Al Viro2022-08-082-4/+4
* | Merge tag 'tpmdd-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-063-2/+26
|\ \ | |/ |/|
| * KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang2022-08-031-2/+5
| * pkcs7: support EC-RDSA/streebog in SignerInfoElvira Khabirova2022-08-031-0/+11
| * pkcs7: parser support SM2 and SM3 algorithms combinationTianjia Zhang2022-08-031-0/+7