linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-04 20:53:46 to 2024-06-13 10:45:55 UTC [more...]

[PATCH v2] crypto: starfive - Align rsa input data to 32-bit
 2024-06-13  8:39 UTC 

[PATCH v2] docs: crypto: async-tx-api: fix broken code example
 2024-06-12 21:41 UTC  (2+ messages)

[PATCH] crypto: arm64 - add missing MODULE_DESCRIPTION() macros
 2024-06-12 20:11 UTC 

[PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing
 2024-06-12 19:14 UTC  (23+ messages)
` [PATCH v5 01/15] crypto: shash - add support for finup_mb
` [PATCH v5 02/15] crypto: testmgr - generate power-of-2 lengths more often
` [PATCH v5 03/15] crypto: testmgr - add tests for finup_mb
` [PATCH v5 04/15] crypto: x86/sha256-ni - add support "
` [PATCH v5 05/15] crypto: arm64/sha256-ce "
` [PATCH v5 06/15] fsverity: improve performance by using multibuffer hashing
` [PATCH v5 07/15] dm-verity: move hash algorithm setup into its own function
` [PATCH v5 08/15] dm-verity: move data hash mismatch handling "
` [PATCH v5 09/15] dm-verity: make real_digest and want_digest fixed-length
` [PATCH v5 10/15] dm-verity: provide dma_alignment limit in io_hints
` [PATCH v5 11/15] dm-verity: always "map" the data blocks
` [PATCH v5 12/15] dm-verity: make verity_hash() take dm_verity_io instead of ahash_request
` [PATCH v5 13/15] dm-verity: hash blocks with shash import+finup when possible
` [PATCH v5 14/15] dm-verity: reduce scope of real and wanted digests
` [PATCH v5 15/15] dm-verity: improve performance by using multibuffer hashing

[RFC PATCH 0/3] Introduce ecc_digits_to_bytes and clean up ecdh.c
 2024-06-12 15:19 UTC  (4+ messages)
` [RFC PATCH 1/3] crypto: ecc - Implement ecc_digits_to_bytes to convert digits to byte array
` [RFC PATCH 2/3] crypto: ecc - Implement and use ecc_curve_get_nbytes to get curve's nbytes
` [RFC PATCH 3/3] crypto: ecdh - Use functions to copy digits from and to byte arrays

[PATCH v5 0/3] crypto: starfive: Add support for JH8100
 2024-06-12 10:13 UTC  (4+ messages)
` [PATCH v5 1/3] dmaengine: dw-axi-dmac: Support hardware quirks

[PATCH] crypto: starfive - Align rsa input data to 32-bit
 2024-06-12  7:46 UTC  (5+ messages)

Warning at crypto/testmgr.c:5900, while booting to OS
 2024-06-12  6:46 UTC 

[PATCH v8 00/12] x86: Support Key Locker
 2024-06-11 21:41 UTC  (4+ messages)
` [PATCH v9 00/14] "
  ` [PATCH v9 13/14] crypto: x86/aes - Prepare for new AES-XTS implementation

[PATCH v9 12/14] x86/Kconfig: Add a configuration for Key Locker
 2024-06-11 21:36 UTC  (2+ messages)
` [PATCH v9b 12/14] x86/Kconfig: Add symbols "

[PATCH v9a 14/14] crypto: x86/aes-kl - Implement the AES-XTS algorithm
 2024-06-11 21:35 UTC  (2+ messages)
` [PATCH v9b "

[PATCH] crypto: arm/crc32 - add kCFI annotations to asm routines
 2024-06-11 21:10 UTC  (3+ messages)

[PATCH v4 0/8] Optimize dm-verity and fsverity using multibuffer hashing
 2024-06-11 20:32 UTC  (25+ messages)
` [PATCH v4 6/8] fsverity: improve performance by "

[PATCH v4 0/7] crypto: starfive: Add support for JH8100
 2024-06-11 18:13 UTC  (4+ messages)
` [PATCH v4 5/7] dmaengine: dw-axi-dmac: Support hardware quirks

[RFC PATCH v2 0/8] Clavis LSM
 2024-06-11 14:36 UTC  (9+ messages)
` [RFC PATCH v2 1/8] certs: Introduce ability to link to a system key
` [RFC PATCH v2 8/8] clavis: Introduce new LSM called clavis

[PATCH v3 4/6] crypto: ti - add driver for MCRC64 engine
 2024-06-11 12:02 UTC  (2+ messages)

[PATCH] crypto: qat - add check for adf_cfg_add_key_value_param
 2024-06-11 11:23 UTC  (2+ messages)

[PATCH 0/2] fpga: use 'time_left' instead of 'timeout' with wait_for_*() functions
 2024-06-11  8:10 UTC  (3+ messages)
` [PATCH 1/2] fpga: socfpga: use 'time_left' variable with wait_for_completion_interruptible_timeout()

[RFC] crypto: sa2ul - sha1/sha256/sha512 support
 2024-06-11  3:20 UTC  (8+ messages)

[PATCH v3 0/6] Add support for MCRC64 engine to calculate 64-bit CRC in Full-CPU mode
 2024-06-11  3:17 UTC  (7+ messages)
` [PATCH v3 1/6] lib: add ISO 3309 model crc64

subscribe linux-crypto
 2024-06-11  1:02 UTC 

[PATCH v8 00/23] Support more Amlogic SoC families in crypto driver
 2024-06-10 22:32 UTC  (26+ 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] crypto: qat - fix linking errors when PCI_IOV is disabled
 2024-06-10 14:37 UTC 

[PATCH v16 0/5] implement getrandom() in vDSO
 2024-06-10 12:00 UTC  (33+ 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] crypto: qat: make adf_ctl_class constant
 2024-06-10  8:18 UTC 

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-10  8:08 UTC  (5+ messages)

[PATCH] crypto: ecc - Add comment to ecc_digits_from_bytes about input byte array
 2024-06-07 22:34 UTC 

[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 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  (2+ messages)

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

[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  (46+ messages)
` [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 16/19] tpm: Add ability to set the preferred locality the TPM chip uses

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

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

[PATCH v2] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked
 2024-06-04 21:36 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).