linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-14 20:20:13 to 2024-03-26 15:32:50 UTC [more...]

[PATCH v6 00/23] Support more Amlogic SoC families in crypto driver
 2024-03-26 15:32 UTC  (12+ 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] dt-bindings: crypto: ti,omap-sham: Convert to dtschema
 2024-03-26 12:01 UTC 

[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 0/6] Faster AES-XTS on modern x86_64 CPUs
 2024-03-26  8:51 UTC  (11+ 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

Build regressions/improvements in v6.9-rc1
 2024-03-26  7:50 UTC 

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

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  (53+ messages)
` [PATCH v6 01/13] crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possible
` [PATCH v6 02/13] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v6 03/13] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v6 04/13] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v6 05/13] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v6 06/13] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
  ` [EXTERNAL] "
` [PATCH v6 07/13] crypto: ecc - Add special case for NIST P521 in ecc_point_mult
` [PATCH v6 08/13] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v6 09/13] crypto: ecdsa - Replace ndigits with nbits where precision is needed
` [PATCH v6 10/13] crypto: ecdsa - Rename keylen to bufsize where necessary
` [PATCH v6 11/13] crypto: ecdsa - Register NIST P521 and extend test suite
` [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  (5+ messages)
` [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE 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)

[PATCH] crypto: iaa: Fix some errors in IAA documentation
 2024-03-18 19:46 UTC  (7+ messages)

[PATCH v7] crypto: scompress: remove memcpy if sg_nents is 1 and pages are lowmem
 2024-03-18  0:33 UTC  (6+ messages)

Driver supporting HW decompression and SW decompression
 2024-03-16  4:40 UTC  (2+ messages)

[REGRESSION] Re: [PATCH] crypto: pkcs7: remove sha1 support
 2024-03-15 13:09 UTC  (17+ 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 NNTP newsgroup(s).