linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-03 13:01:09 to 2024-06-07 16:15:22 UTC [more...]

[PATCH v11 0/8] Turris Omnia MCU driver
 2024-06-07 16:15 UTC  (12+ messages)
` [PATCH v11 6/8] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG

[PATCH v16 0/5] implement getrandom() in vDSO
 2024-06-07 15:59 UTC  (29+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v16 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v16 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v16 5/5] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH v8 00/23] Support more Amlogic SoC families in crypto driver
 2024-06-07 14:12 UTC  (24+ messages)
` [PATCH v8 01/23] drivers: crypto: meson: don't hardcode IRQ count
` [PATCH v8 02/23] drviers: crypto: meson: add platform data
` [PATCH v8 03/23] drivers: crypto: meson: remove clock input
` [PATCH v8 04/23] drivers: crypto: meson: add MMIO helpers
` [PATCH v8 05/23] drivers: crypto: meson: move get_engine_number()
` [PATCH v8 06/23] drivers: crypto: meson: drop status field from meson_flow
` [PATCH v8 07/23] drivers: crypto: meson: move algs definition and cipher API to cipher.c
` [PATCH v8 08/23] drivers: crypto: meson: cleanup defines
` [PATCH v8 09/23] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v8 10/23] drivers: crypto: meson: avoid kzalloc in engine thread
` [PATCH v8 11/23] drivers: crypto: meson: introduce hasher
` [PATCH v8 12/23] drivers: crypto: meson: add support for AES-CTR
` [PATCH v8 13/23] drivers: crypto: meson: use fallback for 192-bit keys
` [PATCH v8 14/23] drivers: crypto: meson: add support for G12-series
` [PATCH v8 15/23] drivers: crypto: meson: add support for AXG-series
` [PATCH v8 16/23] drivers: crypto: meson: add support for A1-series
` [PATCH v8 17/23] dt-bindings: crypto: meson: correct clk and remove second interrupt line
` [PATCH v8 18/23] arch: arm64: dts: meson: gxl: correct crypto node definition
` [PATCH v8 19/23] dt-bindings: crypto: meson: support new SoC's
` [PATCH v8 20/23] arch: arm64: dts: meson: a1: add crypto node
` [PATCH v8 21/23] arch: arm64: dts: meson: s4: "
` [PATCH v8 22/23] arch: arm64: dts: meson: g12: "
` [PATCH v8 23/23] arch: arm64: dts: meson: axg: "

[PATCH v3] crypto: tcrypt - add skcipher speed for given alg
 2024-06-07 14:30 UTC 

[PATCH v5 0/2] x86_64 AES-GCM improvements
 2024-06-07 12:27 UTC  (2+ messages)

[PATCH] hwrng: omap - add missing MODULE_DESCRIPTION() macro
 2024-06-07 12:01 UTC  (2+ messages)

[PATCH] crypto: xilinx - add missing MODULE_DESCRIPTION() macro
 2024-06-07 12:01 UTC  (2+ messages)

[PATCH] crypto: sa2ul - add missing MODULE_DESCRIPTION() macro
 2024-06-07 12:01 UTC  (2+ messages)

[PATCH] crypto: atmel-sha204a - add missing MODULE_DESCRIPTION() macro
 2024-06-07 12:00 UTC  (2+ messages)

[PATCH] crypto: keembay - add missing MODULE_DESCRIPTION() macro
 2024-06-07 12:00 UTC  (3+ messages)

[PATCH V3 0/2] crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset
 2024-06-07 11:58 UTC  (2+ messages)

[PATCH] hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)
 2024-06-07 11:57 UTC  (2+ messages)

[PATCH v3 1/2] hwrng: stm32 - use pm_runtime_resume_and_get()
 2024-06-07 11:57 UTC  (2+ messages)

[PATCH] crypto: x86 - add missing MODULE_DESCRIPTION() macros
 2024-06-07 11:56 UTC  (2+ messages)

[PATCH 0/2] ecdsa: Use ecc_digits_from_bytes to simplify code
 2024-06-07 11:55 UTC  (9+ messages)
` [PATCH 1/2] crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits array

[PATCH] lib: crypto: add missing MODULE_DESCRIPTION() macros
 2024-06-07 11:54 UTC  (2+ messages)

[PATCH v2 0/5] Enable PSP security attributes on more SoCs
 2024-06-07 11:54 UTC  (2+ messages)

[PATCH v3 0/4] crypto: stm32/cryp - Improve stm32-cryp driver
 2024-06-07 11:53 UTC  (2+ messages)

[PATCH] crypto: ecdsa: Fix the public key format description
 2024-06-07 11:53 UTC  (2+ messages)

