summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2026-01-23crypto: lskcipher - Use unregister_lskciphers in register_lskciphersThorsten Blum
2026-01-23crypto: skcipher - Use unregister_skciphers in register_skciphersThorsten Blum
2026-01-23crypto: shash - Use unregister_shashes in register_shashesThorsten Blum
2026-01-23crypto: ahash - Use unregister_ahashes in register_ahashesThorsten Blum
2026-01-23crypto: acomp - Use unregister_acomps in register_acompsThorsten Blum
2026-01-21crypto: Add ML-DSA crypto_sig supportDavid Howells
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-20crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN specTaeyang Lee
2026-01-15crypto: drbg - Use new AES library APIEric Biggers
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers
2026-01-12crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TIEric Biggers
2026-01-12crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]Eric Biggers
2026-01-12crypto: testmgr - Remove nhpoly1305 testsEric Biggers
2026-01-12crypto: nhpoly1305 - Remove crypto_shash supportEric Biggers
2026-01-12crypto: adiantum - Drop support for asynchronous xchacha ciphersEric Biggers
2026-01-12crypto: adiantum - Use memcpy_{to,from}_sglist()Eric Biggers
2026-01-12crypto: adiantum - Use scatter_walk API instead of sg_miterEric Biggers
2026-01-12crypto: adiantum - Convert to use NH libraryEric Biggers
2026-01-05crypto: Enable context analysisMarco Elver
2025-12-29crypto: drbg - make drbg_get_random_bytes() return *void*Sergey Shtylyov
2025-12-29crypto: drbg - make drbg_fips_continuous_test() return boolSergey Shtylyov
2025-12-29crypto: drbg - kill useless variable in drbg_fips_continuous_test()Sergey Shtylyov
2025-12-29crypto: khazad - simplify return statement in khazad_mod_initThorsten Blum
2025-12-19crypto: algapi - Use crypto_unregister_algs in crypto_register_algsThorsten Blum
2025-12-19crypto: scompress - Use crypto_unregister_scomps in crypto_register_scompsThorsten Blum
2025-12-19crypto: scompress - Remove forward declaration of crypto_scomp_showThorsten Blum
2025-12-19crypto: fips - annotate fips_enable() with __init to free init memory after bootCan Peng
2025-12-19crypto: seqiv - Do not use req->iv after crypto_aead_encryptHerbert Xu
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-12-02Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-12-01crypto: zstd - fix double-free in per-CPU stream cleanupGiovanni Cabiddu
2025-11-24crypto: ahash - Zero positive err value in ahash_update_finishHerbert Xu
2025-11-24crypto: ahash - Fix crypto_ahash_import with partial block dataHerbert Xu
2025-11-24crypto: drbg - Delete unused ctx from struct sdescHerbert Xu
2025-11-24crypto: testmgr - Add missing DES weak and semi-weak key testsThorsten Blum
2025-11-22Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist"Eric Biggers
2025-11-22crypto: scatterwalk - Fix memcpy_sglist() to always succeedEric Biggers
2025-11-22crypto: tcrypt - Remove unused poly1305 supportEric Biggers
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers
2025-11-22crypto: asymmetric_keys - fix uninitialized pointers with free attributeAlly Heev
2025-11-22KEYS: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-11-14crypto: zstd - Remove unnecessary size_t castThorsten Blum
2025-11-14crypto: zstd - Annotate struct zstd_ctx with __counted_byThorsten Blum
2025-11-12Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stackEric Biggers
2025-11-12crypto: aegis128-neon - Move to more abstract 'ksimd' guard APIArd Biesheuvel
2025-11-11crypto: testmgr - Remove polyval testsEric Biggers
2025-11-11crypto: polyval - Remove the polyval crypto_shashEric Biggers
2025-11-11crypto: hctr2 - Convert to use POLYVAL libraryEric Biggers
2025-11-11crypto: polyval - Rename conflicting functionsEric Biggers