summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-11-02crypto: asymmetric_keys - Remove unused functionsDr. David Alan Gilbert
2024-10-05crypto: ecdsa - Support P1363 signature decodingLukas Wunner
2024-10-05crypto: ecdsa - Move X9.62 signature size calculation into templateLukas Wunner
2024-10-05crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner
2024-10-05crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner
2024-10-05crypto: sig - Move crypto_sig_*() API calls to include fileLukas Wunner
2024-10-05crypto: akcipher - Drop sign/verify operationsLukas Wunner
2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner
2024-10-05crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacksLukas Wunner
2024-10-05crypto: sig - Introduce sig_alg backendLukas Wunner
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-08-24crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu
2024-06-16crypto: ecc - Add comment to ecc_digits_from_bytes about input byte arrayStefan Berger
2024-06-07crypto: sm2 - Remove sm2 algorithmHerbert Xu
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-17crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-09crypto: lib - implement library version of AES in CFB modeArd Biesheuvel
2024-04-26crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger
2024-04-12crypto: ecc - Add nbits field to ecc_curve structureStefan Berger
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-13crypto: introduce: acomp_is_async to expose if comp drivers might sleepBarry Song
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
2024-01-26KEYS: include header for EINVAL definitionClay Chang
2023-12-29crypto: skcipher - remove excess kerneldoc membersVegard Nossum
2023-12-29crypto: shash - remove excess kerneldoc membersVegard Nossum
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu
2023-12-08crypto: skcipher - Make use of internal stateHerbert Xu
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu
2023-10-27crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov
2023-10-27crypto: ahash - optimize performance when wrapping shashEric Biggers
2023-10-27crypto: ahash - remove crypto_ahash_alignmaskEric Biggers
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers
2023-10-27crypto: shash - remove crypto_shash_alignmaskEric Biggers
2023-10-27crypto: shash - eliminate indirect call for default import and exportEric Biggers
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu
2023-10-13crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu