Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 16:59:38 to 2024-03-13 01:45:12 UTC [more...]

linux-next: build failure after merge of the crypto tree
 2024-03-13  1:45 UTC  (3+ messages)

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-03-12 20:26 UTC  (8+ messages)
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory

[PATCH v6 00/13] Add support for NIST P521 to ecdsa
 2024-03-12 18:36 UTC  (14+ 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
` [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
` [PATCH v6 13/13] crypto: x509 - Add OID for NIST P521 and extend parser for it

[PATCH v8 12/12] crypto: x86/aes-kl - Implement the AES-XTS algorithm
 2024-03-12 15:37 UTC  (7+ messages)
` [PATCH] crypto: x86/aesni - Update aesni_set_key() to return void

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

Looking for opinions on LEA crypto
 2024-03-12 11:32 UTC 

PQC Kyber and Dilithium kernel support
 2024-03-11 20:36 UTC 

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

[PATCH v5 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-03-11 17:57 UTC  (14+ messages)
` [PATCH v5 01/10] crypto: qat - adf_get_etr_base() helper
` [PATCH v5 02/10] crypto: qat - relocate and rename 4xxx PF2VM definitions
` [PATCH v5 03/10] crypto: qat - move PFVF compat checker to a function
` [PATCH v5 04/10] crypto: qat - relocate CSR access code
` [PATCH v5 05/10] crypto: qat - rename get_sla_arr_of_type()
` [PATCH v5 06/10] crypto: qat - expand CSR operations for QAT GEN4 devices
` [PATCH v5 07/10] crypto: qat - add bank save and restore flows
` [PATCH v5 08/10] crypto: qat - add interface for live migration
` [PATCH v5 09/10] crypto: qat - implement "
` [PATCH v5 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

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

[PATCH 0/4] Add spacc crypto driver support
 2024-03-11  7:40 UTC  (17+ messages)
` [PATCH 1/4] Add SPAcc driver to Linux kernel
` [PATCH 2/4] Add SPACC Kconfig and Makefile
` [PATCH 3/4] Add SPAcc dts overlay
` [PATCH 4/4] Enable Driver compilation in crypto Kconfig and Makefile file

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-03-11  5:50 UTC  (3+ messages)
` [PATCH v11 28/35] KVM: SEV: Implement gmem hook for initializing private pages

[herbert-cryptodev-2.6:master 80/80] crypto/scompress.c:174:38: warning: unused variable 'dst_page'
 2024-03-10 14:04 UTC  (3+ messages)

[PATCH v6 0/2] zswap: remove the memcpy if acomp is not sleepable
 2024-03-09  5:08 UTC  (9+ messages)

[PATCH v7] crypto: scompress: remove memcpy if sg_nents is 1 and pages are lowmem
 2024-03-08 11:26 UTC  (2+ messages)

[PATCH] crypto: tcrypt - add ffdhe2048(dh) test
 2024-03-08 11:25 UTC  (2+ messages)

[PATCH v2 0/2] [PATCH v2 0/2] crypto: fix missing CRYPTO_ALG_ASYNC for async drivers
 2024-03-08 11:25 UTC  (3+ messages)

[PATCH] hwrng: hisi - use dev_err_probe
 2024-03-08 11:24 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Remove T Ambarus from few mchp entries
 2024-03-08 11:24 UTC  (2+ messages)

[PATCH v2] LoongArch/crypto: Clean up useless assignment operations
 2024-03-08 10:25 UTC  (3+ messages)

[PATCH v5 0/6] DCP as trusted keys backend
 2024-03-07 15:34 UTC  (13+ messages)
` [PATCH v5 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v5 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v5 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v5 4/6] MAINTAINERS: add entry for DCP-based "

[PATCH] crypto: ecc: fix NULL pointer dereferencing in ecc_gen_privkey()
 2024-03-07  7:13 UTC 

[GIT PULL] Crypto Update for 6.3
 2024-03-06 16:33 UTC  (12+ messages)
` [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 "

[PATCH] crypto: bcm/spu2
 2024-03-06 11:00 UTC 

[PATCH] crypto: algboss: remove NULL check in cryptomgr_schedule_probe()
 2024-03-06  7:29 UTC 

판매 문의 2024
 2024-03-06  3:51 UTC 

[PATCH v4 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-03-06  2:47 UTC  (9+ messages)
` [PATCH v4 01/10] crypto: qat - adf_get_etr_base() helper
` [PATCH v4 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH][next] crypto/nx: Avoid -Wflex-array-member-not-at-end warning
 2024-03-05 19:57 UTC 

[PATCH v4 0/8] Add UFS support for SC7180/SM7125
 2024-03-05 18:53 UTC  (6+ messages)
` [PATCH v4 2/8] dt-bindings: ufs: qcom: Add SC7180 compatible string

[PATCH v5 00/21] Support more Amlogic SoC families in crypto driver
 2024-03-05 13:47 UTC  (5+ messages)
` [PATCH v5 03/21] drivers: crypto: meson: make CLK controller optional

[PATCH v4 0/7] crypto: starfive: Add support for JH8100
 2024-03-05  7:10 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: crypto: starfive: Add jh8100 support
` [PATCH v4 2/7] crypto: starfive: Update hash dma usage
` [PATCH v4 3/7] crypto: starfive: Skip unneeded key free
` [PATCH v4 4/7] crypto: starfive: Use dma for aes requests
` [PATCH v4 5/7] dmaengine: dw-axi-dmac: Support hardware quirks
` [PATCH v4 6/7] crypto: starfive: Add sm3 support for JH8100
` [PATCH v4 7/7] crypto: starfive: Add sm4 "

[PATCH 0/4] crypto: IAA stats bugfixes and simplifications
 2024-03-04 21:20 UTC  (5+ messages)
` [PATCH 1/4] crypto: iaa - fix decomp_bytes_in stats
` [PATCH 2/4] crypto: iaa - Remove comp/decomp delay statistics
` [PATCH 3/4] crypto: iaa - Add global_stats file and remove individual stat files
` [PATCH 4/4] crypto: iaa - Change iaa statistics to atomic64_t

[PATCH 00/12] PCI device authentication
 2024-03-04 19:19 UTC  (5+ messages)
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper

[PATCH v4 00/12] Add support for NIST P521 to ecdsa
 2024-03-04 19:01 UTC  (22+ messages)
` [PATCH v4 01/12] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v4 04/12] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH v4 05/12] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v4 09/12] crypto: ecdsa - Rename keylen to bufsize where necessary
` [PATCH v4 11/12] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521

[PATCH] crypto: rockchip/rk3288 - Add dereference of NULL pointer check
 2024-03-04 12:20 UTC 

[PATCH v3] X.509: Introduce scope-based x509_certificate allocation
 2024-03-04  8:03 UTC  (4+ messages)

https over ESP is not working in kernel version 5.10.199
 2024-03-04  5:38 UTC  (3+ messages)

[PATCH v3 00/10] Add support for NIST P521 to ecdsa
 2024-03-02 21:55 UTC  (11+ messages)
` [PATCH v3 01/10] crypto: ecdsa - Convert byte arrays with key coordinates to digits

[PATCH v5 0/5] Add Tegra Security Engine driver
 2024-03-02  2:44 UTC  (5+ messages)
` [PATCH v5 3/5] crypto: tegra: "


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