summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-06-19crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERYLukas Wunner1-1/+1
2025-04-12crypto: ahash - Disable request chainingHerbert Xu2-2/+6
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds14-155/+911
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers1-10/+1
2025-03-21crypto: acomp - Add support for foliosHerbert Xu2-4/+103
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu2-3/+83
2025-03-21crypto: acomp - Remove dst_freeHerbert Xu1-2/+0
2025-03-21crypto: scomp - Remove support for some non-trivial SG listsHerbert Xu2-16/+3
2025-03-21crypto: scatterwalk - Use nth_page instead of doing it by handHerbert Xu1-10/+20
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers1-19/+24
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke1-0/+20
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu2-13/+227
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu3-29/+26
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu1-4/+4
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu2-2/+2
2025-03-15crypto: skcipher - Eliminate duplicate virt.addr fieldHerbert Xu2-7/+24
2025-03-15crypto: scatterwalk - Add memcpy_sglistHerbert Xu1-0/+3
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu2-17/+25
2025-03-08crypto: acomp - Remove acomp request flagsHerbert Xu1-4/+2
2025-03-08crypto: api - Move struct crypto_type into internal.hHerbert Xu1-14/+0
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells1-0/+4
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells1-0/+4
2025-03-02crypto/krb5: Provide infrastructure and key derivationDavid Howells1-0/+10
2025-03-02crypto/krb5: Add an API to perform requestsDavid Howells1-0/+21
2025-03-02crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells1-0/+7
2025-03-02crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells1-0/+9
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells1-0/+54
2025-03-02crypto: Add 'krb5enc' hash and cipher AEAD algorithmDavid Howells1-0/+2
2025-03-02crypto/krb5: Add some constants out of sunrpc headersDavid Howells1-0/+51
2025-03-02crypto: skcipher - Use restrict rather than hand-rolling accessesHerbert Xu1-6/+8
2025-03-02crypto: scatterwalk - don't split at page boundaries when !HIGHMEMEric Biggers1-22/+57
2025-03-02crypto: scatterwalk - remove obsolete functionsEric Biggers1-25/+0
2025-03-02crypto: scatterwalk - add scatterwalk_get_sglist()Eric Biggers1-0/+17
2025-03-02crypto: scatterwalk - add new functions for copying dataEric Biggers1-2/+22
2025-03-02crypto: scatterwalk - add new functions for iterating through dataEric Biggers1-6/+63
2025-03-02crypto: scatterwalk - add new functions for skipping dataEric Biggers1-0/+18
2025-03-02crypto: scatterwalk - move to next sg entry just in timeEric Biggers1-9/+10
2025-02-22crypto: ahash - Set default reqsize from ahash_algHerbert Xu1-0/+3
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu2-2/+41
2025-02-22crypto: hash - Add request chaining APIHerbert Xu3-10/+39
2025-02-22crypto: ahash - Only save callback and data in ahash_save_reqHerbert Xu1-3/+0
2025-02-22crypto: skcipher - Set tfm in SYNC_SKCIPHER_REQUEST_ON_STACKHerbert Xu1-6/+13
2025-02-09crypto: sig - Prepare for algorithms with variable signature sizeLukas Wunner1-2/+3
2025-01-14crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers1-1/+1
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers1-23/+0
2024-12-21crypto: lib/gf128mul - Remove some bbe deadcodeDr. David Alan Gilbert1-5/+1
2024-12-14crypto: skcipher - remove support for physical address walksEric Biggers1-12/+0
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-80/+271
2024-11-02crypto: asymmetric_keys - Remove unused functionsDr. David Alan Gilbert1-3/+0
2024-10-05crypto: ecdsa - Support P1363 signature decodingLukas Wunner1-0/+1