summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)AuthorLines
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers-0/+9
2025-04-16crypto: sm3-base - Use sm3_initHerbert Xu-12/+1
2025-04-16crypto: lib/sm3 - Export generic block functionHerbert Xu-0/+1
2025-04-16crypto: hash - Update HASH_MAX_DESCSIZE commentHerbert Xu-2/+2
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu-11/+69
2025-04-16crypto: shash - Remove dynamic descsizeHerbert Xu-2/+1
2025-04-16crypto: skcipher - Realign struct skcipher_walk to save 8 bytesThorsten Blum-2/+1
2025-04-16crypto: simd - Include asm/simd.h in internal/simd.hHerbert Xu-3/+1
2025-04-16crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERYLukas Wunner-1/+1
2025-04-16crypto: ahash - Use cra_reqsizeHerbert Xu-3/+0
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu-3/+0
2025-04-16crypto: ctr - Remove unnecessary header inclusionsHerbert Xu-3/+0
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu-53/+8
2025-04-16crypto: acomp - Remove ACOMP_REQUEST_ALLOCHerbert Xu-21/+0
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu-12/+29
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu-0/+26
2025-04-16crypto: acomp - Use request flag helpers and add acomp_request_flagsHerbert Xu-11/+22
2025-04-16crypto: api - Add helpers to manage request flagsHerbert Xu-0/+5
2025-04-16crypto: ahash - Remove request chainingHerbert Xu-22/+0
2025-04-16crypto: acomp - Remove request chainingHerbert Xu-19/+0
2025-04-14rxrpc: Add the security index for yfs-rxgkDavid Howells-0/+5
2025-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-2/+6
2025-04-12crypto: ahash - Disable request chainingHerbert Xu-2/+6
2025-04-07crypto: chacha - remove <crypto/internal/chacha.h>Eric Biggers-43/+0
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers-0/+9
2025-04-07crypto: ctr - remove unused crypto_ctr_encrypt_walk()Ard Biesheuvel-47/+0
2025-04-07crypto: hash - Do not use shash in hard IRQsHerbert Xu-9/+9
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu-0/+44
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu-19/+42
2025-04-07crypto: scomp - Allocate per-cpu buffer on first use of each CPUHerbert Xu-7/+13
2025-04-07crypto: api - Move alg destroy work from instance to templateHerbert Xu-2/+3
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-155/+911
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers-10/+1
2025-03-21crypto: acomp - Add support for foliosHerbert Xu-4/+103
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu-3/+83
2025-03-21crypto: acomp - Remove dst_freeHerbert Xu-2/+0
2025-03-21crypto: scomp - Remove support for some non-trivial SG listsHerbert Xu-16/+3
2025-03-21crypto: scatterwalk - Use nth_page instead of doing it by handHerbert Xu-10/+20
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers-19/+24
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke-0/+20
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu-13/+227
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu-29/+26
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu-4/+4
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu-2/+2
2025-03-15crypto: skcipher - Eliminate duplicate virt.addr fieldHerbert Xu-7/+24
2025-03-15crypto: scatterwalk - Add memcpy_sglistHerbert Xu-0/+3
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu-17/+25
2025-03-08crypto: acomp - Remove acomp request flagsHerbert Xu-4/+2
2025-03-08crypto: api - Move struct crypto_type into internal.hHerbert Xu-14/+0
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells-0/+4