[PATCH 1/1] hwrng: amd - Convert PCIBIOS_* return codes to errnos
 2024-06-07 11:52 UTC  (2+ messages)

[PATCH] crypto: testmgr - test setkey in no-SIMD context
 2024-06-07 11:51 UTC  (2+ messages)

[PATCH] crypto: algif_aead: deref after NULL
 2024-06-07 11:41 UTC  (2+ messages)

[PATCH] crypto: starfive - Align rsa input data to 32-bit
 2024-06-07 11:16 UTC  (2+ messages)

[PATCH v7 0/5] KEYS: asymmetric: tpm2_key_{rsa,ecdsa}
 2024-06-07 10:58 UTC  (10+ messages)
` [PATCH v7 3/5] crypto: tpm2_key: Introduce a TPM2 key type
` [PATCH v7 4/5] keys: asymmetric: Add tpm2_key_rsa

[RFC] crypto: sa2ul - sha1/sha256/sha512 support
 2024-06-07  9:58 UTC  (6+ messages)

[PATCH] crypto: algif_aead: After having been compared to a NULL value at algif_aead.c:191, pointer 'tsgl_src' is passed as 2nd parameter in call to function 'crypto_aead_copy_sgl' at algif_aead.c:244, where it is dereferenced at algif_aead.c:85
 2024-06-06 18:21 UTC  (2+ messages)

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-06-06 16:49 UTC  (61+ messages)
` [PATCH v9 01/19] x86/boot: Place kernel_info at a fixed offset
` [PATCH v9 04/19] x86: Secure Launch Resource Table header file
` [PATCH v9 05/19] x86: Secure Launch main "
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v9 08/19] x86: Secure Launch kernel early boot stub
` [PATCH v9 09/19] x86: Secure Launch kernel late "
` [PATCH v9 10/19] x86: Secure Launch SMP bringup support
` [PATCH v9 13/19] tpm: Protect against locality counter underflow
` [PATCH v9 14/19] tpm: Ensure tpm is in known state at startup
` [PATCH v9 16/19] tpm: Add ability to set the preferred locality the TPM chip uses
` [PATCH v9 17/19] tpm: Add sysfs interface to allow setting and querying the preferred locality
` [PATCH v9 19/19] x86: EFI stub DRTM launch support for Secure Launch

[PATCH v4 0/8] Optimize dm-verity and fsverity using multibuffer hashing
 2024-06-06  9:15 UTC  (28+ messages)
` [PATCH v4 1/8] crypto: shash - add support for finup_mb
` [PATCH v4 2/8] crypto: testmgr - generate power-of-2 lengths more often
` [PATCH v4 3/8] crypto: testmgr - add tests for finup_mb
` [PATCH v4 4/8] crypto: x86/sha256-ni - add support "
` [PATCH v4 5/8] crypto: arm64/sha256-ce "
` [PATCH v4 6/8] fsverity: improve performance by using multibuffer hashing
` [PATCH v4 7/8] dm-verity: hash blocks with shash import+finup when possible
` [PATCH v4 8/8] dm-verity: improve performance by using multibuffer hashing

[PATCH] dt-bindings: rng: meson: add optional power-domains
 2024-06-06  0:34 UTC  (2+ messages)

[RFC PATCH v2 0/8] Clavis LSM
 2024-06-05 20:41 UTC  (6+ messages)
` [RFC PATCH v2 1/8] certs: Introduce ability to link to a system key

[PATCH v1 1/1] hw_random: Remove list.h from the hw_random.h
 2024-06-05 18:51 UTC 

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-05 11:17 UTC  (17+ messages)

[PATCH] crypto: qat - add check for adf_cfg_add_key_value_param
 2024-06-05  3:18 UTC 

[PATCH v2] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked
 2024-06-04 21:36 UTC  (2+ messages)

[RESEND PATCH] raid6test: Use str_plural() to fix Coccinelle warning
 2024-06-04 20:13 UTC 

[PATCH] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked
 2024-06-04 16:28 UTC  (5+ messages)

[PATCH v3 6/8] fsverity: improve performance by using multibuffer hashing
 2024-06-04  9:39 UTC  (8+ messages)

[PATCH 0/3] crypto: acomp - Add interface to set parameters
 2024-06-04  8:48 UTC  (12+ messages)
` [PATCH 1/3] crypto: scomp - Add setparam interface

[PATCH v2] docs: crypto: async-tx-api: fix broken code example
 2024-06-03 18:58 UTC  (2+ messages)

[PATCH] arm64/crypto: Raise priority of NEON crct10dif implementation
 2024-06-03 13:29 UTC  (4+ messages)

[PATCH] powerpc/crypto: Add generated P8 asm to .gitignore
 2024-06-03 13:01 UTC 


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