summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)AuthorLines
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
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells-0/+4
2025-03-02crypto/krb5: Provide infrastructure and key derivationDavid Howells-0/+10
2025-03-02crypto/krb5: Add an API to perform requestsDavid Howells-0/+21
2025-03-02crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells-0/+7
2025-03-02crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells-0/+9
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells-0/+54
2025-03-02crypto: Add 'krb5enc' hash and cipher AEAD algorithmDavid Howells-0/+2
2025-03-02crypto/krb5: Add some constants out of sunrpc headersDavid Howells-0/+51
2025-03-02crypto: skcipher - Use restrict rather than hand-rolling accessesHerbert Xu-6/+8
2025-03-02crypto: scatterwalk - don't split at page boundaries when !HIGHMEMEric Biggers-22/+57
2025-03-02crypto: scatterwalk - remove obsolete functionsEric Biggers-25/+0
2025-03-02crypto: scatterwalk - add scatterwalk_get_sglist()Eric Biggers-0/+17
2025-03-02crypto: scatterwalk - add new functions for copying dataEric Biggers-2/+22
2025-03-02crypto: scatterwalk - add new functions for iterating through dataEric Biggers-6/+63
2025-03-02crypto: scatterwalk - add new functions for skipping dataEric Biggers-0/+18
2025-03-02crypto: scatterwalk - move to next sg entry just in timeEric Biggers-9/+10
2025-02-22crypto: ahash - Set default reqsize from ahash_algHerbert Xu-0/+3
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu-2/+41
2025-02-22crypto: hash - Add request chaining APIHerbert Xu-10/+39
2025-02-22crypto: ahash - Only save callback and data in ahash_save_reqHerbert Xu-3/+0
2025-02-22crypto: skcipher - Set tfm in SYNC_SKCIPHER_REQUEST_ON_STACKHerbert Xu-6/+13
2025-02-09crypto: sig - Prepare for algorithms with variable signature sizeLukas Wunner-2/+3
2025-01-14crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers-1/+1
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers-23/+0
2024-12-21crypto: lib/gf128mul - Remove some bbe deadcodeDr. David Alan Gilbert-5/+1
2024-12-14crypto: skcipher - remove support for physical address walksEric Biggers-12/+0
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-80/+271
2024-11-02crypto: asymmetric_keys - Remove unused functionsDr. David Alan Gilbert-3/+0
2024-10-05crypto: ecdsa - Support P1363 signature decodingLukas Wunner-0/+1
2024-10-05crypto: ecdsa - Move X9.62 signature size calculation into templateLukas Wunner-0/+38
2024-10-05crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner-7/+7