summaryrefslogtreecommitdiffstats
path: root/include/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-11-197-80/+271
|\
| * crypto: asymmetric_keys - Remove unused functionsDr. David Alan Gilbert2024-11-021-3/+0
| * crypto: ecdsa - Support P1363 signature decodingLukas Wunner2024-10-051-0/+1
| * crypto: ecdsa - Move X9.62 signature size calculation into templateLukas Wunner2024-10-051-0/+38
| * crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner2024-10-051-7/+7
| * crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner2024-10-051-0/+13
| * crypto: sig - Move crypto_sig_*() API calls to include fileLukas Wunner2024-10-051-11/+36
| * crypto: akcipher - Drop sign/verify operationsLukas Wunner2024-10-052-63/+10
| * 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-052-0/+141
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-028-8/+8
|/
* 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
* crypto: sm2 - Remove sm2 algorithmHerbert Xu2024-06-071-28/+0
* 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-193-8/+11
|\ \
| * | mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-263-8/+11
* | | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-181-1/+2
|\ \ \
| * | | net: change proto and proto_ops accept typeJens Axboe2024-05-141-1/+2
| |/ /
* | | Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-1314-341/+38
|\ \ \ | | |/ | |/|
| * | crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger2024-04-261-1/+2
| * | crypto: ecc - Add NIST P521 curve parametersStefan Berger2024-04-121-0/+1
| * | crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger2024-04-121-1/+2
| * | crypto: ecc - Add nbits field to ecc_curve structureStefan Berger2024-04-121-0/+2
| * | crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger2024-04-121-0/+21
| * | crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-0211-339/+10
| |/
* / crypto: lib - implement library version of AES in CFB modeArd Biesheuvel2024-05-091-0/+5
|/
* Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-152-2/+1
|\
| * Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu2024-03-1311-12/+367
| * crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-03-0111-367/+12
| * crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers2024-02-021-2/+0
| * KEYS: include header for EINVAL definitionClay Chang2024-01-261-0/+1
* | crypto: introduce: acomp_is_async to expose if comp drivers might sleepBarry Song2024-03-131-0/+6
|/
* crypto: skcipher - remove excess kerneldoc membersVegard Nossum2023-12-291-16/+0
* crypto: shash - remove excess kerneldoc membersVegard Nossum2023-12-291-4/+0
* crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu2023-12-081-0/+2
* crypto: skcipher - Make use of internal stateHerbert Xu2023-12-081-0/+33
* crypto: skcipher - Add internal state supportHerbert Xu2023-12-081-9/+75
* crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu2023-12-081-0/+3
* crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov2023-10-271-0/+1
* crypto: ahash - optimize performance when wrapping shashEric Biggers2023-10-271-63/+5
* crypto: ahash - remove crypto_ahash_alignmaskEric Biggers2023-10-271-6/+0
* crypto: ahash - remove support for nonzero alignmaskEric Biggers2023-10-271-3/+1
* crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers2023-10-272-10/+0
* crypto: shash - remove crypto_shash_alignmaskEric Biggers2023-10-271-6/+0
* crypto: shash - eliminate indirect call for default import and exportEric Biggers2023-10-271-13/+2
* crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu2023-10-132-66/+1
* crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu2023-10-131-0/+6