summaryrefslogtreecommitdiff
path: root/include/crypto/internal
AgeCommit message (Expand)Author
2025-06-27Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-06-20lib/crypto: sha256: Mark sha256_choose_blocks as __always_inlineArnd Bergmann
2025-06-13crypto: testmgr - reinstate kconfig control over full self-testsEric Biggers
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu
2025-05-19crypto: testmgr - Add hash export format testingHerbert Xu
2025-05-19crypto: hmac - Add ahash supportHerbert Xu
2025-05-19crypto: hash - Add export_core and import_core hooksHerbert Xu
2025-05-19crypto: hash - Move core export and import into internel/hash.hHerbert Xu
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers
2025-05-12crypto: geniv - use memcpy_sglist() instead of null skcipherEric Biggers
2025-05-05crypto: ahash - Add HASH_REQUEST_ZEROHerbert Xu
2025-05-05crypto: lib/sha256 - Use generic block helperHerbert Xu
2025-05-05crypto: lib/sha256 - Add helpers for block-based shashHerbert Xu
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers
2025-05-05crypto: lib/poly1305 - Add block-only interfaceHerbert Xu
2025-05-05crypto: lib/sha256 - Move partial block handling outHerbert Xu
2025-04-28crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglistHerbert Xu
2025-04-28crypto: api - Add crypto_stack_request_init and initialise flags fullyHerbert Xu
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu
2025-04-23crypto: arm/blake2b - Use API partial block handlingHerbert Xu
2025-04-23crypto: blake2b-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu
2025-04-23crypto: engine - Realign struct crypto_engine to save 8 bytesThorsten Blum
2025-04-17crypto: deflate - Make the acomp walk atomicHerbert Xu
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu
2025-04-16crypto: skcipher - Realign struct skcipher_walk to save 8 bytesThorsten Blum
2025-04-16crypto: simd - Include asm/simd.h in internal/simd.hHerbert Xu
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu
2025-04-16crypto: acomp - Use request flag helpers and add acomp_request_flagsHerbert Xu
2025-04-16crypto: ahash - Remove request chainingHerbert Xu
2025-04-16crypto: acomp - Remove request chainingHerbert Xu
2025-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2025-04-12crypto: ahash - Disable request chainingHerbert Xu
2025-04-07crypto: chacha - remove <crypto/internal/chacha.h>Eric Biggers
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu
2025-04-07crypto: scomp - Allocate per-cpu buffer on first use of each CPUHerbert Xu
2025-03-21crypto: acomp - Add support for foliosHerbert Xu
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu
2025-03-21crypto: acomp - Remove dst_freeHerbert Xu
2025-03-21crypto: scomp - Remove support for some non-trivial SG listsHerbert Xu
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu
2025-03-15crypto: skcipher - Eliminate duplicate virt.addr fieldHerbert Xu