linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-10 22:15:11 to 2024-01-23 16:58:55 UTC [more...]

[PATCH v2 00/20] Support more Amlogic SoC families in crypto driver
 2024-01-23 16:58 UTC  (11+ messages)
` [PATCH v2 02/20] drivers: crypto: meson: make CLK controller optional
` [PATCH v2 05/20] drivers: crypto: meson: move get_engine_number()
` [PATCH v2 07/20] drivers: crypto: meson: move algs definition and cipher API to cipher.c
` [PATCH v2 09/20] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v2 10/20] drivers: crypto: meson: avoid kzalloc in engine thread
` [PATCH v2 11/20] drivers: crypto: meson: introduce hasher
` [PATCH v2 12/20] drivers: crypto: meson: add support for AES-CTR
` [PATCH v2 13/20] drivers: crypto: meson: use fallback for 192-bit keys
` [PATCH v2 14/20] drivers: crypto: meson: add support for G12-series
` [PATCH v2 15/20] drivers: crypto: meson: add support for AXG-series

[PATCH v2 0/3] Add Zhaoxin hardware engine driver support for SHA
 2024-01-23 16:33 UTC  (8+ messages)
` [PATCH v2 1/3] crypto: padlock-sha: Matches CPU with Family with 6 explicitly
` [PATCH v2 2/3] x86/cpufeatures: Add CPU feature flags for Zhaoxin Hash Engine
` [PATCH v2 3/3] crypto: Zhaoxin: Hardware Engine Driver for SHA1/256/384/512

[PATCH v3 00/10] RISC-V crypto with reworked asm files
 2024-01-23 15:06 UTC  (13+ messages)
` [PATCH v3 01/10] RISC-V: add helper function to read the vector VLEN
` [PATCH v3 02/10] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO
` [PATCH v3 03/10] RISC-V: hook new crypto subdir into build-system
` [PATCH v3 04/10] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
` [PATCH v3 05/10] crypto: riscv - add vector crypto accelerated ChaCha20
` [PATCH v3 06/10] crypto: riscv - add vector crypto accelerated GHASH
` [PATCH v3 07/10] crypto: riscv - add vector crypto accelerated SHA-{256,224}
` [PATCH v3 08/10] crypto: riscv - add vector crypto accelerated SHA-{512,384}
` [PATCH v3 09/10] crypto: riscv - add vector crypto accelerated SM3
` [PATCH v3 10/10] crypto: riscv - add vector crypto accelerated SM4

Build regressions/improvements in v6.8-rc1
 2024-01-23 14:21 UTC  (2+ messages)

[PATCH v4 0/8] Add UFS support for SC7180/SM7125
 2024-01-23 14:20 UTC  (10+ messages)
` [PATCH v4 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine
` [PATCH v4 2/8] dt-bindings: ufs: qcom: Add SC7180 compatible string
` [PATCH v4 3/8] dt-bindings: phy: Add QMP UFS PHY compatible for SC7180
` [PATCH v4 4/8] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 9S
` [PATCH v4 5/8] phy: qcom: qmp-ufs: Add SC7180 support
` [PATCH v4 6/8] arm64: dts: qcom: sc7180: Add UFS nodes
` [PATCH v4 7/8] arm64: dts: qcom: sm7125-xiaomi-common: "
` [PATCH v4 8/8] arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S
` (subset) [PATCH v4 0/8] Add UFS support for SC7180/SM7125

[PATCH] crypto: qat - use kcalloc_node() instead of kzalloc_node()
 2024-01-23 12:16 UTC  (3+ messages)

[PATCH 39/82] crypto: Refactor intentional wrap-around test
 2024-01-23  3:29 UTC  (4+ messages)
` [PATCH 46/82] "

[PATCH] X.509: Introduce scope-based x509_certificate allocation
 2024-01-22 19:29 UTC  (2+ messages)

[PATCH] crypto: sun8i-ce - Use kcalloc() instead of kzalloc()
 2024-01-22 17:53 UTC  (2+ messages)

[PATCH] crypto: remove unused xts4096 and xts512 algorithms from testmgr.c
 2024-01-22 10:52 UTC  (2+ messages)

