linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-21 14:58:03 to 2024-12-03 09:19:56 UTC [more...]

[PATCH 0/9] crypto: qce - refactor the driver
 2024-12-03  9:19 UTC  (7+ messages)
` [PATCH 1/9] crypto: qce - fix goto jump in error path
` [PATCH 2/9] crypto: qce - unregister previously registered algos "
` [PATCH 3/9] crypto: qce - remove unneeded call to icc_set_bw() "
` [PATCH 4/9] crypto: qce - shrink code with devres clk helpers
` [PATCH 5/9] crypto: qce - convert qce_dma_request() to use devres
` [PATCH 6/9] crypto: qce - make qce_register_algs() a managed interface

section mismatch error in aesgcm causing a build failure
 2024-12-03  9:00 UTC  (3+ messages)

[PATCH v6 0/2] New s390 specific protected key hmac
 2024-12-03  8:50 UTC  (6+ messages)
` [PATCH v6 1/2] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v6 2/2] s390/crypto: New s390 specific protected key hash phmac

[PATCH v4 00/10] zswap IAA compress batching
 2024-12-03  8:00 UTC  (29+ messages)
` [PATCH v4 01/10] crypto: acomp - Define two new interfaces for compress/decompress batching
` [PATCH v4 02/10] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v4 03/10] crypto: iaa - Implement batch_compress(), batch_decompress() API in iaa_crypto
` [PATCH v4 04/10] crypto: iaa - Make async mode the default
` [PATCH v4 05/10] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v4 06/10] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v4 07/10] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA
` [PATCH v4 08/10] crypto: iaa - Distribute compress jobs from all cores to all IAAs on a package
` [PATCH v4 09/10] mm: zswap: Allocate pool batching resources if the crypto_alg supports batching
` [PATCH v4 10/10] mm: zswap: Compress batching with Intel IAA in zswap_batch_store() of large folios

[Bug report] kernel BUG at include/linux/scatterlist.h
 2024-12-03  7:57 UTC  (14+ messages)
` [PATCH] crypto: rsassa-pkcs1 - Copy source data for SG list

Bug report (maybe fixed, but I'm not sure)
 2024-12-03  6:17 UTC  (2+ messages)

[PATCHv12 00/10] nvme: implement secure concatenation
 2024-12-02 18:27 UTC  (13+ messages)
` [PATCH 01/10] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 02/10] nvme: add nvme_auth_generate_psk()
` [PATCH 03/10] nvme: add nvme_auth_generate_digest()
` [PATCH 04/10] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 05/10] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 06/10] nvme: always include <linux/key.h>
` [PATCH 07/10] nvme-tcp: request secure channel concatenation
` [PATCH 08/10] nvme-fabrics: reset admin connection for secure concatenation
` [PATCH 09/10] nvmet-tcp: support secure channel concatenation
` [PATCH 10/10] nvmet: add tls_concat and tls_key debugfs entries

[PATCH] dt-bindings: Drop Bhupesh Sharma from maintainers
 2024-12-02 15:24 UTC  (3+ messages)

[PATCH v2] crypto: ccp: Use scoped guard for mutex
 2024-12-02 14:43 UTC  (2+ messages)

[PATCH v2 00/12] Wire up CRC-T10DIF library functions to arch-optimized code
 2024-12-02  8:33 UTC  (14+ messages)
` [PATCH v2 01/12] lib/crc-t10dif: stop wrapping the crypto API
` [PATCH v2 02/12] lib/crc-t10dif: add support for arch overrides
` [PATCH v2 03/12] crypto: crct10dif - expose arch-optimized lib function
` [PATCH v2 04/12] x86/crc-t10dif: expose CRC-T10DIF function through lib
` [PATCH v2 05/12] arm/crc-t10dif: "
` [PATCH v2 06/12] arm64/crc-t10dif: "
` [PATCH v2 07/12] powerpc/crc-t10dif: "
` [PATCH v2 08/12] lib/crc_kunit.c: add KUnit test suite for CRC library functions
` [PATCH v2 09/12] lib/crc16_kunit: delete obsolete crc16_kunit.c
` [PATCH v2 10/12] lib/crc32test: delete obsolete crc32test.c
` [PATCH v2 11/12] powerpc/crc: delete obsolete crc-vpmsum_test.c
` [PATCH v2 12/12] MAINTAINERS: add entry for CRC library

