summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
| * X.509: Support parsing certificate using SM2 algorithmTianjia Zhang2022-08-031-0/+3
* | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-042-0/+12
|\ \ | |/ |/|
| * crypto: add crypto_has_kpp()Hannes Reinecke2022-08-021-0/+6
| * crypto: add crypto_has_shash()Hannes Reinecke2022-08-021-0/+6
* | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-0213-420/+6145
|\ \ | |/ |/|
| * crypto: tcrypt - Remove the static variable initialisations to NULLJason Wang2022-07-291-1/+1
| * crypto: testmgr - some more fixes to RSA test vectorsIgnat Korchagin2022-07-221-39/+63
| * crypto: twofish - Fix comment typoJason Wang2022-07-221-1/+1
| * crypto: rmd160 - fix Kconfig "its" grammarRandy Dunlap2022-07-221-1/+1
| * crypto: lib - make the sha1 library optionalEric Biggers2022-07-151-0/+1