[PATCH] crypto: rsa - restrict plaintext/ciphertext values more in FIPS mode
 2024-01-21 19:49 UTC 

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-21 12:41 UTC  (54+ messages)
` [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 14/26] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH v1 17/26] crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabled
` [PATCH v1 18/26] crypto: ccp: Handle legacy SEV commands "
` [PATCH v1 20/26] crypto: ccp: Add debug support for decrypting pages
` [PATCH v1 21/26] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump
` [PATCH v1 22/26] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH v1 24/26] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH v1 25/26] crypto: ccp: Add the SNP_COMMIT command
` [PATCH v1 26/26] crypto: ccp: Add the SNP_SET_CONFIG command

[PATCH v9 00/13] Introduce STM32 Firewall framework
 2024-01-19 22:06 UTC  (3+ messages)
` [PATCH v9 02/13] dt-bindings: treewide: add access-controllers description

[PATCH][next] crypto: asymmetric_keys: remove redundant pointer secs
 2024-01-19 21:12 UTC  (2+ messages)

[PATCH 0/3] Add Zhaoxin hardware engine driver support for SHA
 2024-01-19 17:04 UTC  (6+ messages)
` [PATCH 1/3] crypto: padlock-sha: Matches CPU with Family with 6 explicitly
` [PATCH 2/3] x86/cpufeatures: Add CPU feature flags for Zhaoxin Hash Engine
` [PATCH 3/3] crypto: Zhaoxin: Hardware Engine Driver for SHA1/256/384/512

[PATCH] crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx
 2024-01-19 16:57 UTC  (2+ messages)

[PATCH] crypto: hisilicon - Fix smp_processor_id() warnings
 2024-01-19  8:11 UTC 

[PATCH v2 0/4] some updates and cleanups for hisilicon/sec2
 2024-01-19  6:25 UTC  (2+ messages)

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

[PATCH] crypto: caam/hash - fix asynchronous hash
 2024-01-18  9:28 UTC  (5+ messages)
  ` [EXT] "

[PATCH v2] crypto: caam: fix asynchronous hash
 2024-01-18  9:25 UTC 

[PATCH][next] crypto: pcbc: remove redundant assignment to nbytes
 2024-01-16 10:43 UTC 

[PATCH v1] imx_v6_v7_defconfig: Enable sm3, sm4, polyval, xctr cipher test support
 2024-01-16 10:05 UTC  (3+ messages)

[PATCH v2 0/5] crypto: starfive: Add support for JH8100
 2024-01-16  9:01 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: crypto: starfive: Add jh8100 compatible string
` [PATCH v2 2/5] crypto: starfive: Update hash dma usage
` [PATCH v2 3/5] crypto: starfive: Use dma for aes requests
` [PATCH v2 4/5] crypto: starfive: Add sm3 support for JH8100
` [PATCH v2 5/5] crypto: starfive: Add sm4 "

[PATCH v3 0/5] Add Tegra Security Engine driver
 2024-01-16  6:36 UTC  (6+ 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 v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-01-16  4:14 UTC  (4+ messages)
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH AUTOSEL 4.19 08/12] crypto: stm32/crc32 - fix parsing list of devices
 2024-01-16  0:28 UTC 

[PATCH AUTOSEL 5.4 08/12] crypto: stm32/crc32 - fix parsing list of devices
 2024-01-16  0:27 UTC 

[PATCH AUTOSEL 5.10 08/12] crypto: stm32/crc32 - fix parsing list of devices
 2024-01-16  0:26 UTC 

[PATCH AUTOSEL 5.15 08/13] crypto: octeontx2 - Fix cptvf driver cleanup
 2024-01-16  0:25 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 09/13] crypto: stm32/crc32 - fix parsing list of devices

[PATCH AUTOSEL 6.1 08/14] crypto: octeontx2 - Fix cptvf driver cleanup
 2024-01-16  0:24 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 10/14] crypto: stm32/crc32 - fix parsing list of devices

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

[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 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 3/5] crypto: tegra: Add Tegra Security Engine driver
 2024-01-13  4:53 UTC  (2+ messages)

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-12 14:52 UTC  (9+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator 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

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

[PATCH v1 00/24] Support more Amlogic SoC families in crypto driver
 2024-01-11  9:33 UTC  (16+ 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 16/24] dt-bindings: crypto: meson: add new compatibles
` [PATCH v1 17/24] arch: arm64: dts: meson: a1: add crypto node


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