summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecc - Add comment to ecc_digits_from_bytes about input byte arrayStefan Berger2024-06-161-0/+3
* Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-201-13/+2
|\
| * crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger2024-05-171-13/+2
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+3
|\ \ | |/ |/|
| * mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-251-2/+3
* | crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger2024-04-261-1/+2
* | crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger2024-04-121-1/+2
* | crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger2024-04-121-0/+21
* | crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-023-18/+0
|/
* Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu2024-03-133-2/+29
* crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-03-013-29/+2
* crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers2024-02-021-2/+0
* crypto: ahash - remove support for nonzero alignmaskEric Biggers2023-10-271-3/+1
* crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers2023-10-271-5/+0
* crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu2023-10-131-42/+0
* crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu2023-10-131-0/+6
* crypto: skcipher - Add lskcipherHerbert Xu2023-09-201-14/+100
* crypto: engine - Move struct crypto_engine into internal/engine.hHerbert Xu2023-08-181-0/+61
* crypto: engine - Create internal/engine.hHerbert Xu2023-08-181-0/+13
* crypto: sig - Add interface for sign/verifyHerbert Xu2023-06-231-0/+17
* crypto: cipher - Add crypto_clone_cipherHerbert Xu2023-05-241-0/+2
* crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu2023-05-121-0/+6
* crypto: hash - Add statesize to crypto_ahashHerbert Xu2023-05-121-0/+6
* crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2023-04-201-2/+0
* crypto: acomp - Count error stats differentlyHerbert Xu2023-03-142-10/+48
* crypto: skcipher - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: kpp - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: hash - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: akcipher - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: aead - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: acompress - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-1/+23
* crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-1/+23
* crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: Prepare to move crypto_tfm_ctxHerbert Xu2022-12-022-1/+4
* crypto: kpp - Move reqsize into tfmHerbert Xu2022-12-021-1/+1
* crypto: akcipher - Move reqsize into tfmHerbert Xu2022-12-021-1/+1
* crypto: kpp - Add helper to set reqsizeHerbert Xu2022-12-021-0/+6
* Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers2022-11-251-1/+7
* crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu2022-11-181-0/+8
* crypto: aead - Remove unused inline functions from aeadGaosheng Cui2022-09-301-25/+0
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-108/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-0/+158
|\
| * crypto: kpp - provide support for KPP spawnsNicolai Stange2022-03-031-0/+75
| * crypto: kpp - provide support for KPP template instancesNicolai Stange2022-03-031-0/+83
* | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-15/+25
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-111-0/+71
|\
| * crypto: kdf - Add key derivation self-test support codeStephan Müller2021-11-261-0/+71