linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-13 09:16:38 to 2024-02-21 09:10:40 UTC [more...]

[GIT PULL] Crypto Update for 6.1
 2024-02-21  9:10 UTC  (11+ messages)
` [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 "

[syzbot] [crypto?] KMSAN: uninit-value in des3_ede_decrypt
 2024-02-21  9:07 UTC  (2+ messages)
` [PATCH] crypto: lskcipher - Copy IV in lskcipher glue code always

[PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
 2024-02-21  8:43 UTC  (3+ messages)
` [PATCH bpf-next v8 3/3] selftests: bpf: crypto skcipher algo selftests

[PATCH 00/10] crypto: qat - enable SRIOV VF live migration for
 2024-02-21  8:44 UTC  (17+ messages)
` [PATCH 07/10] crypto: qat - add bank save and restore flows
  ` [EXTERNAL] "
` [PATCH 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH v5 0/3] mm/zswap & crypto/compress: remove a couple of memcpy
 2024-02-21  6:10 UTC  (8+ messages)
` [PATCH v5 1/3] crypto: introduce: acomp_is_async to expose if comp drivers might sleep
` [PATCH v5 2/3] mm/zswap: remove the memcpy if acomp is not sleepable
` [PATCH v5 3/3] crypto: scompress: remove memcpy if sg_nents is 1

[PATCH] crypto: dh - Make public key test FIPS-only
 2024-02-21  5:19 UTC 

[PATCH v3] X.509: Introduce scope-based x509_certificate allocation
 2024-02-20 18:03 UTC  (3+ messages)

[PATCH] crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx
 2024-02-20 16:40 UTC  (4+ messages)

[PATCH v4 0/3] mm/zswap & crypto/compress: remove a couple of memcpy
 2024-02-20  5:25 UTC  (8+ messages)
` [PATCH v4 1/3] crypto: introduce crypto_acomp_get_alg_flags to expose algorithm flags
` [PATCH v4 2/3] mm/zswap: remove the memcpy if acomp is not sleepable
` [PATCH v4 3/3] crypto: scompress: remove memcpy if sg_nents is 1

[PATCH 1/2] crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags
 2024-02-20  4:42 UTC  (2+ messages)
` [PATCH 2/2] crypto: iaa "

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

[PATCH v3 0/3] mm/zswap & crypto/compress: remove a couple of memcpy
 2024-02-19 23:34 UTC  (7+ messages)
` [PATCH v3 1/3] crypto: introduce acomp_is_sleepable to expose if comp drivers might sleep
` [PATCH v3 2/3] mm/zswap: remove the memcpy if acomp is not sleepable
` [PATCH v3 3/3] crypto: scompress: remove memcpy if sg_nents is 1

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

[PATCH v2 00/14] Add support for NIST P521 to ecdsa and ecdh
 2024-02-19 14:40 UTC  (21+ messages)
` [PATCH v2 01/14] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v2 02/14] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v2 03/14] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v2 04/14] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH v2 05/14] crypto: ecc - For NIST P521 use vli_num_bits to get number of bits
` [PATCH v2 06/14] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v2 07/14] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH v2 08/14] x509: Add OID for NIST P521 and extend parser for it
` [PATCH v2 09/14] crypto: ecdh - Use properly formatted digits to check for valid key
` [PATCH v2 10/14] crypto: ecc - Implement ecc_digits_to_bytes to convert digits to byte array
` [PATCH v2 11/14] crypto: Add nbits field to ecc_curve structure
` [PATCH v2 12/14] crypto: ecc - Implement and use ecc_curve_get_nbytes to get curve's nbytes
` [PATCH v2 13/14] crypto: ecdh - Use functions to copy digits from and to byte array
` [PATCH v2 14/14] crypto: ecdh - Add support for NIST P521 and add test case

