summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2025-06-23crypto: wp512 - Use API partial block handlingHerbert Xu-76/+45
2025-06-18crypto: ahash - Fix infinite recursion in ahash_def_finupHerbert Xu-1/+3
2025-06-13crypto: testmgr - reinstate kconfig control over full self-testsEric Biggers-7/+33
2025-06-11crypto: hkdf - move to late_initcallEric Biggers-1/+1
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+1
2025-05-28Merge tag 'v6.16-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+5
2025-05-27crypto: shash - Fix buffer overrun in import functionHerbert Xu-4/+5
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-3881/+3084
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-4/+6
2025-05-23crypto: api - Redo lookup on EEXISTHerbert Xu-2/+11
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu-88/+9
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+0
2025-05-21include: pe.h: Fix PE definitionsPali Rohár-4/+4
2025-05-19crypto: xts - Only add ecb if it is not already thereHerbert Xu-2/+2
2025-05-19crypto: lrw - Only add ecb if it is not already thereHerbert Xu-2/+2
2025-05-19crypto: testmgr - Add hash export format testingHerbert Xu-9/+88
2025-05-19crypto: testmgr - Use ahash for generic tfmHerbert Xu-19/+18
2025-05-19crypto: hmac - Add ahash supportHerbert Xu-14/+334
2025-05-19crypto: testmgr - Ignore EEXIST on shash allocationHerbert Xu-1/+1
2025-05-19crypto: algapi - Add driver template support to crypto_inst_setnameHerbert Xu-4/+4
2025-05-19crypto: shash - Set reqsize in shash_algHerbert Xu-1/+2
2025-05-19crypto: hmac - Add export_core and import_coreHerbert Xu-0/+19
2025-05-19crypto: hmac - Zero shash desc in setkeyHerbert Xu-25/+10
2025-05-19crypto: ahash - Handle partial blocks in APIHerbert Xu-279/+248
2025-05-19crypto: hash - Add export_core and import_core hooksHerbert Xu-11/+55
2025-05-19crypto: algif_hash - fix double free in hash_acceptIvan Pravdin-4/+0
2025-05-12crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTSEric Biggers-4/+4
2025-05-12crypto: Kconfig - make CRYPTO_MANAGER a hidden symbolEric Biggers-1/+1
2025-05-12crypto: testmgr - rename noextratests to noslowtestsEric Biggers-21/+20
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers-67/+5
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers-25/+29
2025-05-12crypto: testmgr - remove panic_on_failEric Biggers-7/+3
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers-10/+14
2025-05-12crypto: null - use memcpy_sglist()Eric Biggers-13/+4
2025-05-12crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULLEric Biggers-8/+4
2025-05-12crypto: null - remove the default null skcipherEric Biggers-53/+0
2025-05-12crypto: krb5enc - do not select CRYPTO_NULLEric Biggers-1/+0
2025-05-12crypto: geniv - use memcpy_sglist() instead of null skcipherEric Biggers-42/+7
2025-05-12crypto: gcm - use memcpy_sglist() instead of null skcipherEric Biggers-38/+4
2025-05-12crypto: authenc - use memcpy_sglist() instead of null skcipherEric Biggers-67/+4
2025-05-12crypto: algif_aead - use memcpy_sglist() instead of null skcipherEric Biggers-84/+18
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers-8/+8
2025-05-05crypto: ahash - Add core export and importHerbert Xu-1/+24
2025-05-05crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahashHerbert Xu-9/+18
2025-05-05crypto: shash - Mark shash algorithms as REQ_VIRTHerbert Xu-0/+1
2025-05-05crypto: shash - Cap state size to HASH_MAX_STATESIZEHerbert Xu-0/+2
2025-05-05crypto: sha256 - Use the partial block APIHerbert Xu-23/+58
2025-05-05crypto: sha256 - Use the partial block API for genericHerbert Xu-37/+42