Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-18 22:54:56 to 2024-03-27 08:25:24 UTC [more...]

[PATCH v7 0/6] DCP as trusted keys backend
 2024-03-27  8:24 UTC  (6+ messages)
` [PATCH v7 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v7 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v7 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v7 4/6] MAINTAINERS: add entry for DCP-based "
` [PATCH v7 5/6] docs: document DCP-backed trusted keys kernel params

[PATCH 00/19] amba: store owner from modules with amba_driver_register()
 2024-03-27  7:14 UTC  (23+ messages)
` [PATCH 01/19] "
` [PATCH 02/19] coresight: cti: drop owner assignment
` [PATCH 03/19] coresight: catu: "
` [PATCH 04/19] coresight: etm3x: "
` [PATCH 05/19] coresight: etm4x: "
` [PATCH 06/19] coresight: funnel: "
` [PATCH 07/19] coresight: replicator: "
` [PATCH 08/19] coresight: etb10: "
` [PATCH 09/19] coresight: stm: "
` [PATCH 10/19] coresight: tmc: "
` [PATCH 11/19] coresight: tpda: "
` [PATCH 12/19] coresight: tpdm: "
` [PATCH 13/19] coresight: tpiu: "
` [PATCH 14/19] i2c: nomadik: "
` [PATCH 15/19] hwrng: "
` [PATCH 16/19] dmaengine: pl330: "
` [PATCH 17/19] Input: ambakmi - "
` [PATCH 18/19] memory: pl353-smc: "
` [PATCH 19/19] vfio: amba: "

[PATCH v2] dt-bindings: crypto: ti,omap-sham: Convert to dtschema
 2024-03-27  5:49 UTC 

[PATCH] dt-bindings: crypto: ti,omap-sham: Convert to dtschema
 2024-03-27  5:17 UTC  (4+ messages)

[PATCH v4 0/7] crypto: starfive: Add support for JH8100
 2024-03-27  1:55 UTC  (2+ messages)

Build regressions/improvements in v6.9-rc1
 2024-03-26 18:15 UTC  (3+ messages)

[PATCH v6 00/23] Support more Amlogic SoC families in crypto driver
 2024-03-26 18:09 UTC  (26+ messages)
` [PATCH v6 01/23] drivers: crypto: meson: don't hardcode IRQ count
` [PATCH v6 02/23] drviers: crypto: meson: add platform data
` [PATCH v6 03/23] drivers: crypto: meson: remove clock input
` [PATCH v6 04/23] drivers: crypto: meson: add MMIO helpers
` [PATCH v6 05/23] drivers: crypto: meson: move get_engine_number()
` [PATCH v6 06/23] drivers: crypto: meson: drop status field from meson_flow
` [PATCH v6 07/23] drivers: crypto: meson: move algs definition and cipher API to cipher.c
` [PATCH v6 08/23] drivers: crypto: meson: cleanup defines
` [PATCH v6 09/23] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v6 10/23] drivers: crypto: meson: avoid kzalloc in engine thread
` [PATCH v6 11/23] drivers: crypto: meson: introduce hasher
` [PATCH v6 12/23] drivers: crypto: meson: add support for AES-CTR
` [PATCH v6 13/23] drivers: crypto: meson: use fallback for 192-bit keys
` [PATCH v6 14/23] drivers: crypto: meson: add support for G12-series
` [PATCH v6 15/23] drivers: crypto: meson: add support for AXG-series
` [PATCH v6 16/23] drivers: crypto: meson: add support for A1-series
` [PATCH v6 17/23] dt-bindings: crypto: meson: remove clk and second interrupt line for GXL
` [PATCH v6 18/23] arch: arm64: dts: meson: gxl: correct crypto node definition
` [PATCH v6 19/23] dt-bindings: crypto: meson: support new SoC's
` [PATCH v6 20/23] arch: arm64: dts: meson: a1: add crypto node
` [PATCH v6 21/23] arch: arm64: dts: meson: s4: "
` [PATCH v6 22/23] arch: arm64: dts: meson: g12: "
` [PATCH v6 23/23] arch: arm64: dts: meson: axg: "

[PATCH 0/6] Faster AES-XTS on modern x86_64 CPUs
 2024-03-26 16:47 UTC  (12+ messages)
` [PATCH 1/6] x86: add kconfig symbols for assembler VAES and VPCLMULQDQ support
` [PATCH 2/6] crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUs
` [PATCH 3/6] crypto: x86/aes-xts - wire up AESNI + AVX implementation
` [PATCH 4/6] crypto: x86/aes-xts - wire up VAES + AVX2 implementation
` [PATCH 5/6] crypto: x86/aes-xts - wire up VAES + AVX10/256 implementation
` [PATCH 6/6] crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation

[PATCH v5 00/11] Turris Omnia MCU driver
 2024-03-26  9:00 UTC  (14+ messages)
` [PATCH v5 06/11] devm-helpers: Add resource managed version of irq_create_mapping()
` [PATCH v5 07/11] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG
` [PATCH v5 08/11] devm-helpers: Add resource managed version of debugfs directory create function
` [PATCH v5 09/11] platform: cznic: turris-omnia-mcu: Add support for digital message signing via debugfs

[PATCH][next] crypto/nx: Avoid potential -Wflex-array-member-not-at-end warning
 2024-03-25 21:01 UTC 

[PATCH][next] crypto: qat - Avoid -Wflex-array-member-not-at-end warnings
 2024-03-25 20:44 UTC 

Add support for NIST P521 to ecdsa
 2024-03-25 19:18 UTC  (29+ messages)
` [PATCH v7 01/13] crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possible
` [PATCH v7 02/13] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v7 03/13] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v7 04/13] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v7 05/13] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v7 06/13] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH v7 07/13] crypto: ecc - Add special case for NIST P521 in ecc_point_mult
` [PATCH v7 08/13] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v7 09/13] crypto: ecdsa - Replace ndigits with nbits where precision is needed
` [PATCH v7 10/13] crypto: ecdsa - Rename keylen to bufsize where necessary
` [PATCH v7 11/13] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH v7 12/13] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
` [PATCH v7 13/13] crypto: x509 - Add OID for NIST P521 and extend parser for it
` [PATCH v7 00/13] Add support for NIST P521 to ecdsa

