summaryrefslogtreecommitdiff
path: root/include/crypto/internal
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-13/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2024-05-17crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger1-13/+2
2024-04-26crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger1-1/+2
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-2/+3
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger1-1/+2
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger1-0/+21
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers3-18/+0
2024-03-13Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu3-2/+29
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers3-29/+2
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers1-2/+0
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers1-3/+1
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers1-5/+0
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu1-42/+0
2023-10-13crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu1-0/+6
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu1-14/+100
2023-08-18crypto: engine - Move struct crypto_engine into internal/engine.hHerbert Xu1-0/+61
2023-08-18crypto: engine - Create internal/engine.hHerbert Xu1-0/+13
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu1-0/+17
2023-05-24crypto: cipher - Add crypto_clone_cipherHerbert Xu1-0/+2
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu1-0/+6
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu1-0/+6
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu1-2/+0
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu2-10/+48
2023-02-13crypto: skcipher - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: kpp - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: akcipher - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: aead - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: acompress - Use crypto_request_completeHerbert Xu1-1/+1
2022-12-02crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu1-1/+23
2022-12-02crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu1-1/+23
2022-12-02crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu2-1/+4
2022-12-02crypto: kpp - Move reqsize into tfmHerbert Xu1-1/+1
2022-12-02crypto: akcipher - Move reqsize into tfmHerbert Xu1-1/+1
2022-12-02crypto: kpp - Add helper to set reqsizeHerbert Xu1-0/+6
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers1-1/+7
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu1-0/+8
2022-09-30crypto: aead - Remove unused inline functions from aeadGaosheng Cui1-25/+0
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld1-108/+0
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+158
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange1-0/+75
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange1-0/+83
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-15/+25
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+71
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld1-3/+3
2021-11-26crypto: kdf - Add key derivation self-test support codeStephan Müller1-0/+71