linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-12 23:33:03 to 2025-04-18 02:59:17 UTC [more...]

[v2 PATCH 00/67] crypto: shash - Handle partial blocks in API
 2025-04-18  2:59 UTC  (16+ messages)
` [v2 PATCH 01/67] "
` [v2 PATCH 02/67] crypto: blake2b-generic - Use API partial block handling
` [v2 PATCH 03/67] crypto: arm/blake2b "
` [v2 PATCH 04/67] crypto: ghash-generic "
` [v2 PATCH 05/67] crypto: powerpc/ghash "
` [v2 PATCH 06/67] crypto: arm/ghash "
` [v2 PATCH 07/67] crypto: arm64/ghash "
` [v2 PATCH 08/67] crypto: riscv/ghash "
` [v2 PATCH 09/67] crypto: s390/ghash "
` [v2 PATCH 10/67] crypto: x86/ghash "
` [v2 PATCH 11/67] crypto: md5-generic "
` [v2 PATCH 12/67] crypto: mips/octeon-md5 "
` [v2 PATCH 13/67] crypto: powerpc/md5 "
` [v2 PATCH 14/67] crypto: sparc/md5 "
` [v2 PATCH 15/67] crypto: x86/sha1 "

[PATCH 00/67] crypto: shash - Handle partial blocks in API
 2025-04-18  2:52 UTC  (70+ messages)
` [PATCH 01/67] "
` [PATCH 02/67] crypto: blake2b-generic - Use API partial block handling
` [PATCH 03/67] crypto: arm/blake2b "
` [PATCH 04/67] crypto: ghash-generic "
` [PATCH 05/67] crypto: powerpc/ghash "
` [PATCH 06/67] crypto: arm/ghash "
` [PATCH 07/67] crypto: arm64/ghash "
` [PATCH 08/67] crypto: riscv/ghash "
` [PATCH 09/67] crypto: s390/ghash "
` [PATCH 10/67] crypto: x86/ghash "
` [PATCH 11/67] crypto: md5-generic "
` [PATCH 12/67] crypto: mips/octeon-md5 "
` [PATCH 13/67] crypto: powerpc/md5 "
` [PATCH 14/67] crypto: sparc/md5 "
` [PATCH 15/67] crypto: x86/sha1 "
` [PATCH 16/67] crypto: arm64/sha1 "
` [PATCH 17/67] crypto: mips/octeon-sha1 "
` [PATCH 18/67] crypto: sha1-generic "
` [PATCH 19/67] crypto: arm/sha1-ce "
` [PATCH 20/67] crypto: arm/sha1-neon "
` [PATCH 21/67] crypto: arm/sha1-asm "
` [PATCH 22/67] crypto: powerpc/sha1 "
` [PATCH 23/67] crypto: powerpc/sha1-spe "
` [PATCH 24/67] crypto: s390/sha1 "
` [PATCH 25/67] crypto: sparc/sha1 "
` [PATCH 26/67] crypto: sha1_base - Remove partial block helpers
` [PATCH 27/67] crypto: x86/sha256 - Use API partial block handling
` [PATCH 28/67] crypto: mips/octeon-sha256 "
` [PATCH 29/67] crypto: riscv/sha256 "
` [PATCH 30/67] crypto: sha256-generic "
` [PATCH 31/67] crypto: arm/sha256-ce "
` [PATCH 32/67] crypto: arm/sha256-neon "
` [PATCH 33/67] crypto: arm/sha256-asm "
` [PATCH 34/67] crypto: arm64/sha256-ce "
` [PATCH 35/67] crypto: arm64/sha256 "
` [PATCH 36/67] crypto: powerpc/sha256-spe "
` [PATCH 37/67] crypto: s390/sha256 "
` [PATCH 38/67] crypto: sparc/sha256 "
` [PATCH 39/67] crypto: sha256_base - Remove partial block helpers
` [PATCH 40/67] crypto: arm64/sha3-ce - Use API partial block handling
` [PATCH 41/67] crypto: s390/sha3 "
` [PATCH 42/67] crypto: sha3-generic "
` [PATCH 43/67] crypto: zynqmp-sha "
` [PATCH 44/67] crypto: x86/sha512 "
` [PATCH 45/67] crypto: mips/octeon-sha512 "
` [PATCH 46/67] crypto: riscv/sha512 "
` [PATCH 47/67] crypto: sha512-generic "
` [PATCH 48/67] crypto: arm/sha512-neon "
` [PATCH 49/67] crypto: arm/sha512-asm "
` [PATCH 50/67] crypto: arm64/sha512-ce "
` [PATCH 51/67] crypto: arm/sha512 "
` [PATCH 52/67] crypto: s390/sha512 "
` [PATCH 53/67] crypto: sparc/sha512 "
` [PATCH 54/67] crypto: sha512_base - Remove partial block helpers
` [PATCH 55/67] crypto: sm3-generic - Use API partial block handling
` [PATCH 56/67] crypto: arm64/sm3-ce "
` [PATCH 57/67] crypto: arm64/sm3-neon "
` [PATCH 58/67] crypto: riscv/sm3 "
` [PATCH 59/67] crypto: x86/sm3 "
` [PATCH 60/67] crypto: lib/sm3 - Remove partial block helpers
` [PATCH 61/67] crypto: cbcmac - Use API partial block handling
` [PATCH 62/67] crypto: cmac "
` [PATCH 63/67] crypto: xcbc "
` [PATCH 64/67] crypto: arm64/aes "
` [PATCH 65/67] crypto: arm64/sm4 "
` [PATCH 66/67] crypto: nx "
` [PATCH 67/67] crypto: padlock-sha "
  ` [PATCH] crypto: acomp - Add missing return statements in compress/decompress

[RFC PATCH] crypto: riscv: scalar accelerated GHASH
 2025-04-18  2:49 UTC  (14+ messages)

[PATCH] crypto: engine - Realign struct crypto_engine to save 8 bytes
 2025-04-17 22:36 UTC 

[PATCH 00/15] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-17 18:26 UTC  (16+ messages)
` [PATCH 01/15] crypto: arm - remove CRYPTO dependency of library functions
` [PATCH 02/15] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH 03/15] crypto: arm64 - remove CRYPTO dependency of library functions
` [PATCH 04/15] crypto: loongarch - source arch/loongarch/crypto/Kconfig without CRYPTO
` [PATCH 05/15] crypto: mips - remove CRYPTO dependency of library functions
` [PATCH 06/15] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH 07/15] crypto: powerpc - remove CRYPTO dependency of library functions
` [PATCH 08/15] crypto: riscv "
` [PATCH 09/15] crypto: s390 - drop redundant dependencies on S390
` [PATCH 10/15] crypto: s390 - remove CRYPTO dependency of library functions
` [PATCH 11/15] crypto: sparc - source arch/sparc/crypto/Kconfig without CRYPTO
` [PATCH 12/15] crypto: x86 - drop redundant dependencies on X86
` [PATCH 13/15] crypto: x86 - remove CRYPTO dependency of library functions
` [PATCH 14/15] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH 15/15] crypto: lib/poly1305 "

[PATCH] s390/crc32: Remove no-op module init and exit functions
 2025-04-17 16:38 UTC 

[PATCH] lib/crc: make the CPU feature static keys __ro_after_init
 2025-04-17 16:32 UTC  (5+ messages)

[PATCH v2 2/3] accel/amdpk: add driver for AMD PKI accelerator
 2025-04-17 15:32 UTC  (8+ messages)

[PATCH 1/4] crypto: img-hash - use API helpers to setup fallback request
 2025-04-17  7:16 UTC  (7+ messages)
` [PATCH 3/4] crypto: sun8i-ss "

