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