public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-05 13:05:30 to 2024-01-16 00:23:45 UTC [more...]

[PATCH AUTOSEL 6.7 07/19] hwrng: starfive - Fix dev_err_probe return error
 2024-01-16  0:22 UTC  (5+ messages)
` [PATCH AUTOSEL 6.7 08/19] crypto: p10-aes-gcm - Avoid -Wstringop-overflow warnings
` [PATCH AUTOSEL 6.7 11/19] crypto: starfive - Fix dev_err_probe return error
` [PATCH AUTOSEL 6.7 12/19] crypto: octeontx2 - Fix cptvf driver cleanup
` [PATCH AUTOSEL 6.7 14/19] crypto: stm32/crc32 - fix parsing list of devices

[PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
 2024-01-15 22:08 UTC  (3+ messages)
` [PATCH bpf-next v8 2/3] bpf: crypto: add skcipher to bpf crypto
` [PATCH bpf-next v8 3/3] selftests: bpf: crypto skcipher algo selftests

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-15 19:53 UTC  (50+ messages)
` [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v1 07/26] x86/fault: Add helper for dumping RMP entries
` [PATCH v1 10/26] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH v1 11/26] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH v1 12/26] crypto: ccp: Define the SEV-SNP commands
` [PATCH v1 13/26] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v1 15/26] x86/sev: Introduce snp leaked pages list
` [PATCH v1 20/26] crypto: ccp: Add debug support for decrypting pages

[PATCH v6 RESEND 0/5] crypto: LEA block cipher implementation
 2024-01-15  5:17 UTC  (8+ messages)
` [PATCH v6 RESEND 1/5] "
` [PATCH v6 RESEND 2/5] crypto: add LEA testmgr tests
` [PATCH v6 RESEND 3/5] blk-crypto: Add LEA-256-XTS blk-crypto support
` [PATCH v6 RESEND 4/5] fscrypt: Add LEA-256-XTS, LEA-256-CTS support
` [PATCH v6 RESEND 5/5] crypto: LEA block cipher x86_64 optimization

[syzbot] [crypto?] KMSAN: uninit-value in af_alg_free_sg (2)
 2024-01-14 10:15 UTC 

[syzbot] [crypto?] KMSAN: uninit-value in lzo1x_1_do_compress (2)
 2024-01-14 10:14 UTC 

[PATCH] KEYS: include header for EINVAL definition
 2024-01-13 20:46 UTC  (6+ messages)

[PATCH v3 0/5] Add Tegra Security Engine driver
 2024-01-13  4:53 UTC  (9+ messages)
` [PATCH v3 1/5] dt-bindings: crypto: Add Tegra Security Engine
` [PATCH v3 2/5] gpu: host1x: Add Tegra SE to SID table
` [PATCH v3 3/5] crypto: tegra: Add Tegra Security Engine driver
` [PATCH v3 4/5] arm64: defconfig: Enable Tegra Security Engine
` [PATCH v3 5/5] arm64: tegra: Add Tegra Security Engine DT nodes

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-12 14:52 UTC  (12+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
` [PATCH 2/3] arch and include: "
` [PATCH 3/3] treewide: Update LLVM Bugzilla links

[PATCH 0/2] crypto: hisilicon/qm - add debugfs qm_state for hisilicon driver
 2024-01-12 10:25 UTC  (3+ messages)
` [PATCH 1/2] crypto: hisilicon/qm - support get device state
` [PATCH 2/2] crypto: hisilicon/qm - dump important registers values before resetting

Rebuilding at least part of my krb5 crypto lib on crypto-aead
 2024-01-11 16:42 UTC 

[PATCH] docs: admin-guide: hw_random: update rng-tools website
 2024-01-11 16:35 UTC  (2+ messages)

[PATCH 0/8] crypto: Clean up arm64 AES-CCM code
 2024-01-11 16:35 UTC  (10+ messages)
` [PATCH 1/8] crypto: arm64/aes-ccm - Revert "Rewrite skcipher walker loop"
` [PATCH 2/8] crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walk
` [PATCH 3/8] crypto: arm64/aes-ccm - Pass short inputs via stack buffer
` [PATCH 4/8] crypto: arm64/aes-ccm - Replace bytewise tail handling with NEON permute
` [PATCH 5/8] crypto: arm64/aes-ccm - Reuse existing MAC update for AAD input
` [PATCH 6/8] crypto: arm64/aes-ccm - Cache round keys and unroll AES loops
` [PATCH 7/8] crypto: arm64/aes-ccm - Merge encrypt and decrypt asm routines
` [PATCH 8/8] crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helper

[PATCH v5.10.y] crypto: caam/jr - Fix possible caam_jr crash
 2024-01-11 10:46 UTC  (8+ messages)
` [REMINDER] "
      ` [EXT] "

[PATCH v1 00/24] Support more Amlogic SoC families in crypto driver
 2024-01-11  9:33 UTC  (37+ messages)
` [PATCH v1 01/24] drivers: crypto: meson: don't hardcode IRQ count
` [PATCH v1 02/24] drivers: crypto: meson: make CLK controller optional
` [PATCH v1 03/24] drviers: crypto: meson: add platform data
` [PATCH v1 04/24] drivers: crypto: meson: add MMIO helpers
` [PATCH v1 05/24] drivers: crypto: meson: move get_engine_number()
` [PATCH v1 06/24] drivers: crypto: meson: drop status field from meson_flow
` [PATCH v1 07/24] drivers: crypto: meson: move algs definition and cipher API to cipher.c
` [PATCH v1 08/24] drivers: crypto: meson: cleanup defines
` [PATCH v1 09/24] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v1 10/24] drivers: crypto: meson: avoid kzalloc in engine thread
` [PATCH v1 11/24] drivers: crypto: meson: introduce hasher
` [PATCH v1 12/24] drivers: crypto: meson: add support for AES-CTR
` [PATCH v1 13/24] drivers: crypto: meson: use fallback for 192-bit keys
` [PATCH v1 14/24] drivers: crypto: meson: add support for G12-series
` [PATCH v1 15/24] drivers: crypto: meson: add support for AXG-series
` [PATCH v1 16/24] dt-bindings: crypto: meson: add new compatibles
` [PATCH v1 17/24] arch: arm64: dts: meson: a1: add crypto node
` [PATCH v1 18/24] arch: arm64: dts: meson: s4: "
` [PATCH v1 19/24] arch: arm64: dts: meson: g12: "
` [PATCH v1 20/24] arch: arm64: dts: meson: axg: "
` [PATCH v1 21/24] arch: arm64: dts: meson: s4-s805x2-aq222: enable "
` [PATCH v1 22/24] arch: arm64: dts: meson: a1-ad401: "
` [PATCH v1 23/24] arch: arm64: dts: meson: axg-s400: "
` [PATCH v1 24/24] arch: arm64: dts: meson: g12a-u200: "

[GIT PULL] Crypto Fixes for 5.18
 2024-01-10 20:38 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes for 5.19
  ` [GIT PULL] Crypto Update for 5.20
    ` [GIT PULL] Crypto Update for 6.1
      ` [GIT PULL] Crypto Update for 6.2
        ` [GIT PULL] Crypto Update for 6.3
          ` [GIT PULL] Crypto Update for 6.4
            ` [GIT PULL] Crypto Update for 6.5
              ` [GIT PULL] Crypto Update for 6.6
                ` [GIT PULL] Crypto Update for 6.7
                  ` [GIT PULL] Crypto Update for 6.8

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-01-10 15:45 UTC  (6+ messages)
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v11 26/35] KVM: SEV: Support SEV-SNP AP Creation NAE event

