linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-27 12:46:59 to 2025-08-09 17:20:01 UTC [more...]

[PATCH v2 0/3] KEYS: trusted_tpm1: HMAC fix and cleanup
 2025-08-09 17:19 UTC  (2+ messages)
` [PATCH v2 1/3] KEYS: trusted_tpm1: Compare HMAC values in constant time

[PATCH 0/3] KEYS: trusted_tpm1: HMAC fix and cleanup
 2025-08-09 10:38 UTC  (11+ messages)
` [PATCH 1/3] KEYS: trusted_tpm1: Compare HMAC values in constant time
` [PATCH 2/3] KEYS: trusted_tpm1: Use SHA-1 library instead of crypto_shash
` [PATCH 3/3] KEYS: trusted_tpm1: Move private functionality out of public header

[PATCH v2 0/2] tpm: Clean up HMAC validation and computation
 2025-08-09 10:36 UTC  (7+ messages)
` [PATCH v2 1/2] tpm: Compare HMAC values in constant time
` [PATCH v2 2/2] tpm: Use HMAC-SHA256 library instead of open-coded HMAC

[syzbot] [crypto?] KMSAN: kernel-infoleak in rng_recvmsg
 2025-08-09  9:59 UTC  (2+ messages)
` [PATCH] crypto: Prevent "

[PATCH 0/3] crypto: hisilicon - add fallback function for hisilicon accelerater driver
 2025-08-09  7:08 UTC  (4+ messages)
` [PATCH 1/3] crypto: hisilicon/zip - support fallback for zip
` [PATCH 2/3] crypto: hisilicon/hpre - support the hpre algorithm fallback
` [PATCH 3/3] crypto: hisilicon/sec2 - support skcipher/aead fallback for hardware queue unavailable

[GIT PULL] Crypto Fixes for 6.17
 2025-08-09  5:19 UTC  (3+ messages)

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-09  0:03 UTC  (27+ messages)
` [PATCH v11 01/24] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v11 02/24] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v11 03/24] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v11 04/24] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v11 05/24] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v11 06/24] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v11 07/24] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v11 08/24] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v11 09/24] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v11 10/24] crypto: iaa - Rearchitect the iaa_crypto driver to be usable by zswap and zram
` [PATCH v11 11/24] crypto: iaa - Enablers for submitting descriptors then polling for completion
` [PATCH v11 12/24] crypto: acomp - Add "void *kernel_data" in "struct acomp_req" for kernel users
` [PATCH v11 13/24] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v11 14/24] crypto: iaa - Enable async mode and make it the default
` [PATCH v11 15/24] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v11 16/24] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v11 17/24] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v11 18/24] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v11 19/24] crypto: iaa - IAA acomp_algs register the get_batch_size() interface
` [PATCH v11 20/24] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v11 21/24] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v11 23/24] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v11 24/24] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH] crypto: ccp - Remove redundant __GFP_ZERO
 2025-08-08 16:22 UTC  (2+ messages)

[PATCH v4 0/6] Add SPAcc Crypto Driver
 2025-08-08 12:26 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: crypto: Document support for SPAcc
` [PATCH v4 2/6] Add SPAcc Skcipher support
` [PATCH v4 3/6] Add SPAcc AUTODETECT Support
` [PATCH v4 4/6] Add SPAcc ahash support
` [PATCH v4 5/6] Add SPAcc AEAD support
` [PATCH v4 6/6] Add SPAcc Kconfig and Makefile

[PATCH] lib/lzo: add unlikely hints to overrun checks
 2025-08-07 11:44 UTC 

[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
 2025-08-06 13:36 UTC  (3+ messages)

[PATCH v2 0/7] MD5 library functions
 2025-08-05 22:52 UTC  (9+ messages)
` [PATCH v2 1/7] lib/crypto: md5: Add MD5 and HMAC-MD5 "
` [PATCH v2 2/7] lib/crypto: mips/md5: Migrate optimized code into library
` [PATCH v2 3/7] mips: cavium-octeon: Move octeon-crypto.c into parent dir
` [PATCH v2 4/7] lib/crypto: powerpc/md5: Migrate optimized code into library
` [PATCH v2 5/7] lib/crypto: sparc/md5: "
` [PATCH v2 6/7] crypto: md5 - Wrap library and add HMAC support
` [PATCH v2 7/7] lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5

[PATCH] crypto: ccp: Fix checks for SNP_VLEK_LOAD input buffer length
 2025-08-05 18:05 UTC  (2+ messages)

[PATCH 0/7] MD5 library functions
 2025-08-05 17:15 UTC  (26+ messages)