[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
 2024-12-02  1:08 UTC  (20+ messages)
` [PATCH v4 01/19] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v4 02/19] lib/crc32: improve support for arch-specific overrides
` [PATCH v4 03/19] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v4 04/19] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v4 05/19] arm/crc32: expose CRC32 functions through lib
` [PATCH v4 06/19] loongarch/crc32: "
` [PATCH v4 07/19] mips/crc32: "
` [PATCH v4 08/19] powerpc/crc32: "
` [PATCH v4 09/19] s390/crc32: "
` [PATCH v4 10/19] sparc/crc32: "
` [PATCH v4 11/19] x86/crc32: update prototype for crc_pcl()
` [PATCH v4 12/19] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v4 13/19] x86/crc32: expose CRC32 functions through lib
` [PATCH v4 14/19] bcachefs: Explicitly select CRYPTO from BCACHEFS_FS
` [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
` [PATCH v4 16/19] ext4: switch to using the crc32c library
` [PATCH v4 17/19] jbd2: "
` [PATCH v4 18/19] f2fs: switch to using the crc32 library
` [PATCH v4 19/19] scsi: target: iscsi: switch to using the crc32c library

[PATCH] MAINTAINERS: Move rhashtable over to linux-crypto
 2024-11-30 18:42 UTC  (2+ messages)

[PATCH] crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problem
 2024-11-30  8:01 UTC 

[PATCH 0/6] x86: new optimized CRC functions, with VPCLMULQDQ support
 2024-11-29 18:33 UTC  (15+ messages)
` [PATCH 1/6] x86: move zmm exclusion list into CPU feature flag
` [PATCH 2/6] scripts/crc: add gen-crc-consts.py
` [PATCH 3/6] x86/crc: add "template" for [V]PCLMULQDQ based CRC functions
` [PATCH 4/6] x86/crc32: implement crc32_le using new template
` [PATCH 5/6] x86/crc-t10dif: implement crc_t10dif "
` [PATCH 6/6] x86/crc32: implement crc32_be "

[PATCH] crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASK
 2024-11-29  9:11 UTC 

[PATCH for-next/fixes] arm64/mm: Fix false-positive !virt_addr_valid() for kernel image
 2024-11-29  8:00 UTC  (8+ messages)

[PATCH 0/2] padata: fix UAF in padata_reorder
 2024-11-29  8:00 UTC  (6+ messages)
` [PATCH 1/2] padata: add pd get/put refcnt helper
` [PATCH 2/2] padata: fix UAF in padata_reorder

[PATCH crypto-2.6] crypto: rsassa-pkcs1 - Avoid pointing to rodata in scatterlists
 2024-11-29  7:53 UTC  (2+ messages)

[PATCH] hwrng: cctrng: Add cancel_work_sync before module remove
 2024-11-28  9:39 UTC 

[PATCH] x86/aesni: fix uninit value for skcipher_walk
 2024-11-27 23:55 UTC  (2+ messages)

[PATCH 1/2] [RFC] hwrng: fix khwrng lifecycle
 2024-11-27 18:59 UTC  (3+ messages)

[PATCH v2] crypto: caam - use JobR's space to access page 0 regs
 2024-11-27 15:23 UTC  (3+ messages)

[PATCH V4 0/2] Enable TRNG for QCS8300
 2024-11-26 17:59 UTC  (7+ messages)
` [PATCH V4 1/2] dt-bindings: crypto: qcom,prng: document QCS8300
` [PATCH V4 2/2] arm64: dts: qcom: qcs8300: add TRNG node

[PATCH v5 0/3] New s390 specific protected key hmac
 2024-11-26 11:53 UTC  (7+ messages)
` [PATCH v5 1/3] crypto: api - Adjust HASH_MAX_DESCSIZE for s390-phmac context
` [PATCH v5 2/3] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v5 3/3] s390/crypto: New s390 specific protected key hash phmac

[bug] pkcs1(rsa-generic,sha256) sign test and RSA selftest failures, possibly related to sig_alg backend changes
 2024-11-25 17:45 UTC  (2+ messages)

[PATCH V5 0/2] Enable TRNG for QCS8300
 2024-11-25 17:04 UTC  (4+ messages)
` [PATCH V5 1/2] dt-bindings: crypto: qcom,prng: document QCS8300
` [PATCH V5 2/2] arm64: dts: qcom: qcs8300: add TRNG node

[syzbot] [crypto?] KMSAN: uninit-value in sw842_decompress
 2024-11-25 12:10 UTC 

[PATCH V2 0/2] Add QCrypto support for QCS8300
 2024-11-25 11:19 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: crypto: qcom-qce: document the QCS8300 crypto engine
` [PATCH V2 2/2] arm64: dts: qcom: qcs8300: add QCrypto nodes

[PATCH V3 0/2] Enable Inline crypto engine for QCS8300
 2024-11-25  7:57 UTC  (4+ messages)
` [PATCH V3 1/2] dt-bindings: crypto: ice: document the qcs8300 inline crypto engine
` [PATCH V3 2/2] arm64: dts: qcom: qcs8300: enable the "

[PATCH V2 0/2] Enable Inline crypto engine for QCS8300
 2024-11-25  6:00 UTC  (6+ messages)
` [PATCH V2 1/2] dt-bindings: crypto: ice: document the qcs8300 inline crypto engine
` [PATCH V2 2/2] arm64: dts: qcom: qcs8300: enable the "

[PATCH AUTOSEL 6.11 1/6] crypto: ecdsa - Avoid signed integer overflow on signature decoding
 2024-11-24 12:45 UTC 

[PATCH AUTOSEL 6.12 1/6] crypto: ecdsa - Avoid signed integer overflow on signature decoding
 2024-11-24 12:45 UTC 

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-11-22 23:37 UTC  (20+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements

[PATCH v2 0/3] Add SEV-SNP CipherTextHiding feature support
 2024-11-21 21:00 UTC  (13+ messages)
` [PATCH v2 3/3] x86/sev: Add SEV-SNP CipherTextHiding support


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).