public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-04 09:43:34 to 2023-07-12 07:59:17 UTC [more...]

[PATCH 0/7] Support of HASH on STM32MP13
 2023-07-12  7:58 UTC  (12+ messages)
` [PATCH 1/7] dt-bindings: crypto: add new compatible for stm32-hash
` [PATCH 2/7] crypto: stm32 - add new algorithms support
` [PATCH 3/7] crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl
` [PATCH 4/7] crypto: stm32 - fix loop iterating through scatterlist for DMA
` [PATCH 5/7] crypto: stm32 - check request size and scatterlist size when using DMA
` [PATCH 6/7] crypto: stm32 - fix MDMAT condition
` [PATCH 7/7] crypto: stm32 - remove flag HASH_FLAGS_DMA_READY

[PATCH V4 3/4] dt-bindings: qcom-qce: add SoC compatible string for ipq9574
 2023-07-12  6:30 UTC  (4+ messages)

[PATCH 0/2] Add power management support in CAAM driver
 2023-07-12  6:07 UTC  (3+ messages)
` [PATCH 1/2] crypto: caam - Change structure type representing DECO MID
` [PATCH 2/2] crypto: caam - add power management support

[PATCH] KEYS: asymmetric: Fix error codes
 2023-07-11 23:27 UTC  (8+ messages)

[PATCH v7 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-07-11 18:57 UTC  (17+ messages)
` [PATCH v7 01/14] dmaengine: idxd: add wq driver name support for accel-config user tool
` [PATCH v7 02/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v7 03/14] dmaengine: idxd: Export drv_enable/disable and related functions
` [PATCH v7 04/14] dmaengine: idxd: Export descriptor management functions
` [PATCH v7 05/14] dmaengine: idxd: Export wq resource "
` [PATCH v7 06/14] dmaengine: idxd: Add wq private data accessors
` [PATCH v7 07/14] dmaengine: idxd: add callback support for iaa crypto
` [PATCH v7 08/14] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH v7 09/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH v7 10/14] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH v7 11/14] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH v7 12/14] crypto: iaa - Add support for deflate-iaa compression algorithm
` [PATCH v7 13/14] crypto: iaa - Add irq support for the crypto async interface
` [PATCH v7 14/14] crypto: iaa - Add IAA Compression Accelerator stats

[PATCH v4 00/12] RISC-V: support some cryptography accelerations
 2023-07-11 15:37 UTC  (13+ messages)