` [PATCH 1/7] mips: cavium-octeon: Remove Octeon optimized MD5 code
` [PATCH 2/7] mips: cavium-octeon: Move octeon-crypto.c into parent dir
` [PATCH 3/7] crypto: powerpc/md5 - Remove PowerPC optimized MD5 code
          ` Crypto use cases (was: Remove PowerPC optimized MD5 code)
              ` Crypto use cases
` [PATCH 4/7] crypto: sparc/md5 - Remove SPARC64 optimized MD5 code
` [PATCH 5/7] lib/crypto: md5: Add MD5 and HMAC-MD5 library functions
` [PATCH 6/7] crypto: md5 - Wrap library and add HMAC support
` [PATCH 7/7] lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5

[PATCH] KEYS: encrypted: Use SHA-256 library instead of crypto_shash
 2025-08-05 13:41 UTC  (2+ messages)

[PATCH AUTOSEL 6.16-5.15] crypto: hisilicon/hpre - fix dma unmap sequence
 2025-08-05 13:09 UTC  (4+ messages)
` [PATCH AUTOSEL 6.16] crypto: caam - Support iMX8QXP and variants thereof
` [PATCH AUTOSEL 6.16-6.12] crypto: ccp - Add missing bootloader info reg for pspv6
` [PATCH AUTOSEL 6.16-6.6] crypto: jitter - fix intermediary handling

[PATCH v7 0/3] update live migration configuration region
 2025-08-05  6:51 UTC  (4+ messages)
` [PATCH v7 1/3] migration: update BAR space size
` [PATCH v7 2/3] migration: qm updates BAR configuration
` [PATCH v7 3/3] migration: adapt to new migration configuration

[PATCH 00/38] MediaTek devicetree/bindings warnings sanitization
 2025-08-04  9:08 UTC  (9+ messages)
` [PATCH 04/38] ASoC: dt-bindings: mt8192-afe-pcm: Fix clocks and clock-names
` [PATCH 14/38] dt-bindings: media: mediatek,mt8195-jpeg: Allow range number in node address

[PATCH v2 0/9] sun8i-ce: small cleanups/refactoring
 2025-08-03 19:10 UTC  (10+ messages)
` [PATCH v2 1/9] crypto: sun8i-ce - remove channel timeout field
` [PATCH v2 2/9] crypto: sun8i-ce - remove boilerplate in sun8i_ce_hash_digest()
` [PATCH v2 3/9] crypto: sun8i-ce - remove unnecessary __maybe_unused annotations
` [PATCH v2 4/9] crypto: sun8i-ce - add a new function for dumping task descriptors
` [PATCH v2 5/9] crypto: sun8i-ce - move bounce_iv and backup_iv to request context
` [PATCH v2 6/9] crypto: sun8i-ce - fold sun8i_ce_cipher_run() into sun8i_ce_cipher_do_one()
` [PATCH v2 7/9] crypto: sun8i-ce - pass task descriptor to cipher prepare/unprepare
` [PATCH v2 8/9] crypto: sun8i-ce - save hash buffers and dma info to request context
` [PATCH v2 9/9] crytpo: sun8i-ce - factor out prepare/unprepare from sun8i_ce_hash_run()

[PATCH v2 00/15] Various dt-bindings for Milos and The Fairphone (Gen. 6) addition
 2025-08-02 12:04 UTC  (7+ messages)
` [PATCH v2 14/15] arm64: dts: qcom: Add initial Milos dtsi

[PATCH] drm/bridge: it6505: Use SHA-1 library instead of crypto_shash
 2025-08-02  0:05 UTC 

[PATCH] tee: Use SHA-1 library instead of crypto_shash
 2025-08-01 23:55 UTC 

[PATCH 0/2] tpm: HMAC fix and cleanup
 2025-08-01 20:14 UTC  (13+ messages)
` [PATCH 1/2] tpm: Compare HMAC values in constant time
` [PATCH 2/2] tpm: Use HMAC-SHA256 library instead of open-coded HMAC

[PATCH net] mptcp: use HMAC-SHA256 library instead of open-coded HMAC
 2025-08-01 15:17 UTC  (4+ messages)

[PATCH] crypto: padlock: fix assignment in if condition and minor style issues
 2025-08-01 11:13 UTC 

[PATCH v6 0/3] update live migration configuration region
 2025-08-01  7:58 UTC  (4+ messages)
` [PATCH v6 3/3] migration: adapt to new migration configuration

[PATCH] hw_random: nomadik: add missing dependency on ARM_AMBA
 2025-08-01  1:57 UTC 

