aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+5
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu1-6/+0
2025-05-19crypto: testmgr - Add hash export format testingHerbert Xu1-0/+6
2025-05-19crypto: hmac - Add ahash supportHerbert Xu2-1/+11
2025-05-19crypto: algapi - Add driver template support to crypto_inst_setnameHerbert Xu1-2/+10
2025-05-19crypto: ahash - Handle partial blocks in APIHerbert Xu1-2/+10
2025-05-19crypto: hash - Add export_core and import_core hooksHerbert Xu2-0/+13
2025-05-19crypto: hash - Move core export and import into internel/hash.hHerbert Xu2-48/+48
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers1-4/+2
2025-05-12crypto: null - remove the default null skcipherEric Biggers1-3/+0
2025-05-12crypto: geniv - use memcpy_sglist() instead of null skcipherEric Biggers1-1/+0
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-11/+16
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers1-0/+6
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-28/+37
2025-05-05crypto: ahash - Add HASH_REQUEST_ZEROHerbert Xu1-0/+4
2025-05-05crypto: ahash - Add core export and importHerbert Xu1-0/+24
2025-05-05crypto: shash - Cap state size to HASH_MAX_STATESIZEHerbert Xu1-1/+4
2025-05-05crypto: zynqmp-sha - Fix partial block implementationHerbert Xu1-0/+4
2025-05-05crypto: lib/sha256 - Use generic block helperHerbert Xu1-7/+0
2025-05-05crypto: sha256 - Use the partial block API for genericHerbert Xu1-2/+12
2025-05-05crypto: lib/sha256 - Add helpers for block-based shashHerbert Xu1-0/+45
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu3-6/+6
2025-05-05crypto: acomp - Clone folios properlyHerbert Xu1-6/+2
2025-05-05crypto: rng - fix documentation for crypto_rng_alg()Ovidiu Panait1-5/+3
2025-05-05crypto: streebog - Use API partial block handlingHerbert Xu1-5/+0
2025-05-05crypto: lib/sha256 - improve function prototypesEric Biggers1-4/+4
2025-05-05crypto: sha256 - remove sha256_base.hEric Biggers1-151/+0
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers3-15/+37
2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu1-47/+6
2025-05-05crypto: lib/poly1305 - Add block-only interfaceHerbert Xu2-8/+45
2025-05-05crypto: lib/sha256 - Move partial block handling outHerbert Xu3-37/+62
2025-04-28crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglistHerbert Xu3-61/+64
2025-04-28crypto: api - Add crypto_stack_request_init and initialise flags fullyHerbert Xu4-8/+6
2025-04-28crypto: polyval-generic - Use API partial block handlingHerbert Xu1-8/+0
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu4-8/+24
2025-04-23crypto: lib/sm3 - Remove partial block helpersHerbert Xu2-64/+2
2025-04-23crypto: sm3-generic - Use API partial block handlingHerbert Xu2-2/+44
2025-04-23crypto: sha512_base - Remove partial block helpersHerbert Xu1-64/+0
2025-04-23crypto: sha512-generic - Use API partial block handlingHerbert Xu1-8/+0
2025-04-23crypto: riscv/sha512 - Use API partial block handlingHerbert Xu1-0/+6
2025-04-23crypto: x86/sha512 - Use API partial block handlingHerbert Xu2-5/+50
2025-04-23crypto: zynqmp-sha - Use API partial block handlingHerbert Xu1-5/+0
2025-04-23crypto: sha3-generic - Use API partial block handlingHerbert Xu1-3/+4
2025-04-23crypto: arm64/sha3-ce - Use API partial block handlingHerbert Xu1-1/+3
2025-04-23crypto: sha256_base - Remove partial block helpersHerbert Xu1-37/+13
2025-04-23crypto: sha256-generic - Use API partial block handlingHerbert Xu1-6/+0
2025-04-23crypto: riscv/sha256 - Use API partial block handlingHerbert Xu1-0/+3
2025-04-23crypto: x86/sha256 - Use API partial block handlingHerbert Xu2-7/+78
2025-04-23crypto: sha1_base - Remove partial block helpersHerbert Xu1-61/+0
2025-04-23crypto: sha1-generic - Use API partial block handlingHerbert Xu1-8/+0
2025-04-23crypto: x86/sha1 - Use API partial block handlingHerbert Xu2-4/+39
2025-04-23crypto: md5-generic - Use API partial block handlingHerbert Xu1-1/+2
2025-04-23crypto: riscv/ghash - Use API partial block handlingHerbert Xu1-1/+0
2025-04-23crypto: ghash-generic - Use API partial block handlingHerbert Xu1-1/+2
2025-04-23crypto: arm/blake2b - Use API partial block handlingHerbert Xu2-73/+10
2025-04-23crypto: blake2b-generic - Use API partial block handlingHerbert Xu2-20/+60
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu2-29/+68
2025-04-23crypto: engine - Realign struct crypto_engine to save 8 bytesThorsten Blum1-3/+2
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+6
2025-04-17crypto: deflate - Make the acomp walk atomicHerbert Xu1-1/+1
2025-04-16crypto: poly1305 - remove rset and sset fields of poly1305_desc_ctxEric Biggers1-4/+0
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers1-0/+9
2025-04-16crypto: sm3-base - Use sm3_initHerbert Xu1-12/+1
2025-04-16crypto: lib/sm3 - Export generic block functionHerbert Xu1-0/+1
2025-04-16crypto: hash - Update HASH_MAX_DESCSIZE commentHerbert Xu1-2/+2
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu2-11/+69
2025-04-16crypto: shash - Remove dynamic descsizeHerbert Xu1-2/+1
2025-04-16crypto: skcipher - Realign struct skcipher_walk to save 8 bytesThorsten Blum1-2/+1
2025-04-16crypto: simd - Include asm/simd.h in internal/simd.hHerbert Xu1-3/+1
2025-04-16crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERYLukas Wunner1-1/+1
2025-04-16crypto: ahash - Use cra_reqsizeHerbert Xu1-3/+0
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu1-3/+0
2025-04-16crypto: ctr - Remove unnecessary header inclusionsHerbert Xu1-3/+0
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu2-53/+8
2025-04-16crypto: acomp - Remove ACOMP_REQUEST_ALLOCHerbert Xu1-21/+0
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu2-12/+29
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu1-0/+26
2025-04-16crypto: acomp - Use request flag helpers and add acomp_request_flagsHerbert Xu2-11/+22
2025-04-16crypto: api - Add helpers to manage request flagsHerbert Xu1-0/+5
2025-04-16crypto: ahash - Remove request chainingHerbert Xu3-22/+0
2025-04-16crypto: acomp - Remove request chainingHerbert Xu2-19/+0
2025-04-14rxrpc: Add the security index for yfs-rxgkDavid Howells1-0/+5
2025-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-2/+6
2025-04-12crypto: ahash - Disable request chainingHerbert Xu2-2/+6
2025-04-07crypto: chacha - remove <crypto/internal/chacha.h>Eric Biggers1-43/+0
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers1-0/+9
2025-04-07crypto: ctr - remove unused crypto_ctr_encrypt_walk()Ard Biesheuvel1-47/+0
2025-04-07crypto: hash - Do not use shash in hard IRQsHerbert Xu1-9/+9
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu1-0/+44
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu2-19/+42
2025-04-07crypto: scomp - Allocate per-cpu buffer on first use of each CPUHerbert Xu3-7/+13
2025-04-07crypto: api - Move alg destroy work from instance to templateHerbert Xu1-2/+3
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds14-155/+911
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers1-10/+1
2025-03-21crypto: acomp - Add support for foliosHerbert Xu2-4/+103
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu2-3/+83
2025-03-21crypto: acomp - Remove dst_freeHerbert Xu1-2/+0
2025-03-21crypto: scomp - Remove support for some non-trivial SG listsHerbert Xu2-16/+3
2025-03-21crypto: scatterwalk - Use nth_page instead of doing it by handHerbert Xu1-10/+20
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers1-19/+24
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke1-0/+20
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu2-13/+227
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu3-29/+26
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu1-4/+4
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu2-2/+2
2025-03-15crypto: skcipher - Eliminate duplicate virt.addr fieldHerbert Xu2-7/+24
2025-03-15crypto: scatterwalk - Add memcpy_sglistHerbert Xu1-0/+3
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu2-17/+25
2025-03-08crypto: acomp - Remove acomp request flagsHerbert Xu1-4/+2
2025-03-08crypto: api - Move struct crypto_type into internal.hHerbert Xu1-14/+0
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells1-0/+4
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells1-0/+4
2025-03-02crypto/krb5: Provide infrastructure and key derivationDavid Howells1-0/+10
2025-03-02crypto/krb5: Add an API to perform requestsDavid Howells1-0/+21
2025-03-02crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells1-0/+7
2025-03-02crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells1-0/+9
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells1-0/+54
2025-03-02crypto: Add 'krb5enc' hash and cipher AEAD algorithmDavid Howells1-0/+2
2025-03-02crypto/krb5: Add some constants out of sunrpc headersDavid Howells1-0/+51
2025-03-02crypto: skcipher - Use restrict rather than hand-rolling accessesHerbert Xu1-6/+8
2025-03-02crypto: scatterwalk - don't split at page boundaries when !HIGHMEMEric Biggers1-22/+57
2025-03-02crypto: scatterwalk - remove obsolete functionsEric Biggers1-25/+0
2025-03-02crypto: scatterwalk - add scatterwalk_get_sglist()Eric Biggers1-0/+17
2025-03-02crypto: scatterwalk - add new functions for copying dataEric Biggers1-2/+22
2025-03-02crypto: scatterwalk - add new functions for iterating through dataEric Biggers1-6/+63
2025-03-02crypto: scatterwalk - add new functions for skipping dataEric Biggers1-0/+18
2025-03-02crypto: scatterwalk - move to next sg entry just in timeEric Biggers1-9/+10
2025-02-22crypto: ahash - Set default reqsize from ahash_algHerbert Xu1-0/+3
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu2-2/+41
2025-02-22crypto: hash - Add request chaining APIHerbert Xu3-10/+39
2025-02-22crypto: ahash - Only save callback and data in ahash_save_reqHerbert Xu1-3/+0
2025-02-22crypto: skcipher - Set tfm in SYNC_SKCIPHER_REQUEST_ON_STACKHerbert Xu1-6/+13
2025-02-09crypto: sig - Prepare for algorithms with variable signature sizeLukas Wunner1-2/+3
2025-01-14crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers1-1/+1
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers1-23/+0
2024-12-21crypto: lib/gf128mul - Remove some bbe deadcodeDr. David Alan Gilbert1-5/+1
2024-12-14crypto: skcipher - remove support for physical address walksEric Biggers1-12/+0
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-80/+271
2024-11-02crypto: asymmetric_keys - Remove unused functionsDr. David Alan Gilbert1-3/+0
2024-10-05crypto: ecdsa - Support P1363 signature decodingLukas Wunner1-0/+1
2024-10-05crypto: ecdsa - Move X9.62 signature size calculation into templateLukas Wunner1-0/+38
2024-10-05crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner1-7/+7
2024-10-05crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner1-0/+13
2024-10-05crypto: sig - Move crypto_sig_*() API calls to include fileLukas Wunner1-11/+36
2024-10-05crypto: akcipher - Drop sign/verify operationsLukas Wunner2-63/+10
2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner1-0/+1
2024-10-05crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacksLukas Wunner1-0/+28
2024-10-05crypto: sig - Introduce sig_alg backendLukas Wunner2-0/+141
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro8-8/+8
2024-08-24crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu1-10/+2
2024-06-16crypto: ecc - Add comment to ecc_digits_from_bytes about input byte arrayStefan Berger1-0/+3
2024-06-07crypto: sm2 - Remove sm2 algorithmHerbert Xu1-28/+0
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-13/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+11
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2024-05-17crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger1-13/+2
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-1/+2
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds14-341/+38
2024-05-09crypto: lib - implement library version of AES in CFB modeArd Biesheuvel1-0/+5
2024-04-26crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger1-1/+2
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan3-8/+11
2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger1-0/+1
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger1-1/+2
2024-04-12crypto: ecc - Add nbits field to ecc_curve structureStefan Berger1-0/+2
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger1-0/+21
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers11-339/+10
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-2/+1
2024-03-13crypto: introduce: acomp_is_async to expose if comp drivers might sleepBarry Song1-0/+6
2024-03-13Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu11-12/+367
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers11-367/+12
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers1-2/+0
2024-01-26KEYS: include header for EINVAL definitionClay Chang1-0/+1
2023-12-29crypto: skcipher - remove excess kerneldoc membersVegard Nossum1-16/+0
2023-12-29crypto: shash - remove excess kerneldoc membersVegard Nossum1-4/+0
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu1-0/+2
2023-12-08crypto: skcipher - Make use of internal stateHerbert Xu1-0/+33
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu1-9/+75
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu1-0/+3
2023-10-27crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov1-0/+1
2023-10-27crypto: ahash - optimize performance when wrapping shashEric Biggers1-63/+5
2023-10-27crypto: ahash - remove crypto_ahash_alignmaskEric Biggers1-6/+0
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers1-3/+1
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers2-10/+0
2023-10-27crypto: shash - remove crypto_shash_alignmaskEric Biggers1-6/+0
2023-10-27crypto: shash - eliminate indirect call for default import and exportEric Biggers1-13/+2
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu2-66/+1
2023-10-13crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu1-0/+6
2023-10-05crypto: sig - fix kernel-doc typoRandy Dunlap1-1/+1
2023-10-05crypto: akcipher - fix kernel-doc typosRandy Dunlap1-2/+2
2023-10-01crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König1-1/+1
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu2-26/+397
2023-09-20crypto: aead - Add crypto_has_aeadHerbert Xu1-0/+12
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-69/+126
2023-08-18crypto: engine - Remove crypto_engine_ctxHerbert Xu1-4/+0
2023-08-18crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu1-5/+54
2023-08-18crypto: engine - Move struct crypto_engine into internal/engine.hHerbert Xu2-57/+62
2023-08-18crypto: engine - Create internal/engine.hHerbert Xu1-0/+13
2023-08-18crypto: engine - Move crypto inclusions out of header fileHerbert Xu1-10/+7
2023-08-18crypto: engine - Remove prepare/unprepare requestHerbert Xu1-6/+0
2023-08-17KEYS: DigitalSignature link restrictionEric Snowberg1-0/+12