summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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-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
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu
2025-05-05crypto: acomp - Clone folios properlyHerbert Xu
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu
2025-05-05crypto: streebog - Use API partial block handlingHerbert Xu
2025-05-05crypto: rmd160 - Use API partial block handlingHerbert Xu
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers
2025-05-05crypto: poly1305 - Remove algorithmHerbert Xu
2025-05-05crypto: testmgr - Remove poly1305Herbert Xu
2025-05-05crypto: chacha20poly1305 - Use lib/crypto poly1305Herbert Xu
2025-04-28crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglistHerbert Xu
2025-04-28crypto: polyval-generic - Use API partial block handlingHerbert Xu
2025-04-28crypto: hash - Fix clone error handlingHerbert Xu
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers
2025-04-25crypto: engine - Remove CRYPTO_ALG_ENGINE bitHerbert Xu