summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu2023-06-091-17/+21
* crypto: testmgr - fix RNG performance in fuzz testsEric Biggers2023-05-241-97/+169
* crypto: jitter - permanent and intermittent health errorsStephan Müller2023-05-243-120/+76
* crypto: engine - fix crypto_queue backlog handlingOlivier Bacon2023-05-172-3/+6
* crypto: engine - Use crypto_request_completeHerbert Xu2023-05-171-3/+3
* crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu2023-05-111-1/+1
* crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen2023-05-111-1/+3
* asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood2023-04-202-17/+17
* verify_pefile: relax wrapper length checkRobbie Harwood2023-04-201-4/+8
* crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu2023-03-101-19/+15
* crypto: xts - Handle EBUSY correctlyHerbert Xu2023-03-101-4/+4
* crypto: seqiv - Handle EBUSY correctlyHerbert Xu2023-03-101-1/+1
* crypto: essiv - Handle EBUSY correctlyHerbert Xu2023-03-101-1/+6
* KEYS: asymmetric: Fix ECDSA use via keyctl uapiDenis Kenzior2023-03-101-2/+22
* use less confusing names for iov_iter direction initializersAl Viro2023-02-091-2/+2
* crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun2022-12-311-9/+0
* crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu2022-12-311-17/+19
* crypto: tcrypt - fix return value for multiple subtestsRobert Elliott2022-12-311-128/+128
* 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