summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7 days4-2/+125
|\
| * crypto: ecdsa - Support P1363 signature decodingLukas Wunner2024-10-051-0/+1
| * crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner2024-10-051-0/+13
| * crypto: akcipher - Drop sign/verify operationsLukas Wunner2024-10-051-2/+2
| * crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner2024-10-051-0/+1
| * crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacksLukas Wunner2024-10-051-0/+28
| * crypto: sig - Introduce sig_alg backendLukas Wunner2024-10-051-0/+80
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
|/
* crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu2024-08-241-10/+2
* 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