summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2025-04-23crypto: riscv/sha256 - Use API partial block handlingHerbert Xu
2025-04-23crypto: x86/sha256 - Use API partial block handlingHerbert Xu
2025-04-23crypto: sha1_base - Remove partial block helpersHerbert Xu
2025-04-23crypto: sha1-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: x86/sha1 - Use API partial block handlingHerbert Xu
2025-04-23crypto: md5-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: riscv/ghash - Use API partial block handlingHerbert Xu
2025-04-23crypto: ghash-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/blake2b - Use API partial block handlingHerbert Xu
2025-04-23crypto: blake2b-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu
2025-04-23crypto: engine - Realign struct crypto_engine to save 8 bytesThorsten Blum
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-17crypto: deflate - Make the acomp walk atomicHerbert Xu
2025-04-16crypto: poly1305 - remove rset and sset fields of poly1305_desc_ctxEric Biggers
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers
2025-04-16crypto: sm3-base - Use sm3_initHerbert Xu
2025-04-16crypto: lib/sm3 - Export generic block functionHerbert Xu
2025-04-16crypto: hash - Update HASH_MAX_DESCSIZE commentHerbert Xu
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu
2025-04-16crypto: shash - Remove dynamic descsizeHerbert Xu
2025-04-16crypto: skcipher - Realign struct skcipher_walk to save 8 bytesThorsten Blum
2025-04-16crypto: simd - Include asm/simd.h in internal/simd.hHerbert Xu
2025-04-16crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERYLukas Wunner
2025-04-16crypto: ahash - Use cra_reqsizeHerbert Xu
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu
2025-04-16crypto: ctr - Remove unnecessary header inclusionsHerbert Xu
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu
2025-04-16crypto: acomp - Remove ACOMP_REQUEST_ALLOCHerbert Xu
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu
2025-04-16crypto: acomp - Use request flag helpers and add acomp_request_flagsHerbert Xu
2025-04-16crypto: api - Add helpers to manage request flagsHerbert Xu
2025-04-16crypto: ahash - Remove request chainingHerbert Xu
2025-04-16crypto: acomp - Remove request chainingHerbert Xu
2025-04-14rxrpc: Add the security index for yfs-rxgkDavid Howells
2025-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2025-04-12crypto: ahash - Disable request chainingHerbert Xu
2025-04-07crypto: chacha - remove <crypto/internal/chacha.h>Eric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-04-07crypto: ctr - remove unused crypto_ctr_encrypt_walk()Ard Biesheuvel
2025-04-07crypto: hash - Do not use shash in hard IRQsHerbert Xu
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu
2025-04-07crypto: scomp - Allocate per-cpu buffer on first use of each CPUHerbert Xu
2025-04-07crypto: api - Move alg destroy work from instance to templateHerbert Xu
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers
2025-03-21crypto: acomp - Add support for foliosHerbert Xu
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu