summaryrefslogtreecommitdiff
path: root/include/crypto/internal
AgeCommit message (Expand)Author
2024-04-26crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-03-13Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu
2023-10-13crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu
2023-08-18crypto: engine - Move struct crypto_engine into internal/engine.hHerbert Xu
2023-08-18crypto: engine - Create internal/engine.hHerbert Xu
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu
2023-05-24crypto: cipher - Add crypto_clone_cipherHerbert Xu
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu
2023-02-13crypto: skcipher - Use crypto_request_completeHerbert Xu
2023-02-13crypto: kpp - Use crypto_request_completeHerbert Xu
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu
2023-02-13crypto: akcipher - Use crypto_request_completeHerbert Xu
2023-02-13crypto: aead - Use crypto_request_completeHerbert Xu
2023-02-13crypto: acompress - Use crypto_request_completeHerbert Xu
2022-12-02crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu
2022-12-02crypto: kpp - Move reqsize into tfmHerbert Xu
2022-12-02crypto: akcipher - Move reqsize into tfmHerbert Xu
2022-12-02crypto: kpp - Add helper to set reqsizeHerbert Xu
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu
2022-09-30crypto: aead - Remove unused inline functions from aeadGaosheng Cui
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2021-11-26crypto: kdf - Add key derivation self-test support codeStephan Müller
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann