aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+1
2025-05-28Merge tag 'v6.16-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+5
2025-05-27crypto: shash - Fix buffer overrun in import functionHerbert Xu1-4/+5
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds113-3881/+3084
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds3-4/+6
2025-05-23crypto: api - Redo lookup on EEXISTHerbert Xu1-2/+11
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu2-88/+9
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2025-05-19crypto: xts - Only add ecb if it is not already thereHerbert Xu1-2/+2
2025-05-19crypto: lrw - Only add ecb if it is not already thereHerbert Xu1-2/+2
2025-05-19crypto: testmgr - Add hash export format testingHerbert Xu2-9/+88
2025-05-19crypto: testmgr - Use ahash for generic tfmHerbert Xu1-19/+18
2025-05-19crypto: hmac - Add ahash supportHerbert Xu2-14/+334
2025-05-19crypto: testmgr - Ignore EEXIST on shash allocationHerbert Xu1-1/+1
2025-05-19crypto: algapi - Add driver template support to crypto_inst_setnameHerbert Xu1-4/+4
2025-05-19crypto: shash - Set reqsize in shash_algHerbert Xu2-1/+2
2025-05-19crypto: hmac - Add export_core and import_coreHerbert Xu1-0/+19
2025-05-19crypto: hmac - Zero shash desc in setkeyHerbert Xu1-25/+10
2025-05-19crypto: ahash - Handle partial blocks in APIHerbert Xu1-279/+248
2025-05-19crypto: hash - Add export_core and import_core hooksHerbert Xu2-11/+55
2025-05-19crypto: algif_hash - fix double free in hash_acceptIvan Pravdin1-4/+0
2025-05-12crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTSEric Biggers2-4/+4
2025-05-12crypto: Kconfig - make CRYPTO_MANAGER a hidden symbolEric Biggers1-1/+1
2025-05-12crypto: testmgr - rename noextratests to noslowtestsEric Biggers1-21/+20
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers2-67/+5
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers8-25/+29
2025-05-12crypto: testmgr - remove panic_on_failEric Biggers1-7/+3
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers4-10/+14
2025-05-12crypto: null - use memcpy_sglist()Eric Biggers1-13/+4
2025-05-12crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULLEric Biggers2-8/+4
2025-05-12crypto: null - remove the default null skcipherEric Biggers1-53/+0
2025-05-12crypto: krb5enc - do not select CRYPTO_NULLEric Biggers1-1/+0
2025-05-12crypto: geniv - use memcpy_sglist() instead of null skcipherEric Biggers4-42/+7
2025-05-12crypto: gcm - use memcpy_sglist() instead of null skcipherEric Biggers2-38/+4
2025-05-12crypto: authenc - use memcpy_sglist() instead of null skcipherEric Biggers3-67/+4
2025-05-12crypto: algif_aead - use memcpy_sglist() instead of null skcipherEric Biggers2-84/+18
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-8/+8
2025-05-05crypto: ahash - Add core export and importHerbert Xu1-1/+24
2025-05-05crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahashHerbert Xu1-9/+18
2025-05-05crypto: shash - Mark shash algorithms as REQ_VIRTHerbert Xu1-0/+1
2025-05-05crypto: shash - Cap state size to HASH_MAX_STATESIZEHerbert Xu1-0/+2
2025-05-05crypto: sha256 - Use the partial block APIHerbert Xu1-23/+58
2025-05-05crypto: sha256 - Use the partial block API for genericHerbert Xu1-37/+42
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu4-7/+7
2025-05-05crypto: acomp - Clone folios properlyHerbert Xu1-0/+18
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu76-82/+76
2025-05-05crypto: streebog - Use API partial block handlingHerbert Xu1-46/+25
2025-05-05crypto: rmd160 - Use API partial block handlingHerbert Xu1-52/+36
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers4-103/+246