aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/internal
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: ahash - remove support for nonzero alignmaskGravatar Eric Biggers 1-3/+1
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Gravatar Eric Biggers 1-5/+0
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersGravatar Herbert Xu 1-42/+0
2023-10-13crypto: skcipher - Add crypto_spawn_skcipher_alg_commonGravatar Herbert Xu 1-0/+6
2023-09-20crypto: skcipher - Add lskcipherGravatar Herbert Xu 1-14/+100
2023-08-18crypto: engine - Move struct crypto_engine into internal/engine.hGravatar Herbert Xu 1-0/+61
2023-08-18crypto: engine - Create internal/engine.hGravatar Herbert Xu 1-0/+13
2023-06-23crypto: sig - Add interface for sign/verifyGravatar Herbert Xu 1-0/+17
2023-05-24crypto: cipher - Add crypto_clone_cipherGravatar Herbert Xu 1-0/+2
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableGravatar Herbert Xu 1-0/+6
2023-05-12crypto: hash - Add statesize to crypto_ahashGravatar Herbert Xu 1-0/+6
2023-04-20crypto: hash - Add crypto_clone_ahash/shashGravatar Herbert Xu 1-2/+0
2023-03-14crypto: acomp - Count error stats differentlyGravatar Herbert Xu 2-10/+48
2023-02-13crypto: skcipher - Use crypto_request_completeGravatar Herbert Xu 1-1/+1
2023-02-13crypto: kpp - Use crypto_request_completeGravatar Herbert Xu 1-1/+1
2023-02-13crypto: hash - Use crypto_request_completeGravatar Herbert Xu 1-1/+1
2023-02-13crypto: akcipher - Use crypto_request_completeGravatar Herbert Xu 1-1/+1
2023-02-13crypto: aead - Use crypto_request_completeGravatar Herbert Xu 1-1/+1
2023-02-13crypto: acompress - Use crypto_request_completeGravatar Herbert Xu 1-1/+1
2022-12-02crypto: kpp - Add ctx helpers with DMA alignmentGravatar Herbert Xu 1-1/+23
2022-12-02crypto: akcipher - Add ctx helpers with DMA alignmentGravatar Herbert Xu 1-1/+23
2022-12-02crypto: skcipher - Add ctx helpers with DMA alignmentGravatar Herbert Xu 1-0/+22
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentGravatar Herbert Xu 1-0/+22
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentGravatar Herbert Xu 1-0/+22
2022-12-02crypto: Prepare to move crypto_tfm_ctxGravatar Herbert Xu 2-1/+4
2022-12-02crypto: kpp - Move reqsize into tfmGravatar Herbert Xu 1-1/+1
2022-12-02crypto: akcipher - Move reqsize into tfmGravatar Herbert Xu 1-1/+1
2022-12-02crypto: kpp - Add helper to set reqsizeGravatar Herbert Xu 1-0/+6
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Gravatar Eric Biggers 1-1/+7
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsGravatar Herbert Xu 1-0/+8
2022-09-30crypto: aead - Remove unused inline functions from aeadGravatar Gaosheng Cui 1-25/+0
2022-06-10crypto: blake2s - remove shash moduleGravatar Jason A. Donenfeld 1-108/+0
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+158
2022-03-03crypto: kpp - provide support for KPP spawnsGravatar Nicolai Stange 1-0/+75
2022-03-03crypto: kpp - provide support for KPP template instancesGravatar Nicolai Stange 1-0/+83
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIGravatar Jason A. Donenfeld 1-15/+25
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+71
2022-01-07lib/crypto: blake2s: include as built-inGravatar Jason A. Donenfeld 1-3/+3
2021-11-26crypto: kdf - Add key derivation self-test support codeGravatar Stephan Müller 1-0/+71
2021-10-29crypto: ecc - Export additional helper functionsGravatar Daniele Alessandrelli 1-0/+36
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalGravatar Daniele Alessandrelli 1-0/+245
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIGravatar Ard Biesheuvel 1-7/+1
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationGravatar Arnd Bergmann 1-1/+2
2021-01-14crypto: x86 - remove glue helper moduleGravatar Ard Biesheuvel 1-1/+0
2021-01-03crypto: blake2b - sync with blake2s implementationGravatar Eric Biggers 1-0/+115
2021-01-03crypto: blake2s - adjust include guard namingGravatar Eric Biggers 1-3/+3
2021-01-03crypto: blake2s - optimize blake2s initializationGravatar Eric Biggers 1-4/+1
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeGravatar Eric Biggers 1-5/+60
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hGravatar Eric Biggers 1-0/+41
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 2-0/+219