Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
[PATCH V3 0/2] crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset
 2024-06-01  2:51 UTC  (3+ messages)
` [PATCH V3 1/2] crypto: hisilicon/qm - adjust the internal processing sequence of the vf enable and disable
` [PATCH V3 2/2] crypto: hisilicon/zip - optimize the address offset of the reg query function

[PATCH V2 0/2] crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset
 2024-06-01  2:40 UTC  (4+ messages)
` [PATCH V2 1/2] crypto: hisilicon/qm - adjust the internal processing sequence of the vf enable and disable
` [PATCH V2 2/2] crypto: hisilicon/zip - optimize the address offset of the reg query function

[PATCH 0/3] crypto: acomp - Add interface to set parameters
 2024-06-01  0:24 UTC  (13+ messages)
` [PATCH 1/3] crypto: scomp - Add setparam interface
` [PATCH 3/3] crypto: acomp - Add comp_params helpers

[PATCH v16 0/5] implement getrandom() in vDSO
 2024-05-31 23:06 UTC  (22+ 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 3/5] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v16 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v16 5/5] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH v2 0/3] crypto: X25519 supports for ppc64le
 2024-05-31 21:10 UTC  (3+ messages)

[PATCH] crypto: tegra - Remove an incorrect iommu_fwspec_free() call in tegra_se_remove()
 2024-05-31 20:04 UTC  (8+ messages)

