aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+6
2025-04-14rxrpc: Add the security index for yfs-rxgkDavid Howells1-0/+5
2025-04-12crypto: ahash - Disable request chainingHerbert Xu2-2/+6
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
2023-08-11crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu1-0/+3
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds12-29/+259
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-6/+3
2023-06-26crypto: sm2 - Provide sm2_compute_z_digest when sm2 is disabledHerbert Xu1-0/+9
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-2/+0
2023-06-23KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu2-11/+3
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu2-0/+157
2023-06-23crypto: akcipher - Add sync interface without SG listsHerbert Xu1-0/+36
2023-06-23crypto: api - Remove crypto_init_ops()Dmitry Safonov1-1/+0
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells1-4/+2
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells1-0/+1
2023-06-05cyrpto/b128ops: Remove struct u128Peter Zijlstra1-11/+3
2023-05-24crypto: cipher - Add crypto_clone_cipherHerbert Xu1-0/+2
2023-05-19crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu1-14/+36
2023-05-19crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu1-1/+1
2023-05-12crypto: engine - Fix struct crypto_engine_op docDavid Yang1-1/+1
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu1-0/+6
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu2-1/+8
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds12-195/+534
2023-04-24KEYS: CA link restrictionEric Snowberg1-0/+15
2023-04-24KEYS: X.509: Parse Key UsageEric Snowberg1-0/+2
2023-04-24KEYS: X.509: Parse Basic Constraints for CAEric Snowberg1-0/+2
2023-04-24KEYS: Create static version of public_key_verify_signatureEric Snowberg1-0/+9
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2-2/+8
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu1-0/+14
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu1-2/+0
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu2-62/+74
2023-03-24crypto: hash - Fix kdoc errors about HASH_ALG_COMMONHerbert Xu1-1/+2
2023-03-14crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu1-0/+13
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu1-8/+57
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu1-0/+22
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu1-18/+55
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu3-56/+126
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu1-19/+63
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu1-26/+72
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu1-0/+22
2023-03-14crypto: algapi - Move stat reporting into algapiHerbert Xu1-0/+3
2023-03-10crypto: acomp - Be more careful with request flagsHerbert Xu1-1/+3
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu2-5/+2
2023-02-13crypto: skcipher - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: kpp - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: akcipher - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: aead - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: acompress - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: api - Add scaffolding to change completion function signatureHerbert Xu1-0/+7
2023-01-20crypto: aead - fix inaccurate documentationArd Biesheuvel1-10/+10
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov1-18/+4
2023-01-06crypto: xts - restrict key lengths to approved values in FIPS modeNicolai Stange1-0/+7
2022-12-30crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel1-2/+2
2022-12-09crypto: acomp - define max size for destinationGiovanni Cabiddu1-0/+1
2022-12-05crypto: api - Use linux/cache.h instead of asm/cache.hHerbert Xu1-1/+1
2022-12-02crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu1-1/+23
2022-12-02crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu1-1/+23
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu1-1/+1
2022-12-02crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu1-2/+39
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu3-2/+5
2022-12-02crypto: kpp - Move reqsize into tfmHerbert Xu2-5/+6
2022-12-02crypto: akcipher - Move reqsize into tfmHerbert Xu2-4/+5
2022-12-02crypto: kpp - Add helper to set reqsizeHerbert Xu1-0/+6
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers1-1/+7
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu1-0/+8
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel1-0/+22
2022-10-21crypto: scatterwalk - remove duplicate function declarationsTianjia Zhang1-1/+0
2022-09-30crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gaosheng Cui1-6/+0
2022-09-30crypto: aead - Remove unused inline functions from aeadGaosheng Cui1-25/+0
2022-09-24crypto: aria - prepare generic module for optimized implementationsTaehee Yoo1-10/+7
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+4
2022-08-02crypto: add crypto_has_kpp()Hannes Reinecke1-0/+2
2022-08-02crypto: add crypto_has_shash()Hannes Reinecke1-0/+2
2022-07-15crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo1-0/+461
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld1-108/+0
2022-06-10crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry1-0/+5
2022-06-10crypto: polyval - Add POLYVAL supportNathan Huckleberry1-0/+17
2022-04-08crypto: sm4 - export sm4 constant arraysTianjia Zhang1-0/+4
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-15/+213
2022-03-08KEYS: remove support for asym_tpm keysEric Biggers1-19/+0
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel1-2/+8
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange1-0/+16
2022-03-03crypto: dh - constify struct dh's pointer membersNicolai Stange1-3/+3
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange1-4/+0
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange1-0/+75
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange1-0/+83
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-15/+25
2022-01-28crypto: sm3 - make dependent on sm3 libraryTianjia Zhang1-10/+0
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang1-0/+32