summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-01-16crypto: drbg - Use new AES library APIEric Biggers2-26/+16
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers5-1340/+94
2026-01-12crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TIEric Biggers3-105/+0
2026-01-12crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]Eric Biggers2-2/+2
2026-01-12crypto: testmgr - Remove nhpoly1305 testsEric Biggers2-1378/+0
2026-01-12crypto: nhpoly1305 - Remove crypto_shash supportEric Biggers3-262/+0
2026-01-12crypto: adiantum - Drop support for asynchronous xchacha ciphersEric Biggers1-104/+70
2026-01-12crypto: adiantum - Use memcpy_{to,from}_sglist()Eric Biggers1-4/+4
2026-01-12crypto: adiantum - Use scatter_walk API instead of sg_miterEric Biggers1-18/+15
2026-01-12crypto: adiantum - Convert to use NH libraryEric Biggers3-110/+191
2026-01-05crypto: Enable context analysisMarco Elver9-17/+30
2025-12-29crypto: drbg - make drbg_get_random_bytes() return *void*Sergey Shtylyov1-12/+5
2025-12-29crypto: drbg - make drbg_fips_continuous_test() return boolSergey Shtylyov1-17/+11
2025-12-29crypto: drbg - kill useless variable in drbg_fips_continuous_test()Sergey Shtylyov1-3/+1
2025-12-29crypto: khazad - simplify return statement in khazad_mod_initThorsten Blum1-4/+1
2025-12-19crypto: algapi - Use crypto_unregister_algs in crypto_register_algsThorsten Blum1-9/+5
2025-12-19crypto: scompress - Use crypto_unregister_scomps in crypto_register_scompsThorsten Blum1-8/+4
2025-12-19crypto: scompress - Remove forward declaration of crypto_scomp_showThorsten Blum1-4/+2
2025-12-19crypto: fips - annotate fips_enable() with __init to free init memory after bootCan Peng1-1/+1
2025-12-19crypto: seqiv - Do not use req->iv after crypto_aead_encryptHerbert Xu1-3/+5
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds24-1293/+832
2025-12-03Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-21/+12
2025-12-01crypto: zstd - fix double-free in per-CPU stream cleanupGiovanni Cabiddu1-6/+1
2025-11-24crypto: ahash - Zero positive err value in ahash_update_finishHerbert Xu1-1/+5
2025-11-24crypto: ahash - Fix crypto_ahash_import with partial block dataHerbert Xu1-1/+11
2025-11-24crypto: drbg - Delete unused ctx from struct sdescHerbert Xu1-1/+0
2025-11-24crypto: testmgr - Add missing DES weak and semi-weak key testsThorsten Blum1-0/+120
2025-11-22Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist"Eric Biggers2-254/+255
2025-11-22crypto: scatterwalk - Fix memcpy_sglist() to always succeedEric Biggers1-13/+84
2025-11-22crypto: tcrypt - Remove unused poly1305 supportEric Biggers2-22/+0
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers6-694/+1
2025-11-22crypto: asymmetric_keys - fix uninitialized pointers with free attributeAlly Heev2-2/+2
2025-11-22KEYS: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-2/+5
2025-11-14crypto: zstd - Remove unnecessary size_t castThorsten Blum1-3/+2
2025-11-14crypto: zstd - Annotate struct zstd_ctx with __counted_byThorsten Blum1-2/+3
2025-11-12Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stackEric Biggers1-21/+12
2025-11-12crypto: aegis128-neon - Move to more abstract 'ksimd' guard APIArd Biesheuvel1-21/+12
2025-11-11crypto: testmgr - Remove polyval testsEric Biggers3-181/+0
2025-11-11crypto: polyval - Remove the polyval crypto_shashEric Biggers3-216/+0
2025-11-11crypto: hctr2 - Convert to use POLYVAL libraryEric Biggers3-165/+66
2025-11-11crypto: polyval - Rename conflicting functionsEric Biggers1-6/+6
2025-11-06crypto: deflate - Use struct_size to improve deflate_alloc_streamThorsten Blum1-1/+2
2025-11-06crypto: sha3 - Reimplement using library APIEric Biggers5-291/+176
2025-11-06crypto: jitterentropy - Use default sha3 implementationEric Biggers1-10/+2
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-31crypto: aead - Add support for on-stack AEAD req allocationT Pratham1-0/+19
2025-10-30crypto: blake2b - Reimplement using library APIEric Biggers5-194/+117
2025-10-23crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_idThorsten Blum1-4/+10
2025-10-20crypto: aead - Fix reqsize handlingT Pratham1-0/+1