[PATCH 0/4] Make crypto/internal/simd.h resilient
 2025-04-17  2:26 UTC  (4+ messages)
` [PATCH 1/4] asm-generic: Make simd.h more resilient
    ` [PATCH] powerpc/crc: Include uaccess.h and others

linux-next: build failure after merge of the crypto tree
 2025-04-17  1:52 UTC 

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-16 17:31 UTC  (17+ messages)
` [PATCH v2 security-next 1/4] security: "
  ` [PATCH v2 "

[PATCH] powerpc/crc: include <linux/uaccess.h>
 2025-04-16 17:14 UTC 

[GIT PULL] Crypto Update for 6.6
 2025-04-16 15:24 UTC  (12+ messages)
` [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
          ` [GIT PULL] Crypto Fixes for 6.12
            ` [GIT PULL] Crypto Fixes for 6.13
              ` [GIT PULL] Crypto Fixes for 6.15

[PATCH] crypto: ecdsa - explicitly zeroize pub_key
 2025-04-16 15:16 UTC  (3+ messages)

[PATCH v2 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
 2025-04-16  8:27 UTC  (4+ messages)
` [PATCH v2 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)

[PATCH 0/9] Remove per-architecture poly1305 shash glue code
 2025-04-16  8:00 UTC  (11+ messages)
` [PATCH 1/9] crypto: powerpc/poly1305 - implement library instead of shash
` [PATCH 2/9] crypto: poly1305 - centralize the shash wrappers for arch code
` [PATCH 3/9] crypto: arm/poly1305 - remove redundant shash algorithm
` [PATCH 4/9] crypto: arm64/poly1305 "
` [PATCH 5/9] crypto: mips/poly1305 - drop redundant dependency on CONFIG_MIPS
` [PATCH 6/9] crypto: mips/poly1305 - remove redundant shash algorithm
` [PATCH 7/9] crypto: x86/poly1305 "
` [PATCH 8/9] crypto: x86/poly1305 - don't select CRYPTO_LIB_POLY1305_GENERIC
` [PATCH 9/9] crypto: poly1305 - remove rset and sset fields of poly1305_desc_ctx

[PATCH] crypto: deadcode structs from 'comp' removal
 2025-04-16  7:59 UTC  (2+ messages)

[PATCH] crypto: skcipher - Realign struct skcipher_walk to save 8 bytes
 2025-04-16  7:59 UTC  (2+ messages)

[PATCH v2 0/3] Use a local device pointer for hwrng drivers instead of casting constantly
 2025-04-16  7:58 UTC  (2+ messages)

[PATCH] crypto: ccp: Fix __sev_snp_shutdown_locked()
 2025-04-16  7:57 UTC  (3+ messages)

[PATCH] crypto: essiv - Remove unnecessary strscpy() size argument
 2025-04-16  7:56 UTC  (2+ messages)

[PATCH RESEND v2 0/2] ecdsa KEYCTL_PKEY_QUERY fixes
 2025-04-16  7:56 UTC  (2+ messages)

[PATCH] crypto: caam: Add support for i.MX8QM
 2025-04-16  7:56 UTC  (2+ messages)

[PATCH v2] crypto: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flag to atmel-aes, atmel-sha, atmel-tdes drivers
 2025-04-16  7:55 UTC  (2+ messages)

[RESEND PATCH] crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc()
 2025-04-16  7:54 UTC  (2+ messages)

[PATCH] crypto: public_key - Make sig/tfm local to if clause in software_key_query
 2025-04-16  7:48 UTC 

[PATCH] crypto: powerpc - Include uaccess.h and others
 2025-04-16  7:34 UTC 

[PATCH 0/8] crypto: hash - Preparation for block-only shash
 2025-04-16  5:23 UTC  (3+ messages)

[PATCH v13 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-15 22:16 UTC  (19+ messages)
` [PATCH v13 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v13 04/19] x86: Secure Launch main header file
` [PATCH v13 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v13 16/19] tpm, tpm_tis: Allow locality to be set to a different value

[RFC PATCH v2 22/22] pci: Define pci_iomap_range_encrypted
 2025-04-15 20:30 UTC  (2+ messages)

[RFC PATCH v2 21/22] pci: Allow encrypted MMIO mapping via sysfs
 2025-04-15 20:28 UTC  (2+ messages)

[RFC PATCH v2 19/22] RFC: pci: Add BUS_NOTIFY_PCI_BUS_MASTER event
 2025-04-15 20:26 UTC  (2+ messages)

[RFC PATCH v2 08/22] pci/tsm: Add PCI driver for TSM
 2025-04-15 20:25 UTC  (2+ messages)

[RFC PATCH v2 01/22] pci/doe: Define protocol types and make those public
 2025-04-15 20:15 UTC  (2+ messages)

[linux-next:master] [crypto] 08cabc7d3c: BUG:sleeping_function_called_from_invalid_context_at_crypto/acompress.c
 2025-04-15  9:23 UTC  (2+ messages)
` [PATCH] crypto: deflate - Make the acomp walk atomic

[PATCH] arm64: Kconfig: remove unnecessary selection of CRC32
 2025-04-14 17:40 UTC 

[PATCH v3 0/3] Rework protected key AES for true asynch support
 2025-04-14 10:14 UTC  (3+ messages)
` [PATCH v3 1/3] s390/cpacf: Rework cpacf_pcc() to return condition code

[BUG] CAAM refcount warnings
 2025-04-14  5:16 UTC  (10+ messages)
` [PATCH] crypto: caam/qi - Fix drv_ctx refcount bug
      ` [PATCH] crypto: api - Allow delayed algorithm destruction
            ` [PATCH] crypto: api - Add support for duplicating algorithms before registration

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-04-14  4:17 UTC  (6+ messages)
` [RFC PATCH v2 13/22] iommufd: amd-iommu: Add vdevice support

[PATCH] crypto: sun8i-ce-hash - Refine exception handling in sun8i_ce_hash_run()
 2025-04-13  8:20 UTC  (5+ 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).