summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2026-01-05crypto: Enable context analysisMarco Elver-17/+30
2025-12-29crypto: drbg - make drbg_get_random_bytes() return *void*Sergey Shtylyov-12/+5
2025-12-29crypto: drbg - make drbg_fips_continuous_test() return boolSergey Shtylyov-17/+11
2025-12-29crypto: drbg - kill useless variable in drbg_fips_continuous_test()Sergey Shtylyov-3/+1
2025-12-29crypto: khazad - simplify return statement in khazad_mod_initThorsten Blum-4/+1
2025-12-19crypto: algapi - Use crypto_unregister_algs in crypto_register_algsThorsten Blum-9/+5
2025-12-19crypto: scompress - Use crypto_unregister_scomps in crypto_register_scompsThorsten Blum-8/+4
2025-12-19crypto: scompress - Remove forward declaration of crypto_scomp_showThorsten Blum-4/+2
2025-12-19crypto: fips - annotate fips_enable() with __init to free init memory after bootCan Peng-1/+1
2025-12-19crypto: seqiv - Do not use req->iv after crypto_aead_encryptHerbert Xu-3/+5
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1293/+832
2025-12-02Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+12
2025-12-01crypto: zstd - fix double-free in per-CPU stream cleanupGiovanni Cabiddu-6/+1
2025-11-24crypto: ahash - Zero positive err value in ahash_update_finishHerbert Xu-1/+5
2025-11-24crypto: ahash - Fix crypto_ahash_import with partial block dataHerbert Xu-1/+11
2025-11-24crypto: drbg - Delete unused ctx from struct sdescHerbert Xu-1/+0
2025-11-24crypto: testmgr - Add missing DES weak and semi-weak key testsThorsten Blum-0/+120
2025-11-22Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist"Eric Biggers-254/+255
2025-11-22crypto: scatterwalk - Fix memcpy_sglist() to always succeedEric Biggers-13/+84
2025-11-22crypto: tcrypt - Remove unused poly1305 supportEric Biggers-22/+0
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers-694/+1
2025-11-22crypto: asymmetric_keys - fix uninitialized pointers with free attributeAlly Heev-2/+2
2025-11-22KEYS: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-2/+5
2025-11-14crypto: zstd - Remove unnecessary size_t castThorsten Blum-3/+2
2025-11-14crypto: zstd - Annotate struct zstd_ctx with __counted_byThorsten Blum-2/+3
2025-11-12Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stackEric Biggers-21/+12
2025-11-12crypto: aegis128-neon - Move to more abstract 'ksimd' guard APIArd Biesheuvel-21/+12
2025-11-11crypto: testmgr - Remove polyval testsEric Biggers-181/+0
2025-11-11crypto: polyval - Remove the polyval crypto_shashEric Biggers-216/+0
2025-11-11crypto: hctr2 - Convert to use POLYVAL libraryEric Biggers-165/+66
2025-11-11crypto: polyval - Rename conflicting functionsEric Biggers-6/+6
2025-11-06crypto: deflate - Use struct_size to improve deflate_alloc_streamThorsten Blum-1/+2
2025-11-05crypto: sha3 - Reimplement using library APIEric Biggers-291/+176
2025-11-05crypto: jitterentropy - Use default sha3 implementationEric Biggers-10/+2
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-10-31crypto: aead - Add support for on-stack AEAD req allocationT Pratham-0/+19
2025-10-29crypto: blake2b - Reimplement using library APIEric Biggers-194/+117
2025-10-23crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_idThorsten Blum-4/+10
2025-10-20crypto: aead - Fix reqsize handlingT Pratham-0/+1
2025-10-17crypto: drbg - make drbg_{ctr_bcc,kcapi_sym}() return *void*Karina Yankevich-30/+14
2025-10-17crypto: authenc - Correctly pass EINPROGRESS back up to the callerHerbert Xu-25/+50
2025-10-17crypto: af_alg - zero initialize memory allocated via sock_kmallocShivani Agarwal-7/+4
2025-10-17crypto: fips - replace simple_strtol with kstrtoint to improve fips_enableThorsten Blum-1/+4
2025-10-17crypto: drbg - Replace AES cipher calls with library callsHarsh Jain-27/+23
2025-10-17crypto: drbg - Export CTR DRBG DF functionsHarsh Jain-241/+260
2025-10-10Merge tag 'v6.18-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-8/+8
2025-10-09crypto: essiv - Check ssize for decryption and in-place encryptionHerbert Xu-8/+6
2025-10-08Merge tag 'v6.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+14
2025-10-08crypto: skcipher - Fix reqsize handlingT Pratham-0/+2