` [PATCH v4 01/12] riscv: Add support for kernel mode vector
` [PATCH v4 02/12] riscv: Add vector extension XOR implementation
` [PATCH v4 03/12] RISC-V: add helper function to read the vector VLEN
` [PATCH v4 04/12] RISC-V: add vector crypto extension detection
` [PATCH v4 05/12] RISC-V: crypto: update perl include with helpers for vector (crypto) instructions
` [PATCH v4 06/12] RISC-V: crypto: add Zvbb+Zvbc accelerated GCM GHASH implementation
` [PATCH v4 07/12] RISC-V: crypto: add Zvkg "
` [PATCH v4 08/12] RISC-V: crypto: add a vector-crypto-accelerated SHA256 implementation
` [PATCH v4 09/12] RISC-V: crypto: add a vector-crypto-accelerated SHA512 implementation
` [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation
` [PATCH v4 11/12] RISC-V: crypto: add Zvksed accelerated SM4 "
` [PATCH v4 12/12] RISC-V: crypto: add Zvksh accelerated SM3 hash implementation

[PATCH net] crypto: af_alg: Fix merging of written data into spliced pages
 2023-07-11  8:31 UTC  (4+ messages)

Fotowoltaika - propozycja instalacji
 2023-07-11  8:11 UTC 

[PATCH v5 00/11] Add dynamic boost control support
 2023-07-10 23:26 UTC  (5+ messages)

hwrng: ingenic: simplify the code
 2023-07-10 20:27 UTC  (8+ messages)
` [PATCH 1/7] hwrng: ingenic - enable compile testing
` [PATCH 2/7] hwrng: ingenic - remove two unused defines
` [PATCH 3/7] hwrng: ingenic - remove dead assignments
` [PATCH 4/7] hwrng: ingenic - use devm_clk_get_enabled
` [PATCH 5/7] hwrng: ingenic - use dev_err_probe in error paths
` [PATCH 6/7] hwrng: ingenic - don't disable the rng in ingenic_trng_remove
` [PATCH 7/7] hwrng: ingenic - switch to device managed registration

[RFC PATCH v2 1/2] rust: add synchronous message digest support
 2023-07-10 19:59 UTC  (3+ messages)

[GIT PULL] Crypto Fixes for 5.18
 2023-07-10 17:20 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes for 5.19
      ` [GIT PULL] Crypto Fixes for 6.1
          ` [GIT PULL] Crypto Fixes for 6.2
            ` [GIT PULL] Crypto Fixes for 6.3
              ` [GIT PULL] Crypto Fixes for 6.4
                  ` [GIT PULL] Crypto Fixes for 6.5

[PATCH 00/10] Introduce STM32 Firewall framework
 2023-07-10 14:42 UTC  (39+ messages)
` [IGNORE][PATCH 01/10] dt-bindings: Document common device controller bindings
` [PATCH 02/10] dt-bindings: bus: add device tree bindings for RIFSC
` [PATCH 03/10] dt-bindings: bus: add device tree bindings for ETZPC
` [PATCH 04/10] dt-bindings: treewide: add feature-domains description in binding files
` [PATCH 05/10] firewall: introduce stm32_firewall framework
` [PATCH 06/10] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH 07/10] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards
` [PATCH 08/10] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH 09/10] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH 10/10] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-07-10 13:11 UTC  (4+ messages)
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile

[PATCH v2 0/3] Rust abstractions for Crypto API
 2023-07-10 10:22 UTC  (4+ messages)
` [PATCH v2 1/3] rust: crypto abstractions for synchronous message digest API
` [PATCH v2 2/3] rust: crypto abstractions for random number generator API
` [PATCH v2 3/3] MAINTAINERS: add Rust crypto abstractions files to the CRYPTO API entry