[PATCH 0/2] Add Crypto Engine support for SM6350
 2024-01-10 10:55 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: qcom-qce: Add compatible "
` [PATCH 2/2] arm64: dts: qcom: sm6350: Add Crypto Engine

[PATCH] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
 2024-01-10  7:46 UTC  (5+ messages)
  ` [PATCH v2] "
      `  "

Recall: [REMINDER] Re: [PATCH v5.10.y] crypto: caam/jr - Fix possible caam_jr crash
 2024-01-10  6:58 UTC 

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-01-09 22:07 UTC  (5+ messages)
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers

[syzbot] [crypto?] KMSAN: uninit-value in chksum_update
 2024-01-09 18:20 UTC 

[PATCH v1] crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init()
 2024-01-09 16:25 UTC  (2+ messages)

[PATCH 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-01-09  3:38 UTC  (6+ messages)
` [PATCH 1/3] crypto: introduce acomp_is_async to expose if a acomp has a scomp backend
` [PATCH 2/3] mm/zswap: remove the memcpy if acomp is not asynchronous

[PATCH] crypto: iaa - Remove header table code
 2024-01-08 23:07 UTC  (2+ messages)

[bug report] crypto: iaa - Add compression mode management along with fixed mode
 2024-01-08 20:17 UTC  (2+ messages)

caam test failures with libkcapi
 2024-01-08  6:51 UTC  (6+ messages)
` [EXT] "

[PATCH] crypto: asymmetric_keys/pkcs7.asn1 - remove the duplicated contentType pkcs7_note_OID processing logic
 2024-01-06  7:41 UTC  (3+ messages)

[PATCH v2 00/12] RISC-V crypto with reworked asm files
 2024-01-05 18:49 UTC  (13+ messages)
` [PATCH v2 01/12] riscv: Add support for kernel mode vector
` [PATCH v2 02/12] riscv: vector: make Vector always available for softirq context
` [PATCH v2 03/12] RISC-V: add helper function to read the vector VLEN
` [PATCH v2 04/12] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO
` [PATCH v2 05/12] RISC-V: hook new crypto subdir into build-system
` [PATCH v2 06/12] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
` [PATCH v2 07/12] crypto: riscv - add vector crypto accelerated ChaCha20
` [PATCH v2 08/12] crypto: riscv - add vector crypto accelerated GHASH
` [PATCH v2 09/12] crypto: riscv - add vector crypto accelerated SHA-{256,224}
` [PATCH v2 10/12] crypto: riscv - add vector crypto accelerated SHA-{512,384}
` [PATCH v2 11/12] crypto: riscv - add vector crypto accelerated SM3
` [PATCH v2 12/12] crypto: riscv - add vector crypto accelerated SM4

[PATCH 0/5] crypto: qat - add support for 420xx devices
 2024-01-05 17:44 UTC  (4+ messages)
` [PATCH 5/5] "

[PATCH v9 00/13] Introduce STM32 Firewall framework
 2024-01-05 13:04 UTC  (13+ messages)
` [PATCH v9 01/13] dt-bindings: document generic access controllers
` [PATCH v9 02/13] dt-bindings: treewide: add access-controllers description
` [PATCH v9 04/13] dt-bindings: bus: document ETZPC
` [PATCH v9 05/13] firewall: introduce stm32_firewall framework
` [PATCH v9 06/13] of: property: fw_devlink: Add support for "access-controller"
` [PATCH v9 07/13] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v9 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards
` [PATCH v9 09/13] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v9 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v9 11/13] ARM: dts: stm32: put ETZPC as an access controller "
` [PATCH v9 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards
` [PATCH v9 13/13] ARM: dts: stm32: put ETZPC as an access controller "


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