[PATCH] lib/crypto: sha: Update Kconfig help for SHA1 and SHA256
 2025-07-31 22:42 UTC 

[PATCH] lib/crypto: sha512: Use underlying functions instead of crypto_simd_usable()
 2025-07-31 22:36 UTC 

[PATCH] lib/crypto: sha256: Use underlying functions instead of crypto_simd_usable()
 2025-07-31 22:35 UTC 

[PATCH 0/2] thunderbolt: HMAC fix and cleanup
 2025-07-31 19:25 UTC  (3+ messages)
` [PATCH 1/2] thunderbolt: Compare HMAC values in constant time
` [PATCH 2/2] thunderbolt: Use HMAC-SHA256 library instead of crypto_shash

[PATCH] libceph: Use HMAC-SHA256 library instead of crypto_shash
 2025-07-31 19:25 UTC  (2+ messages)

[GIT PULL] Crypto Update for 6.17
 2025-07-31 17:54 UTC  (2+ messages)

[syzbot] Monthly crypto report (Jul 2025)
 2025-07-31 12:52 UTC 

[PATCH] hwrng: Use us_to_ktime() where appropriate
 2025-07-31 12:17 UTC 

[PATCH v8 00/10] arm64: lan969x: Add support for Microchip LAN969x SoC
 2025-07-31  8:05 UTC  (3+ messages)
` (subset) "

Regression: hmac(sha3-224) is missing in newer kernels on s390?
 2025-07-31  1:41 UTC  (4+ messages)
  ` [PATCH] crypto: hash - Increase HASH_MAX_DESCSIZE for hmac(sha3-224-s390)

[PATCH v5 0/4] Add host kdump support for SNP
 2025-07-30 21:56 UTC  (5+ messages)
` [PATCH v5 1/4] iommu/amd: Add support to remap/unmap IOMMU buffers for kdump
` [PATCH v5 2/4] iommu/amd: Reuse device table "
` [PATCH v5 3/4] crypto: ccp: Skip SEV and SNP INIT for kdump boot
` [PATCH v5 4/4] iommu/amd: Skip enabling command/event buffers for kdump

Announce loop-AES-v3.8g file/swap crypto package
 2025-07-30 14:02 UTC 

linux-next: manual merge of the libcrypto tree with the s390 tree
 2025-07-29 23:05 UTC  (2+ messages)

[PATCH] hwrng: nomadik: add ARM_AMBA dependency
 2025-07-29 15:28 UTC 

[GIT PULL] Crypto library tests for 6.17
 2025-07-29  1:12 UTC  (2+ messages)

[GIT PULL] Crypto library conversions for 6.17
 2025-07-29  1:12 UTC  (2+ messages)

[GIT PULL] Crypto library updates for 6.17
 2025-07-29  1:12 UTC  (2+ messages)

[GIT PULL] CRC updates for 6.17
 2025-07-29  1:12 UTC  (2+ messages)

[PATCH v2] crypto: keembay - Add missing check after sg_nents_for_len()
 2025-07-28 12:03 UTC 

[PATCH 0/9] sun8i-ce: small cleanups/refactoring
 2025-07-28  8:19 UTC  (11+ messages)
` [PATCH 1/9] crypto: sun8i-ce - remove channel timeout field
` [PATCH 2/9] crypto: sun8i-ce - remove boilerplate in sun8i_ce_hash_digest()
` [PATCH 3/9] crypto: sun8i-ce - remove unnecessary __maybe_unused annotations
` [PATCH 4/9] crypto: sun8i-ce - add a new function for dumping task descriptors
` [PATCH 5/9] crypto: sun8i-ce - move bounce_iv and backup_iv to request context
` [PATCH 6/9] crypto: sun8i-ce - fold sun8i_ce_cipher_run() into sun8i_ce_cipher_do_one()
` [PATCH 7/9] crypto: sun8i-ce - pass task descriptor to cipher prepare/unprepare
` [PATCH 8/9] crypto: sun8i-ce - save hash buffers and dma info to request context
` [PATCH 9/9] crytpo: sun8i-ce - factor out prepare/unprepare from sun8i_ce_hash_run()

[PATCH] crypto: keembay - Add missing check after sg_nents_for_len()
 2025-07-27 12:37 UTC  (2+ messages)

[PATCH v8 04/10] mfd: at91-usart: Make it selectable for ARCH_MICROCHIP
 2025-07-27 12:55 UTC  (4+ messages)
` (subset) "

[PATCH] crypto: keembay - Use min() to simplify ocs_create_linked_list_from_sg()
 2025-07-27 12:46 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).