summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-09-13crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu1-2/+14
2023-09-13crypto: rsa-pkcs1pad - Use helper to set reqsizeHerbert Xu1-1/+4
2023-07-19crypto: jitter - correct health test during initializationStephan Müller1-6/+3
2023-06-09KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu1-17/+21
2023-05-24crypto: testmgr - fix RNG performance in fuzz testsEric Biggers1-97/+169
2023-05-24crypto: jitter - permanent and intermittent health errorsStephan Müller3-120/+76
2023-05-17crypto: engine - fix crypto_queue backlog handlingOlivier Bacon2-3/+6
2023-05-17crypto: engine - Use crypto_request_completeHerbert Xu1-3/+3
2023-05-11crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu1-1/+1
2023-05-11crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen1-1/+3
2023-04-20asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood2-17/+17
2023-04-20verify_pefile: relax wrapper length checkRobbie Harwood1-4/+8
2023-03-10crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu1-19/+15
2023-03-10crypto: xts - Handle EBUSY correctlyHerbert Xu1-4/+4
2023-03-10crypto: seqiv - Handle EBUSY correctlyHerbert Xu1-1/+1
2023-03-10crypto: essiv - Handle EBUSY correctlyHerbert Xu1-1/+6
2023-03-10KEYS: asymmetric: Fix ECDSA use via keyctl uapiDenis Kenzior1-2/+22
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-12-31crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun1-9/+0
2022-12-31crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu1-17/+19
2022-12-31crypto: tcrypt - fix return value for multiple subtestsRobert Elliott1-128/+128
2022-10-12treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-4/+4
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-43/+43
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-10-04crypto: kmsan: disable accelerated configs under KMSANAlexander Potapenko1-0/+30
2022-09-24crypto: tcrypt - add async speed test for aria cipherTaehee Yoo1-0/+30
2022-09-24crypto: aria - prepare generic module for optimized implementationsTaehee Yoo2-8/+33
2022-09-24crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng7-14/+14
2022-09-24crypto: blake2s - revert unintended config addition of CRYPTO_BLAKE2SLukas Bulwahn1-21/+0
2022-09-09crypto: akcipher - default implementation for setting a private keyIgnat Korchagin1-0/+8
2022-09-02crypto: testmgr - fix indentation for test_acomp() argsLucas Segarra Fernandez1-1/+1
2022-08-26crypto: Kconfig - simplify compression/RNG entriesRobert Elliott1-32/+50
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott1-113/+121
2022-08-26crypto: Kconfig - simplify userspace entriesRobert Elliott1-24/+41
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott1-79/+97
2022-08-26crypto: Kconfig - simplify aead entriesRobert Elliott1-18/+30
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott1-12/+25
2022-08-26crypto: Kconfig - simplify public-key entriesRobert Elliott1-21/+34
2022-08-26crypto: Kconfig - add submenusRobert Elliott1-458/+479
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott1-0/+6
2022-08-26crypto: Kconfig - move x86 entries to a submenuRobert Elliott1-495/+3
2022-08-26crypto: Kconfig - move sparc entries to a submenuRobert Elliott1-98/+3
2022-08-26crypto: Kconfig - move s390 entries to a submenuRobert Elliott1-115/+3
2022-08-26crypto: Kconfig - move powerpc entries to a submenuRobert Elliott1-73/+3
2022-08-26crypto: Kconfig - move mips entries to a submenuRobert Elliott1-55/+4
2022-08-26crypto: core - move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-08-26crypto: tcrypt - remove mode=1000Robert Elliott1-27/+0
2022-08-19crypto: testmgr - don't generate WARN for missing modulesRobert Elliott1-2/+5
2022-08-19crypto: testmgr - extend acomp tests for NULL destination bufferLucas Segarra Fernandez1-0/+29