[GIT PULL] Crypto Update for 5.20
 2024-03-25 18:18 UTC  (12+ messages)
` [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
                ` [GIT PULL] Crypto Fixes "
                  ` [GIT PULL] Crypto Fixes for 6.9

LINUX NFS support for SHA256 hash types
 2024-03-25 14:33 UTC  (2+ messages)
    ` [External] : "

[PATCH 6.1 314/451] crypto: jitter - fix CRYPTO_JITTERENTROPY help text
 2024-03-24 23:09 UTC 

[PATCH 6.6 450/638] crypto: jitter - fix CRYPTO_JITTERENTROPY help text
 2024-03-24 22:58 UTC 

[PATCH 6.7 504/713] crypto: jitter - fix CRYPTO_JITTERENTROPY help text
 2024-03-24 22:43 UTC 

[PATCH 6.8 473/715] crypto: jitter - fix CRYPTO_JITTERENTROPY help text
 2024-03-24 22:30 UTC 

[PATCH v2] hwrng: mxc-rnga: Drop usage of platform_driver_probe()
 2024-03-24 16:12 UTC 

[PATCH] hwrng: mxc-rnga: Drop usage of platform_driver_probe()
 2024-03-24 10:37 UTC 

[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-03-23  1:33 UTC  (11+ messages)
` [PATCH v8 01/15] x86/boot: Place kernel_info at a fixed offset
` [PATCH v8 14/15] x86: Secure Launch late initcall platform module

[PATCH] crypto: x86/aesni - Update aesni_set_key() to return void
 2024-03-22 23:04 UTC  (4+ messages)
` [PATCH v2 0/2] crypto: x86/aesni - Simplify AES key expansion code
  ` [PATCH v2 1/2] crypto: x86/aesni - Rearrange AES key size check
  ` [PATCH v2 2/2] crypto: x86/aesni - Update aesni_set_key() to return void

[PATCH] crypto: ecdsa - Fix module auto-load on add-key
 2024-03-22 22:27 UTC  (2+ messages)

[PATCH] crypto: bcm/spu2
 2024-03-22 20:59 UTC  (2+ messages)
` [PATCH v2] crypto: bcm/spu2 - Add buffer size check

[PATCH] Revert "crypto: pkcs7 - remove sha1 support"
 2024-03-22 11:45 UTC  (6+ messages)

[PATCH 0/2] crypto: iaa - A couple of bugfixes
 2024-03-22 11:44 UTC  (4+ messages)
` [PATCH 1/2] crypto: iaa - Fix nr_cpus < nr_iaa case
` [PATCH 2/2] crypto: iaa: Fix some errors in IAA documentation

[PATCH v5 00/21] Support more Amlogic SoC families in crypto driver
 2024-03-22 10:14 UTC  (4+ messages)
` [PATCH v5 09/21] drivers: crypto: meson: process more than MAXDESCS descriptors

[PATCH v6 00/13] Add support for NIST P521 to ecdsa
 2024-03-21 16:50 UTC  (27+ messages)
` [PATCH v6 06/13] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
  ` [EXTERNAL] "
` [PATCH v6 08/13] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v6 12/13] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
  ` [EXTERNAL] "

[PATCH] KEYS: prevent NULL pointer dereference in find_asymmetric_key()
 2024-03-21 16:12 UTC  (6+ messages)

[PATCH] crypto: ecrdsa - Fix module auto-load on add_key
 2024-03-21 14:38 UTC  (2+ messages)

[PATCH] crypto: algif: Fix typing of arguments of af_alg_wait_for_data
 2024-03-21 12:32 UTC 

[PATCH] crypto: ecc: fix NULL pointer dereferencing in ecc_gen_privkey()
 2024-03-21 12:01 UTC  (3+ messages)

[PATCH] crypto: ecc - update ecc_gen_privkey for FIPS 186-5
 2024-03-21  3:33 UTC  (3+ messages)

Divide by zero in iaa_crypto during boot of a kdump kernel
 2024-03-20 23:51 UTC  (4+ messages)

[PATCH riscv/for-next] crypto: riscv - parallelize AES-CBC decryption
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH riscv/for-next] crypto: riscv - add vector crypto accelerated AES-CBC-CTS
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-03-20 17:28 UTC  (3+ messages)
` [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command

[PATCH] crypto: af_alg - Disallow multiple in-flight AIO requests
 2024-03-20 15:13 UTC  (4+ messages)

[PATCH 00/12] PCI device authentication
 2024-03-20  8:33 UTC  (5+ messages)
` [PATCH 07/12] spdm: Introduce library to authenticate devices

[PATCH] crypto: ecdh - explicitly zeroize private_key
 2024-03-20  4:51 UTC 

BUG: unable to handle kernel paging request in crypto_sha3_update
 2024-03-20  2:57 UTC 

[PATCH riscv/for-next] crypto: riscv - parallelize AES-CBC decryption
 2024-03-20  1:48 UTC  (2+ messages)

[PATCH v6 0/2] zswap: remove the memcpy if acomp is not sleepable
 2024-03-19 11:00 UTC  (3+ messages)

[PATCH] MAINTAINERS: update maintainer for microchip nand and pmecc drivers
 2024-03-19 10:45 UTC  (2+ messages)

[PATCH v6 0/5] Add Tegra Security Engine driver
 2024-03-19  8:23 UTC  (6+ messages)
` [PATCH v6 1/5] dt-bindings: crypto: Add Tegra Security Engine
` [PATCH v6 2/5] gpu: host1x: Add Tegra SE to SID table
` [PATCH v6 3/5] crypto: tegra: Add Tegra Security Engine driver
` [PATCH v6 4/5] arm64: defconfig: Enable Tegra Security Engine
` [PATCH v6 5/5] arm64: tegra: Add Tegra Security Engine DT nodes

[PATCH v2] arm64: dts: qcom: sm6350: Add Crypto Engine
 2024-03-19  2:48 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 read-only IMAP folder(s) and NNTP newsgroup(s).