[PATCH 0/2] Add Crypto Engine support for SM6350
 2024-02-19 10:35 UTC  (7+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm6350: Add Crypto Engine

[PATCH v2] arm64: dts: qcom: sm6350: Add Crypto Engine
 2024-02-19 10:16 UTC 

[PATCH v4 00/20] Support more Amlogic SoC families in crypto driver
 2024-02-19  6:57 UTC  (7+ messages)
` [PATCH v4 16/20] dt-bindings: crypto: meson: support new SoC's

[PATCH] crypto: qat - uninitialized variable in adf_hb_error_inject_write()
 2024-02-19  5:45 UTC  (3+ messages)

[PATCH] crypto: rockchip - fix to check return value
 2024-02-18 22:16 UTC 

[PATCH] crypto: fix CRYPTO_JITTERENTROPY help text
 2024-02-18  5:33 UTC  (2+ messages)

CONFIG_JITTERENTROPY needs more explanation?
 2024-02-18  5:32 UTC  (3+ messages)

[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-02-17 20:06 UTC  (30+ messages)
` [PATCH v8 01/15] x86/boot: Place kernel_info at a fixed offset
` [PATCH v8 02/15] Documentation/x86: Secure Launch kernel documentation
` [PATCH v8 03/15] x86: Secure Launch Kconfig
` [PATCH v8 04/15] x86: Secure Launch Resource Table header file
` [PATCH v8 05/15] x86: Secure Launch main "
` [PATCH v8 06/15] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v8 07/15] x86: Secure Launch kernel early boot stub
` [PATCH v8 08/15] x86: Secure Launch kernel late "
` [PATCH v8 09/15] x86: Secure Launch SMP bringup support
` [PATCH v8 10/15] kexec: Secure Launch kexec SEXIT support
` [PATCH v8 11/15] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v8 12/15] tpm: Add ability to set the preferred locality the TPM chip uses
` [PATCH v8 13/15] tpm: Add sysfs interface to allow setting and querying the preferred locality
` [PATCH v8 14/15] x86: Secure Launch late initcall platform module
` [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch

[PATCH] crypto: arm64/neonbs - fix out-of-bounds access on short input
 2024-02-17 16:11 UTC 

[syzbot] [arm?] [crypto?] KASAN: invalid-access Read in neon_aes_ctr_encrypt
 2024-02-17 15:01 UTC  (3+ messages)

[PATCH v2 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-02-17  4:38 UTC  (9+ messages)
` [PATCH v2 1/3] crypto: introduce acomp_is_sleepable to expose if a acomp has a scomp backend
` [PATCH v2 2/3] mm/zswap: remove the memcpy if acomp is not sleepable
` [PATCH v2 3/3] crypto: scompress: remove memcpy if sg_nents is 1

[PATCH] crypto: qat - resolve race condition during AER recovery
 2024-02-17  1:15 UTC  (2+ messages)

[PATCH] crypto: qat - change SLAs cleanup flow at shutdown
 2024-02-17  1:14 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: adjust file entries after crypto vmx file movement
 2024-02-17  1:14 UTC  (2+ messages)

[PATCH v2 0/3] crypto: hisilicon/qm - add stop function and obtain queue status
 2024-02-17  1:13 UTC  (2+ messages)

[PATCH] crypto: ccp - State in dmesg that TSME is enabled
 2024-02-17  1:13 UTC  (2+ messages)

[PATCH 0/3] crypto: qat - fix and make common ring to service map in QAT GEN4
 2024-02-16 17:21 UTC  (4+ messages)
` [PATCH 1/3] crypto: qat - fix ring to service map for dcc in 4xxx
` [PATCH 2/3] crypto: qat - fix ring to service map for dcc in 420xx
` [PATCH 3/3] crypto: qat - make ring to service map common for QAT GEN4

[PATCH 0/6] crypto: qat - fix warnings reported by clang
 2024-02-16 15:20 UTC  (7+ messages)
` [PATCH 1/6] crypto: qat - remove unused macros in qat_comp_alg.c
` [PATCH 2/6] crypto: qat - removed unused macro in adf_cnv_dbgfs.c
` [PATCH 3/6] crypto: qat - avoid division by zero
` [PATCH 4/6] crypto: qat - remove double initialization of value
` [PATCH 5/6] crypto: qat - remove unnecessary description from comment
` [PATCH 6/6] crypto: qat - fix comment structure

[PATCH 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-02-16  3:55 UTC  (7+ messages)
` [PATCH 2/3] mm/zswap: remove the memcpy if acomp is not asynchronous
` [PATCH 3/3] crypto: scompress: remove memcpy if sg_nents is 1

code question for dh to kernel v6.5
 2024-02-15 11:36 UTC  (3+ messages)

[PATCH 00/15] crypto: Add twopass lskcipher for adiantum
 2024-02-15  8:20 UTC  (24+ messages)
` [PATCH 01/15] crypto: skcipher - Add tailsize attribute
` [PATCH 02/15] crypto: algif_skcipher - Add support for tailsize
` [PATCH 05/15] crypto: skcipher - Add twopass attribute
` [PATCH 06/15] crypto: algif_skcipher - Disallow nonincremental algorithms
` [PATCH 07/15] crypto: adiantum - Use lskcipher instead of cipher
` [PATCH 08/15] crypto: skcipher - Add incremental support to lskcipher wrapper
` [PATCH 09/15] crypto: chacha-generic - Convert from skcipher to lskcipher
` [PATCH 10/15] crypto: skcipher - Move nesting check into ecb
` [PATCH 11/15] crypto: skcipher - Propagate zero-length requests to lskcipher
` [PATCH 12/15] crypto: cts - Convert from skcipher "
` [PATCH 13/15] crypto: cts,xts - Update parameters blocksize/chunksize/tailsize
` [PATCH 14/15] crypto: lskcipher - Export incremental interface internally
` [PATCH 15/15] crypto: adiantum - Convert from skcipher to lskcipher

[PATCH riscv/for-next] crypto: riscv - add vector crypto accelerated AES-CBC-CTS
 2024-02-14 22:42 UTC  (3+ messages)

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-02-14 16:56 UTC  (11+ messages)
` [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support

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

[PATCH v2 1/2] crypto: ccp: Avoid discarding errors in psp_send_platform_access_msg()
 2024-02-13 17:34 UTC  (2+ messages)
` [PATCH v2 2/2] crypto: ccp: Update return values for some unit tests

Build regressions/improvements in v6.8-rc1
 2024-02-13 14:44 UTC  (3+ messages)

[PATCH] [v2] ARM: crypto: fix function cast warnings
 2024-02-13 13:56 UTC  (2+ messages)

[PATCH] ARM: crypto: fix function cast warnings
 2024-02-13 13:50 UTC  (3+ messages)

[PATCH v4 00/15] Hardware wrapped key support for qcom ice and ufs
 2024-02-13 12:49 UTC  (3+ messages)
` [PATCH v4 01/15] ice, ufs, mmc: use blk_crypto_key for program_key

[PATCH v5 0/6] DCP as trusted keys backend
 2024-02-13  9:59 UTC  (3+ 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).