messages from 2025-06-24 06:05:08 to 2025-06-30 16:09:20 UTC [more...]
[PATCH v2 00/14] SHA-256 library improvements
2025-06-30 16:06 UTC
[PATCH v3 00/16] SHA-512 library functions
2025-06-30 16:03 UTC (17+ messages)
` [PATCH v3 01/16] crypto: sha512 - Rename conflicting symbols
` [PATCH v3 02/16] lib/crypto: sha512: Add support for SHA-384 and SHA-512
` [PATCH v3 03/16] lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH v3 04/16] crypto: riscv/sha512 - Stop depending on sha512_generic_block_fn
` [PATCH v3 05/16] crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 library
` [PATCH v3 06/16] crypto: sha512 - Use same state format as legacy drivers
` [PATCH v3 07/16] lib/crypto: arm/sha512: Migrate optimized SHA-512 code to library
` [PATCH v3 08/16] lib/crypto: arm64/sha512: "
` [PATCH v3 09/16] mips: cavium-octeon: Move octeon-crypto.h into asm directory
` [PATCH v3 10/16] lib/crypto: mips/sha512: Migrate optimized SHA-512 code to library
` [PATCH v3 11/16] lib/crypto: riscv/sha512: "
` [PATCH v3 12/16] lib/crypto: s390/sha512: "
` [PATCH v3 13/16] lib/crypto: sparc/sha512: "
` [PATCH v3 14/16] lib/crypto: x86/sha512: "
` [PATCH v3 15/16] lib/crypto: x86/sha512: Remove unnecessary checks for nblocks==0
` [PATCH v3 16/16] crypto: sha512 - Remove sha512_base.h
[PATCH v2 0/4] crypto: Add support for shake128/256 XOFs
2025-06-30 14:38 UTC (5+ messages)
` [PATCH v2 1/4] crypto: Add squeeze function to shash_alg for support of XOFs
` [PATCH v2 2/4] crypto: Add shake128/256 to generic sha3 module
` [PATCH v2 3/4] crypto: Add tests cases for shake128 & shake256 to testmgr
` [PATCH v2 4/4] crypto: Extend testmgr with tests for shake128/256 XOFs
[PATCH v7 0/6] arm64: lan969x: Add support for Microchip LAN969x SoC
2025-06-30 13:53 UTC (7+ messages)
` [PATCH v7 1/6] "
[PATCH RFC 0/4] Reintroduce the sm2 algorithm
2025-06-30 13:39 UTC (5+ messages)
` [PATCH RFC 1/4] Revert "Revert "lib/mpi: Extend the MPI library""
` [PATCH RFC 2/4] Revert "Revert "lib/mpi: Introduce ec implementation to "
` [PATCH RFC 3/4] crypto/sm2: Rework sm2 alg with sig_alg backend
` [PATCH RFC 4/4] crypto/sm2: support SM2-with-SM3 verification of X.509 certificates
[PATCH 00/14] Various dt-bindings for SM7635 and The Fairphone (Gen. 6) addition
2025-06-30 10:21 UTC (23+ messages)
` [PATCH 01/14] dt-bindings: arm-smmu: document the support on SM7635
` [PATCH 02/14] dt-bindings: cpufreq: qcom-hw: document SM7635 CPUFREQ Hardware
` [PATCH 03/14] dt-bindings: crypto: qcom,prng: document SM7635
` [PATCH 04/14] dt-bindings: firmware: qcom,scm: document SM7635 SCM Firmware Interface
` [PATCH 05/14] dt-bindings: qcom,pdc: document the SM7635 Power Domain Controller
` [PATCH 06/14] dt-bindings: mailbox: qcom-ipcc: document the SM7635 Inter-Processor Communication Controller
` [PATCH 07/14] dt-bindings: soc: qcom,aoss-qmp: document the SM7635 Always-On Subsystem side channel
` [PATCH 08/14] dt-bindings: thermal: qcom-tsens: document the SM7635 Temperature Sensor
` [PATCH 09/14] dt-bindings: dma: qcom,gpi: document the SM7635 GPI DMA Engine
` [PATCH 10/14] dt-bindings: mmc: sdhci-msm: document the SM7635 SDHCI Controller
` [PATCH 11/14] dt-bindings: soc: qcom: qcom,pmic-glink: document SM7635 compatible
` [PATCH 12/14] dt-bindings: arm: qcom: Add SM7635 and The Fairphone (Gen. 6)
` [PATCH 13/14] arm64: dts: qcom: Add initial SM7635 dtsi
` [PATCH 14/14] arm64: dts: qcom: Add The Fairphone (Gen. 6)
[PATCH v4] crypto: riscv/poly1305 - import OpenSSL/CRYPTOGAMS implementation
2025-06-30 9:55 UTC (11+ messages)
[PATCH] crypto: zstd - fix duplicate check warning
2025-06-30 9:24 UTC
[PATCH] crypto: qat - disable ZUC-256 capability for QAT GEN5
2025-06-30 9:20 UTC
[PATCH] crypto: img-hash: Fix dma_unmap_sg() nents value
2025-06-30 9:16 UTC
[PATCH] crypto: keembay: Fix dma_unmap_sg() nents value
2025-06-30 8:57 UTC
[PATCH] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
2025-06-30 7:36 UTC (4+ messages)
kdf108_init() takes over 250 ms
2025-06-29 20:06 UTC (4+ messages)
[PATCH v2 00/10] crypto: sun8i-ce - implement request batching
2025-06-29 18:37 UTC (12+ messages)
` [PATCH v2 01/10] crypto: sun8i-ce - remove channel timeout field
` [PATCH v2 02/10] crypto: sun8i-ce - remove boilerplate in sun8i_ce_hash_digest()
` [PATCH v2 03/10] crypto: sun8i-ce - move bounce_iv and backup_iv to request context
` [PATCH v2 04/10] crypto: sun8i-ce - save hash buffers and dma info "
` [PATCH v2 05/10] crytpo: sun8i-ce - factor out prepare/unprepare code from ahash do_one_request
` [PATCH v2 06/10] crypto: sun8i-ce - fold sun8i_ce_cipher_run() into sun8i_ce_cipher_do_one()
` [PATCH v2 07/10] crypto: sun8i-ce - pass task descriptor to cipher prepare/unprepare
` [PATCH v2 08/10] crypto: sun8i-ce - factor out public versions of finalize request
` [PATCH v2 09/10] crypto: sun8i-ce - add a new function for dumping task descriptors
` [PATCH v2 10/10] crypto: sun8i-ce - implement request batching
[PATCH] hwrng: mtk - handle devm_pm_runtime_enable errors
2025-06-29 17:31 UTC
[syzbot] [crypto?] possible deadlock in padata_do_serial
2025-06-29 4:49 UTC
[PATCH 6.12.y 0/2] crypto: rng - FIPS 140-3 compliance for random number generation
2025-06-28 15:14 UTC (6+ messages)
` [PATCH 1/2] crypto: rng - Override drivers/char/random in FIPS mode
` [PATCH 2/2] Override drivers/char/random only after FIPS-mode RNGs become available
[GIT PULL] Crypto library fix for v6.16-rc4
2025-06-28 2:55 UTC (5+ messages)
[PATCH] lib/crypto: x86/sha512: Drop unnecessary ANNOTATE_NOENDBR
2025-06-27 19:09 UTC
[bug report] crypto: zstd - convert to acomp
2025-06-27 16:21 UTC (3+ messages)
[PATCH] nvmem: layouts: Switch from crc32() to crc32_le()
2025-06-27 10:57 UTC (2+ messages)
[PATCH v11 0/4] dd Loongson Security Engine chip driver
2025-06-27 10:15 UTC (13+ messages)
` [PATCH v11 3/4] tpm: Add a driver for Loongson TPM device
[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-06-27 9:15 UTC (5+ messages)
` [PATCH v14 04/19] x86: Secure Launch main header file
Syzbot finding: invalid-load in arch/s390/crypto/sha_common.c
2025-06-27 7:13 UTC (4+ messages)
[PATCH] apparmor: use SHA-256 library API instead of crypto_shash API
2025-06-27 6:14 UTC (7+ messages)
[GIT PULL] Crypto Fixes for 6.16
2025-06-27 5:08 UTC (6+ messages)
[PATCH v5 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
2025-06-26 18:35 UTC (6+ messages)
[PATCH] crypto/ccp: Fix locking on alloc failure handling
2025-06-26 14:50 UTC (5+ messages)
[PATCH v12 0/6] New s390 specific protected key hmac
2025-06-26 10:54 UTC (4+ messages)
[linux-next:master] [padata] 71203f68c7: unixbench.throughput 3.1% regression
2025-06-26 2:57 UTC
[PATCH] fscrypt: don't use hardware offload Crypto API drivers
2025-06-26 2:36 UTC (14+ messages)
[bug report] crypto: aspeed/hash - Add fallback
2025-06-25 15:21 UTC
[PATCH net-next v2 14/14] octeontx2-pf: ipsec: Add XFRM state and policy hooks for inbound flows
2025-06-25 14:38 UTC (2+ messages)
cmac-sm4 & xcbc-sm4 issue
2025-06-25 10:09 UTC
[PATCH v12 0/6] New s390 specific protected key hmac
2025-06-25 9:04 UTC
[PATCH] lib/crypto: sha256: Add tests for HMAC-SHA224 and HMAC-SHA256
2025-06-25 7:11 UTC
[PATCH 00/18] SHA-256 library improvements
2025-06-25 7:08 UTC (19+ messages)
` [PATCH 01/18] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
` [PATCH 02/18] cxl/test: Simplify fw_buf_checksum_show()
` [PATCH 03/18] crypto: sha512 - Use the correct legacy export format
` [PATCH 04/18] lib/crypto: sha512: Reorder some code in sha512.c
` [PATCH 05/18] lib/crypto: sha512: Do not include <crypto/internal/sha2.h>
` [PATCH 06/18] lib/crypto: sha512: Fix a grammatical error in kerneldoc comments
` [PATCH 07/18] lib/crypto: sha256: Reorder some code
` [PATCH 08/18] lib/crypto: sha256: Remove sha256_blocks_simd()
` [PATCH 09/18] lib/crypto: sha256: Add sha224() and sha224_update()
` [PATCH 10/18] lib/crypto: sha256: Make library API use strongly-typed contexts
` [PATCH 11/18] lib/crypto: sha256: Propagate sha256_block_state type to implementations
` [PATCH 12/18] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
` [PATCH 13/18] crypto: sha256 - Wrap library and add HMAC support
` [PATCH 14/18] crypto: sha256 - Use same state format as legacy drivers
` [PATCH 15/18] lib/crypto: sha512: Remove sha256_is_arch_optimized()
` [PATCH 16/18] lib/crypto: sha256: Consolidate into single module
` [PATCH 17/18] lib/crypto: sha256: Sync sha256_update() with sha512_update()
` [PATCH 18/18] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
[PATCH] crypto: qat - Use crypto_shash_export_core
2025-06-25 3:42 UTC
[PATCH] crypto: chelsio - Use crypto_shash_export_core
2025-06-25 3:37 UTC
[PATCH] crypto: padlock-sha - Add support for Zhaoxin processor
2025-06-25 1:51 UTC (5+ messages)
[PATCH v2] crypto: ccp - Fix crash when rebind ccp device for ccp.ko
2025-06-24 18:16 UTC (2+ messages)
OOPs in 6.16-rc2 crypto_shash_export due to partial block handling
2025-06-24 16:59 UTC (6+ messages)
` dm-crypt: Extend state buffer size in crypt_iv_lmk_one
CI: another regression on linux-next with s390 sha384/sha512
2025-06-24 14:14 UTC (2+ messages)
[PATCH v12 00/22] Support more Amlogic SoC families in crypto driver
2025-06-24 13:52 UTC (23+ messages)
` [PATCH v12 01/22] crypto: amlogic - Don't hardcode IRQ count
` [PATCH v12 02/22] crypto: amlogic - Add platform data
` [PATCH v12 03/22] crypto: amlogic - Remove clock input
` [PATCH v12 04/22] crypto: amlogic - Add MMIO helpers
` [PATCH v12 05/22] crypto: amlogic - Move get_engine_number()
` [PATCH v12 06/22] crypto: amlogic - Drop status field from meson_flow
` [PATCH v12 07/22] crypto: amlogic - Move algs definition and cipher API to cipher.c
` [PATCH v12 08/22] crypto: amlogic - Cleanup defines
` [PATCH v12 09/22] crypto: amlogic - Process more than MAXDESCS descriptors
` [PATCH v12 10/22] crypto: amlogic - Avoid kzalloc in engine thread
` [PATCH v12 11/22] crypto: amlogic - Introduce hasher
` [PATCH v12 12/22] crypto: amlogic - Use fallback for 192-bit keys
` [PATCH v12 13/22] crypto: amlogic - Add support for G12-series
` [PATCH v12 14/22] crypto: amlogic - Add support for AXG-series
` [PATCH v12 15/22] crypto: amlogic - Add support for A1-series
` [PATCH v12 16/22] dt-bindings: crypto: amlogic,gxl-crypto: correct clk and interrupt lines
` [PATCH v12 17/22] dt-bindings: crypto: amlogic,gxl-crypto: support new SoC's
` [PATCH v12 18/22] arm64: dts: amlogic: gxl: correct crypto node definition
` [PATCH v12 19/22] arm64: dts: amlogic: a1: add crypto node
` [PATCH v12 20/22] arm64: dts: amlogic: s4: "
` [PATCH v12 21/22] arm64: dts: amlogic: g12: "
` [PATCH v12 22/22] arm64: dts: amlogic: axg: "
[PATCH v3 0/6] Add SPAcc Crypto Driver
2025-06-24 7:49 UTC (12+ messages)
` [PATCH v3 1/6] dt-bindings: crypto: Document support for SPAcc
[PATCH v2 00/10] SAMA7D65 Add support for Crypto, CAN and PWM
2025-06-24 7:18 UTC (2+ messages)
[PATCH] crypto: ccp - Fix crash when rebind ccp device for ccp.ko
2025-06-24 6:04 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).