[PATCH v3 6/8] fsverity: improve performance by using multibuffer hashing
 2024-05-31 18:51 UTC  (7+ messages)

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-05-31 16:18 UTC  (28+ messages)
` [PATCH v9 01/19] x86/boot: Place kernel_info at a fixed offset
` [PATCH v9 02/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v9 03/19] x86: Secure Launch Kconfig
` [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 07/19] x86: Add early SHA-256 "
` [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 11/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v9 12/19] reboot: Secure Launch SEXIT support on reboot paths
` [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 15/19] tpm: Make locality requests return consistent values
` [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 18/19] x86: Secure Launch late initcall platform module
` [PATCH v9 19/19] x86: EFI stub DRTM launch support for Secure Launch

[PATCH] hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)
 2024-05-31 13:47 UTC  (3+ messages)

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-31 13:10 UTC  (12+ messages)
` [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT

[PATCH] crypto: atmel-sha204a - fix negated return value
 2024-05-31 10:24 UTC  (2+ messages)

[PATCH] crypto: Add missing MODULE_DESCRIPTION() macros
 2024-05-31 10:24 UTC  (2+ messages)

[PATCH] arm64/crypto: Raise priority of NEON crct10dif implementation
 2024-05-31 10:22 UTC  (2+ messages)

[PATCH] Move SM2 digest calculation to signature verification
 2024-05-31 10:20 UTC  (3+ messages)
  ` [PATCH] crypto: sm2 - Remove sm2 algorithm

[PATCH 0/2] crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset
 2024-05-31 10:09 UTC  (4+ messages)
` [PATCH 2/2] crypto: hisilicon/zip - optimize the address offset of the reg query function

[PATCH v2 1/2] hwrng: stm32 - use pm_runtime_resume_and_get()
 2024-05-31 10:04 UTC  (4+ messages)
` [PATCH v2 2/2] hwrng: stm32 - cache device pointer in struct stm32_rng_private

[PATCH] crypto: qat - Fix typo
 2024-05-31  9:58 UTC  (2+ messages)

[PATCH] crypto: niagara2: Remove unused struct 'n2_skcipher_request_context'
 2024-05-31  9:58 UTC  (2+ messages)

[PATCH] crypto: hifn_795x: Remove unused hifn_*_command structs
 2024-05-31  9:58 UTC  (2+ messages)

[PATCH] crypto: ccree: Remove unused struct 'tdes_keys'
 2024-05-31  9:57 UTC  (2+ messages)

[PATCH] crypto: acix: Remove unused struct 'dbgfs_u32'
 2024-05-31  9:41 UTC  (3+ messages)

[PATCH v4 16/71] crypto: x86/poly1305 - Switch to new Intel CPU model defines
 2024-05-31  9:37 UTC  (2+ messages)

[PATCH v3 0/6] Add support for MCRC64 engine to calculate 64-bit CRC in Full-CPU mode
 2024-05-31  9:02 UTC  (8+ messages)
` [PATCH v3 1/6] lib: add ISO 3309 model crc64
` [PATCH v3 2/6] crypto: crc64 - add crc64-iso3309 framework
` [PATCH v3 3/6] dt-bindings: crypto: Add Texas Instruments MCRC64
` [PATCH v3 4/6] crypto: ti - add driver for MCRC64 engine
` [PATCH v3 5/6 DONOTMERGE] arm64: dts: ti: k3-am62: Add dt node, cbass_main ranges for MCRC64
` [PATCH v3 6/6 DONOTMERGE] arm64: defconfig: enable TI MCRC64 module

[PATCH v3 1/2] hwrng: stm32 - use pm_runtime_resume_and_get()
 2024-05-31  8:53 UTC  (2+ messages)
` [PATCH v3 2/2] hwrng: stm32 - cache device pointer in struct stm32_rng_private

[linus:master] [crypto] e787060bdf: stress-ng.sigtrap.ops_per_sec 5.7% improvement
 2024-05-31  7:07 UTC 

[PATCH v9 14/14] crypto: x86/aes-kl - Implement the AES-XTS algorithm
 2024-05-31  5:37 UTC  (3+ messages)
` [PATCH v9a "

[PATCH v2] crypto: tcrypt - add skcipher speed for given alg
 2024-05-31  4:56 UTC  (2+ messages)

[PATCH v7 0/5] KEYS: asymmetric: tpm2_key_{rsa,ecdsa}
 2024-05-31  1:10 UTC  (17+ messages)
` [PATCH v7 1/5] crypto: rsa-pkcs1pad: export rsa1_asn_lookup()
` [PATCH v7 2/5] KEYS: trusted: Change -EINVAL to -E2BIG
` [PATCH v7 3/5] crypto: tpm2_key: Introduce a TPM2 key type
` [PATCH v7 4/5] keys: asymmetric: Add tpm2_key_rsa
` [PATCH v7 5/5] keys: asymmetric: Add tpm2_key_ecdsa

[PATCH] crypto: x86 - add missing MODULE_DESCRIPTION() macros
 2024-05-31  0:53 UTC 

[RFC PATCH v2 0/8] Clavis LSM
 2024-05-31  0:39 UTC  (9+ messages)
` [RFC PATCH v2 1/8] certs: Introduce ability to link to a system key
` [RFC PATCH v2 2/8] clavis: Introduce a new system keyring called clavis
` [RFC PATCH v2 3/8] efi: Make clavis boot param persist across kexec
` [RFC PATCH v2 4/8] clavis: Prevent clavis boot param from changing during kexec
` [RFC PATCH v2 5/8] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [RFC PATCH v2 6/8] keys: Add ability to track intended usage of the public key
` [RFC PATCH v2 7/8] clavis: Introduce a new key type called clavis_key_acl
` [RFC PATCH v2 8/8] clavis: Introduce new LSM called clavis

[PATCH 0/2] ecdsa: Use ecc_digits_from_bytes to simplify code
 2024-05-30 12:24 UTC  (8+ messages)
` [PATCH 1/2] crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits array
` [PATCH 2/2] crypto: ecdsa - Use ecc_digits_from_bytes to convert signature

[PATCH v5 0/3] crypto: starfive: Add support for JH8100
 2024-05-30  3:11 UTC  (4+ messages)
` [PATCH v5 1/3] dmaengine: dw-axi-dmac: Support hardware quirks
` [PATCH v5 2/3] crypto: starfive: Add sm3 support for JH8100
` [PATCH v5 3/3] crypto: starfive: Add sm4 "

[syzbot] [crypto?] KMSAN: uninit-value in aes_encrypt (5)
 2024-05-30  4:31 UTC  (3+ messages)

[GIT PULL] Crypto Update for 6.2
 2024-05-29 17:11 UTC  (12+ messages)
` [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
            ` [GIT PULL] Crypto Fixes "
              ` [GIT PULL] Crypto Fixes for 6.9
                ` [GIT PULL] Crypto Fixes for 6.10

[PATCH v2 0/5] Enable PSP security attributes on more SoCs
 2024-05-29 16:50 UTC  (12+ messages)
` [PATCH v2 1/5] crypto: ccp: Represent capabilities register as a union
` [PATCH v2 2/5] crypto: ccp: Move security attributes to their own file
` [PATCH v2 3/5] crypto: ccp: align psp_platform_access_msg
` [PATCH v2 4/5] crypto: ccp: Add support for getting security attributes on some older systems
` [PATCH v2 5/5] crypto: ccp: Move message about TSME being enabled later in init

[PATCH] tpm: Remove illict WARN's from tpm2-sessions.c
 2024-05-29 15:38 UTC 

[PATCH] KEYS: trusted: Change -EINVAL to -E2BIG
 2024-05-29 15:02 UTC 

[RFC] crypto: sa2ul - sha1/sha256/sha512 support
 2024-05-29  9:41 UTC  (2+ messages)

[PATCH] docs: crypto: async-tx-api: fix broken code example
 2024-05-29  8:10 UTC  (3+ messages)

[PATCH v2] docs: crypto: async-tx-api: fix broken code example
 2024-05-29  8:08 UTC 

[PATCH v2 0/6] Add support for Texas Instruments MCRC64 engine
 2024-05-29  5:13 UTC  (8+ messages)
` [PATCH v2 3/6] dt-bindings: crypto: Add Texas Instruments MCRC64
      ` [EXTERNAL] "

[PATCH] crypto: starfive - Align rsa input data to 32-bit
 2024-05-29  0:25 UTC 

[PATCH] lib: crypto: add missing MODULE_DESCRIPTION() macros
 2024-05-28 23:49 UTC 

[PATCH 0/5] Enable PSP security attributes on more SoCs
 2024-05-28 20:13 UTC  (10+ messages)
` [PATCH 1/5] crypto: ccp: Represent capabilities register as a union
` [PATCH 2/5] crypto: ccp: Move security attributes to their own file
` [PATCH 3/5] crypto: ccp: align psp_platform_access_msg
` [PATCH 4/5] crypto: ccp: Add support for getting security attributes on some older systems

[PATCH v3 0/4] crypto: stm32/cryp - Improve stm32-cryp driver
 2024-05-28 14:05 UTC  (5+ messages)
` [PATCH v3 1/4] crypto: stm32/cryp - use dma when possible
` [PATCH v3 2/4] crypto: stm32/cryp - increase priority
` [PATCH v3 3/4] crypto: stm32/cryp - add CRYPTO_ALG_KERN_DRIVER_ONLY flag
` [PATCH v3 4/4] crypto: stm32/cryp - call finalize with bh disabled

[PATCH] [RFC] clk: stm32mp1: Keep RNG1 clock always running
 2024-05-28 13:55 UTC  (12+ messages)

[PATCH] crypto: ecdsa: Fix the public key format description
 2024-05-28 13:29 UTC  (13+ messages)

[PATCH v6 0/6] KEYS: asymmetric: tpm2_key_{rsa,ecdsa}
 2024-05-28  4:02 UTC  (5+ messages)
` [PATCH v6 1/6] tpm: Open code tpm_buf_parameters()
` [PATCH v6 5/6] keys: asymmetric: Add tpm2_key_rsa
` [PATCH v6 6/6] keys: asymmetric: Add tpm2_key_ecdsa


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 read-only IMAP folder(s) and NNTP newsgroup(s).