summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)AuthorLines
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-8/+8
2024-08-24crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu-10/+2
2024-06-16crypto: ecc - Add comment to ecc_digits_from_bytes about input byte arrayStefan Berger-0/+3
2024-06-07crypto: sm2 - Remove sm2 algorithmHerbert Xu-28/+0
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-13/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+11
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds-1/+2
2024-05-17crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger-13/+2
2024-05-13net: change proto and proto_ops accept typeJens Axboe-1/+2
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-341/+38
2024-05-09crypto: lib - implement library version of AES in CFB modeArd Biesheuvel-0/+5
2024-04-26crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger-1/+2
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan-8/+11
2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger-0/+1
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger-1/+2
2024-04-12crypto: ecc - Add nbits field to ecc_curve structureStefan Berger-0/+2
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger-0/+21
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers-339/+10
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-2/+1
2024-03-13crypto: introduce: acomp_is_async to expose if comp drivers might sleepBarry Song-0/+6
2024-03-13Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu-12/+367
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers-367/+12
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers-2/+0
2024-01-26KEYS: include header for EINVAL definitionClay Chang-0/+1
2023-12-29crypto: skcipher - remove excess kerneldoc membersVegard Nossum-16/+0
2023-12-29crypto: shash - remove excess kerneldoc membersVegard Nossum-4/+0
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu-0/+2
2023-12-08crypto: skcipher - Make use of internal stateHerbert Xu-0/+33
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu-9/+75
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu-0/+3
2023-10-27crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov-0/+1
2023-10-27crypto: ahash - optimize performance when wrapping shashEric Biggers-63/+5
2023-10-27crypto: ahash - remove crypto_ahash_alignmaskEric Biggers-6/+0
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers-3/+1
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers-10/+0
2023-10-27crypto: shash - remove crypto_shash_alignmaskEric Biggers-6/+0
2023-10-27crypto: shash - eliminate indirect call for default import and exportEric Biggers-13/+2
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu-66/+1
2023-10-13crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu-0/+6
2023-10-05crypto: sig - fix kernel-doc typoRandy Dunlap-1/+1
2023-10-05crypto: akcipher - fix kernel-doc typosRandy Dunlap-2/+2
2023-10-01crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König-1/+1
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu-26/+397
2023-09-20crypto: aead - Add crypto_has_aeadHerbert Xu-0/+12
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-69/+126
2023-08-18crypto: engine - Remove crypto_engine_ctxHerbert Xu-4/+0
2023-08-18crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu-5/+54
2023-08-18crypto: engine - Move struct crypto_engine into internal/engine.hHerbert Xu-57/+62
2023-08-18crypto: engine - Create internal/engine.hHerbert Xu-0/+13
2023-08-18crypto: engine - Move crypto inclusions out of header fileHerbert Xu-10/+7