summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2025-03-08crypto: Kconfig - Select LIB generic optionHerbert Xu
2025-03-08crypto: acomp - Remove acomp request flagsHerbert Xu
2025-03-08crypto: lzo - Fix compression buffer overrunHerbert Xu
2025-03-08crypto: api - Move struct crypto_type into internal.hHerbert Xu
2025-03-02crypto/krb5: Implement crypto self-testingDavid Howells
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: Implement the AES enctypes from rfc3962David Howells
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_micDavid Howells
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functionsDavid Howells
2025-03-02crypto/krb5: Provide RFC3961 setkey packaging functionsDavid Howells
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 key derivationDavid 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/krb5: Test manager dataDavid Howells
2025-03-02crypto: Add 'krb5enc' hash and cipher AEAD algorithmDavid Howells
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu
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: skcipher - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: aegis - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: skcipher - use scatterwalk_start_at_pos()Eric Biggers
2025-03-02crypto: scatterwalk - add new functions for copying dataEric Biggers
2025-03-02crypto: scatterwalk - add new functions for skipping dataEric Biggers
2025-03-02crypto: bpf - Add MODULE_DESCRIPTION for skcipherArnd Bergmann
2025-02-22crypto: ahash - Set default reqsize from ahash_algHerbert Xu
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu
2025-02-22crypto: tcrypt - Restore multibuffer ahash testsHerbert 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 - Zap type in crypto_alloc_sync_skcipherHerbert Xu
2025-02-22crypto: api - Fix larval relookup type and maskHerbert Xu
2025-02-22crypto: null - Use spin lock instead of mutexHerbert Xu
2025-02-22crypto: aead - use str_yes_no() helper in crypto_aead_show()Thorsten Blum
2025-02-22crypto: ahash - use str_yes_no() helper in crypto_ahash_show()Thorsten Blum
2025-02-09crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()Lukas Wunner
2025-02-09crypto: sig - Prepare for algorithms with variable signature sizeLukas Wunner
2025-02-09crypto: skcipher - use str_yes_no() helper in crypto_skcipher_show()Thorsten Blum
2025-02-08crypto: crct10dif - remove from crypto APIEric Biggers
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers
2025-02-08crypto: crc64-rocksoft - remove from crypto APIEric Biggers
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-24Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds