aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-08crypto: skcipher - fix mismatch between mapping and unmapping orderEric Biggers1-3/+3
2025-03-08crypto: Kconfig - Select LIB generic optionHerbert Xu1-0/+3
2025-03-08crypto: acomp - Remove acomp request flagsHerbert Xu1-1/+1
2025-03-08crypto: lzo - Fix compression buffer overrunHerbert Xu2-2/+2
2025-03-08crypto: api - Move struct crypto_type into internal.hHerbert Xu1-0/+14
2025-03-02crypto/krb5: Implement crypto self-testingDavid Howells6-0/+905
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells5-0/+248
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells5-1/+374
2025-03-02crypto/krb5: Implement the AES enctypes from rfc3962David Howells5-1/+126
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_micDavid Howells2-0/+140
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functionsDavid Howells2-0/+159
2025-03-02crypto/krb5: Provide RFC3961 setkey packaging functionsDavid Howells2-4/+138
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 key derivationDavid Howells3-1/+415
2025-03-02crypto/krb5: Provide infrastructure and key derivationDavid Howells3-0/+156
2025-03-02crypto/krb5: Add an API to perform requestsDavid Howells1-0/+141
2025-03-02crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells2-0/+154
2025-03-02crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells1-0/+108
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells6-0/+180
2025-03-02crypto/krb5: Test manager dataDavid Howells2-0/+367
2025-03-02crypto: Add 'krb5enc' hash and cipher AEAD algorithmDavid Howells3-0/+517
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu1-3/+3
2025-03-02crypto: skcipher - Use restrict rather than hand-rolling accessesHerbert Xu1-28/+23
2025-03-02crypto: scatterwalk - don't split at page boundaries when !HIGHMEMEric Biggers1-2/+2
2025-03-02crypto: scatterwalk - remove obsolete functionsEric Biggers1-37/+0
2025-03-02crypto: skcipher - use the new scatterwalk functionsEric Biggers1-32/+19
2025-03-02crypto: aegis - use the new scatterwalk functionsEric Biggers1-6/+4
2025-03-02crypto: skcipher - use scatterwalk_start_at_pos()Eric Biggers1-8/+2
2025-03-02crypto: scatterwalk - add new functions for copying dataEric Biggers1-9/+50
2025-03-02crypto: scatterwalk - add new functions for skipping dataEric Biggers1-0/+15
2025-03-02crypto: bpf - Add MODULE_DESCRIPTION for skcipherArnd Bergmann1-0/+1
2025-02-22crypto: ahash - Set default reqsize from ahash_algHerbert Xu1-0/+4
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu1-31/+251
2025-02-22crypto: tcrypt - Restore multibuffer ahash testsHerbert Xu1-0/+231
2025-02-22crypto: hash - Add request chaining APIHerbert Xu2-27/+236
2025-02-22crypto: ahash - Only save callback and data in ahash_save_reqHerbert Xu1-62/+35
2025-02-22crypto: skcipher - Zap type in crypto_alloc_sync_skcipherHerbert Xu1-0/+1
2025-02-22crypto: api - Fix larval relookup type and maskHerbert Xu1-10/+7
2025-02-22crypto: null - Use spin lock instead of mutexHerbert Xu1-13/+26
2025-02-22crypto: aead - use str_yes_no() helper in crypto_aead_show()Thorsten Blum1-2/+3
2025-02-22crypto: ahash - use str_yes_no() helper in crypto_ahash_show()Thorsten Blum1-2/+3
2025-02-09crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()Lukas Wunner3-4/+4
2025-02-09crypto: sig - Prepare for algorithms with variable signature sizeLukas Wunner3-11/+7
2025-02-09crypto: skcipher - use str_yes_no() helper in crypto_skcipher_show()Thorsten Blum1-1/+2
2025-02-08crypto: crct10dif - remove from crypto APIEric Biggers6-482/+0
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-2/+2
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers1-2/+2
2025-02-08crypto: crc64-rocksoft - remove from crypto APIEric Biggers5-123/+0
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-24Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds20-1746/+298
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds6-107/+81