[PATCH v5 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-07-10  9:44 UTC  (6+ messages)
` [PATCH v5 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

[PATCH] caam: init-clk based on caam-page0-access
 2023-07-10  5:34 UTC 

[PATCH] crypto: algif/hash: Fix race between MORE and non-MORE sends
 2023-07-10  4:08 UTC  (2+ messages)

[PATCH v2] crypto: Replace strlcpy with strscpy
 2023-07-10  2:36 UTC  (3+ messages)

[PATCH v6 0/3] Implement GCM ghash using Zbc and Zbkb extensions
 2023-07-09 15:42 UTC  (4+ messages)
` [PATCH v6 1/3] RISC-V: expose Zbc as Kconfig option
` [PATCH v6 2/3] RISC-V: hook new crypto subdir into build-system
` [PATCH v6 3/3] RISC-V: crypto: add accelerated GCM GHASH implementation

[PATCH 6.3 400/431] crypto: nx - fix build warnings when DEBUG_FS is not enabled
 2023-07-09 11:15 UTC 

KMSAN: uninit-value in aes_encrypt (4)
 2023-07-08 10:34 UTC  (17+ messages)
` [net/tls] "
  ` [PATCH] net: tls: enable __GFP_ZERO upon tls_init()

[PATCH v1 0/7] Add support for various features to i.MX6 bindings
 2023-07-08  0:06 UTC  (3+ messages)
` [PATCH v2 5/5] dt-bindings: input: touchscreen: edt-ft5x06: Add 'threshold' property

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-07-07 19:31 UTC  (10+ messages)
` [PATCH v6 04/14] x86: Secure Launch Resource Table header file

[PATCH] hwrng: timeriomem - Use devm_platform_get_and_ioremap_resource()
 2023-07-07 17:07 UTC  (2+ messages)

[PATCH] crypto: hisilicon/hpre - ensure private key less than n
 2023-07-07 13:18 UTC 

[PATCH RFC/RFT] crypto: rk3288: enable support for TRNG
 2023-07-07 11:52 UTC 

[PATCH 0/3] crypto: adjust meaning of CRYPTO_ALG_ALLOCATES_MEMORY
 2023-07-07 10:41 UTC  (10+ messages)
` [PATCH 1/3] dm integrity: do not filter algos with CRYPTO_ALG_ALLOCATES_MEMORY
    ` [dm-devel] "
` [PATCH 2/3] crypto: api - adjust meaning of CRYPTO_ALG_ALLOCATES_MEMORY
    ` [dm-devel] "
` [PATCH 3/3] crypto: qat - remove CRYPTO_ALG_ALLOCATES_MEMORY flag

[syzbot] [crypto?] KASAN: slab-out-of-bounds Write in crypto_sha3_final (2)
 2023-07-07  8:13 UTC  (4+ messages)

[PATCH] crypto: starfive - Convert to platform remove callback returning void
 2023-07-07  7:07 UTC 

[RFC][PATCH 00/10] KEYS: Introduce user asymmetric keys and signatures
 2023-07-07  7:03 UTC  (15+ messages)
` [RFC][PATCH 01/10] crypto: Export public key algorithm information
` [RFC][PATCH 02/10] crypto: Export signature encoding information
` [RFC][PATCH 03/10] KEYS: asymmetric: Introduce a parser for user asymmetric keys and sigs
` [RFC][PATCH 04/10] KEYS: asymmetric: Introduce the user asymmetric key parser
` [RFC][PATCH 05/10] KEYS: asymmetric: Introduce the user asymmetric key signature parser
` [RFC][PATCH 06/10] verification: Add verify_uasym_signature() and verify_uasym_sig_message()
` [RFC][PATCH 07/10] KEYS: asymmetric: Preload user asymmetric keys from a keyring blob
` [RFC][PATCH 08/10] KEYS: Introduce load_uasym_keyring()
` [RFC][PATCH 09/10] bpf: Introduce bpf_verify_uasym_signature() kfunc
` [RFC][PATCH 10/10] selftests/bpf: Prepare a test for user asymmetric key signatures
` [RFC][GNUPG][PATCH 1/2] Convert PGP keys to the user asymmetric keys format
` [RFC][GNUPG][PATCH 2/2] Convert PGP signatures to the user asymmetric key signatures format

[PATCH 0/3] fixup potential cpu stall
 2023-07-06 20:10 UTC  (2+ messages)

[PATCH 0/5] Remove CRYPTO_ALG_ALLOCATES_MEMORY flag
 2023-07-06  5:05 UTC  (10+ messages)

[PATCH] crypto: starfive - Add AES skcipher and aead support
 2023-07-06  3:27 UTC 

[PATCH v2] fsverity: use shash API instead of ahash API
 2023-07-06  0:18 UTC  (2+ messages)
` [f2fs-dev] "

[syzbot] [crypto?] WARNING in extract_iter_to_sg
 2023-07-05 23:10 UTC  (4+ messages)

[PATCH v3 0/6] Introduce STM32 system bus
 2023-07-05 17:35 UTC  (2+ messages)

Xilinx HW accelerator priority
 2023-07-05 12:18 UTC 

[PATCH 1/5] crypto: omap-des - Use devm_platform_get_and_ioremap_resource()
 2023-07-05  7:21 UTC  (5+ messages)
` [PATCH 2/5] crypto: keembay - Convert to devm_platform_ioremap_resource()
` [PATCH 3/5] crypto: atmel-aes - Use devm_platform_get_and_ioremap_resource()
` [PATCH 4/5] crypto: atmel-sha "
` [PATCH 5/5] crypto: atmel-tdes "

[PATCH] hwrng: imx-rngc - use dev_err_probe
 2023-07-05  5:21 UTC  (3+ messages)

[PATCH 0/4] hwrng: pic32 - some simple cleanups
 2023-07-04 17:32 UTC  (5+ messages)
` [PATCH 1/4] hwrng: pic32 - enable compile-testing
` [PATCH 2/4] hwrng: pic32 - use devm_clk_get_enabled
` [PATCH 3/4] hwrng: pic32 - remove unused defines
` [PATCH 4/4] hwrng: pic32 - enable TRNG only while it's used

[PATCH] hwrng: exynos - switch to DEFINE_SIMPLE_DEV_PM_OPS
 2023-07-04 17:10 UTC 

Regression bisected to "crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES"
 2023-07-04 15:53 UTC  (7+ messages)

[PATCH v6] crypto: qat - replace the if statement with min()
 2023-07-04 12:45 UTC 

[PATCH v5] crypto: qat - Replace the if statement with min()
 2023-07-04 10:53 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox