summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
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
2025-03-21crypto: acomp - Remove dst_freeHerbert Xu
2025-03-21crypto: scomp - Remove support for some non-trivial SG listsHerbert Xu
2025-03-21crypto: scatterwalk - Use nth_page instead of doing it by handHerbert Xu
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu
2025-03-15crypto: skcipher - Eliminate duplicate virt.addr fieldHerbert Xu
2025-03-15crypto: scatterwalk - Add memcpy_sglistHerbert Xu
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu
2025-03-08crypto: acomp - Remove acomp request flagsHerbert Xu
2025-03-08crypto: api - Move struct crypto_type into internal.hHerbert Xu
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells
2025-03-02crypto/krb5: Provide infrastructure and key derivationDavid Howells
2025-03-02crypto/krb5: Add an API to perform requestsDavid Howells
2025-03-02crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells
2025-03-02crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells
2025-03-02crypto: Add 'krb5enc' hash and cipher AEAD algorithmDavid Howells
2025-03-02crypto/krb5: Add some constants out of sunrpc headersDavid Howells
2025-03-02crypto: skcipher - Use restrict rather than hand-rolling accessesHerbert Xu
2025-03-02crypto: scatterwalk - don't split at page boundaries when !HIGHMEMEric Biggers
2025-03-02crypto: scatterwalk - remove obsolete functionsEric Biggers
2025-03-02crypto: scatterwalk - add scatterwalk_get_sglist()Eric Biggers
2025-03-02crypto: scatterwalk - add new functions for copying dataEric Biggers
2025-03-02crypto: scatterwalk - add new functions for iterating through dataEric Biggers
2025-03-02crypto: scatterwalk - add new functions for skipping dataEric Biggers
2025-03-02crypto: scatterwalk - move to next sg entry just in timeEric Biggers
2025-02-22crypto: ahash - Set default reqsize from ahash_algHerbert Xu
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu
2025-02-22crypto: hash - Add request chaining APIHerbert Xu
2025-02-22crypto: ahash - Only save callback and data in ahash_save_reqHerbert Xu
2025-02-22crypto: skcipher - Set tfm in SYNC_SKCIPHER_REQUEST_ON_STACKHerbert Xu
2025-02-09crypto: sig - Prepare for algorithms with variable signature sizeLukas Wunner
2025-01-14crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers
2024-12-21crypto: lib/gf128mul - Remove some bbe deadcodeDr. David Alan Gilbert
2024-12-14crypto: skcipher - remove support for physical address walksEric Biggers
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-11-02crypto: asymmetric_keys - Remove unused functionsDr. David Alan Gilbert
2024-10-05crypto: ecdsa - Support P1363 signature decodingLukas Wunner
2024-10-05crypto: ecdsa - Move X9.62 signature size calculation into templateLukas Wunner
2024-10-05crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner