linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-27 01:00:09 to 2025-04-30 17:45:46 UTC [more...]

[PATCH 00/12] crypto: sha256 - Use partial block API
 2025-04-30 17:45 UTC  (14+ messages)
` [PATCH 01/12] crypto: lib/sha256 - Restore lib_sha256 finup code
` [PATCH 02/12] crypto: sha256 - Use the partial block API for generic
` [PATCH 03/12] crypto: arm/sha256 - Add simd block function
` [PATCH 04/12] crypto: arm64/sha256 "
` [PATCH 05/12] crypto: mips/sha256 - Export block functions as GPL only
` [PATCH 06/12] crypto: powerpc/sha256 "
` [PATCH 07/12] crypto: riscv/sha256 - Add simd block function
` [PATCH 08/12] crypto: s390/sha256 - Export block functions as GPL only
` [PATCH 09/12] crypto: sparc/sha256 "
` [PATCH 10/12] crypto: x86/sha256 - Add simd block function
` [PATCH 11/12] crypto: lib/sha256 - Use generic block helper
` [PATCH 12/12] crypto: sha256 - Use the partial block API

[PATCH 0/3] RK3576 Hardware RNG
 2025-04-30 16:16 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: rng: rockchip,rk3588-rng: add rk3576-rng compatible
` [PATCH 2/3] hwrng: rockchip - add support for RK3576's RNG
` [PATCH 3/3] arm64: dts: rockchip: add RK3576 RNG node

[PATCH] KEYS: Reduce smp_mb() calls in key_put()
 2025-04-30 15:25 UTC 

[PATCH] x86/sgx: Use SHA-256 library API instead of crypto_shash API
 2025-04-30 15:20 UTC  (4+ messages)

[PATCH] crypto: rng - fix documentation for crypto_rng_alg()
 2025-04-30 11:59 UTC 

[PATCH 00/11] crypto: qat - add support for QAT GEN6 devices
 2025-04-30 11:34 UTC  (12+ messages)
` [PATCH 01/11] crypto: qat - rename and relocate timer logic
` [PATCH 02/11] crypto: qat - refactor compression template logic
` [PATCH 03/11] crypto: qat - use pr_fmt() in qat uclo.c
` [PATCH 04/11] crypto: qat - refactor FW signing algorithm
` [PATCH 05/11] crypto: qat - add GEN6 firmware loader
` [PATCH 06/11] crypto: qat - export adf_get_service_mask()
` [PATCH 07/11] crypto: qat - expose configuration functions
` [PATCH 08/11] crypto: qat - export adf_init_admin_pm()
` [PATCH 09/11] crypto: qat - update firmware api
` [PATCH 10/11] crypto: qat - add firmware headers for GEN6 devices
` [PATCH 11/11] crypto: qat - add qat_6xxx driver

[PATCH 0/2] crypto: s390/hmac - Use generic hash export format
 2025-04-30 10:34 UTC  (5+ messages)
` [PATCH 1/2] crypto: s390/hmac - Extend hash length counters to 128 bits
` [PATCH 2/2] crypto: s390/hmac - Use generic hash export format
    ` [PATCH] crypto: s390/hmac - Use API partial block handling

[PATCH v8 0/5] Add Loongson Security Engine chip driver
 2025-04-30  9:10 UTC  (8+ messages)

[PATCH] crypto: x86/blake2s - Include linux/init.h
 2025-04-30  8:25 UTC 

[PATCH 1/1] Revert "crypto: run initcalls for generic implementations earlier"
 2025-04-30  8:17 UTC  (6+ messages)
` [v2 PATCH] "

[PATCH v8 0/5] Add Loongson Security Engine chip driver
 2025-04-30  7:55 UTC  (4+ messages)
` [PATCH v8 4/5] tpm: Add a driver for Loongson TPM device

[GIT PULL] Crypto Update for 6.8
 2025-04-30  4:19 UTC  (12+ messages)
` [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 v4 00/13] Architecture-optimized SHA-256 library API
 2025-04-30  3:48 UTC  (15+ messages)
` [PATCH v4 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [PATCH v4 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH v4 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH v4 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH v4 05/13] crypto: mips/sha256 "
` [PATCH v4 06/13] crypto: powerpc/sha256 "
` [PATCH v4 07/13] crypto: riscv/sha256 "
` [PATCH v4 08/13] crypto: s390/sha256 "
` [PATCH v4 09/13] crypto: sparc - move opcodes.h into asm directory
` [PATCH v4 10/13] crypto: sparc/sha256 - implement library instead of shash
` [PATCH v4 11/13] crypto: x86/sha256 "
` [PATCH v4 12/13] crypto: sha256 - remove sha256_base.h
` [PATCH v4 13/13] crypto: lib/sha256 - improve function prototypes

[v3 PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-30  2:43 UTC  (18+ messages)
` [v3 PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [v3 PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [v3 PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [v3 PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [v3 PATCH 05/13] crypto: mips/sha256 "
` [v3 PATCH 06/13] crypto: powerpc/sha256 "
` [v3 PATCH 07/13] crypto: riscv/sha256 "
` [v3 PATCH 08/13] crypto: s390/sha256 "
` [v3 PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [v3 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [v3 PATCH 11/13] crypto: x86/sha256 "
` [v3 PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [v3 PATCH 13/13] crypto: lib/sha256 - improve function prototypes

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-30  1:40 UTC  (4+ messages)
` [PATCH v14 18/19] x86: Secure Launch late initcall platform module

[PATCH] arm64: Kconfig: remove unnecessary selection of CRC32
 2025-04-29 20:27 UTC  (2+ messages)

[PATCH net-next] crypto/krb5: Fix change to use SG miter to use offset
 2025-04-29 19:10 UTC  (3+ messages)

[PATCH] firmware_loader: use SHA-256 library API instead of crypto_shash API
 2025-04-29 16:42 UTC  (3+ messages)

[PATCH v1 4/6] Add SPAcc ahash support
 2025-04-29 10:46 UTC  (3+ messages)

s390: CI failures on all sha kernel modules on linux-next
 2025-04-29  9:12 UTC  (2+ messages)
` [PATCH] crypto: s390/sha512 - Fix sha512 state size

[PATCH v3 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-29  8:22 UTC  (4+ messages)
` [PATCH v3 02/13] crypto: powerpc - drop redundant dependencies on PPC

[PATCH] crypto: streebog - Use API partial block handling
 2025-04-29  8:43 UTC 

[PATCH] crypto: rmd160 - Use API partial block handling
 2025-04-29  8:42 UTC 

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-29  0:56 UTC  (4+ messages)

[PATCH] nfsd: use SHA-256 library API instead of crypto_shash API
 2025-04-28 20:24 UTC  (4+ messages)

[PATCH net-next] r8152: use SHA-256 library API instead of crypto_shash API
 2025-04-28 19:16 UTC 

[PATCH v1 0/6] Add SPAcc Crypto Driver
 2025-04-28 19:05 UTC  (7+ messages)
` [PATCH v1 1/6] dt-bindings: crypto: Document support for SPAcc

[PATCH] apparmor: use SHA-256 library API instead of crypto_shash API
 2025-04-28 19:04 UTC 

[PATCH] kexec_file: use SHA-256 library API instead of crypto_shash API
 2025-04-28 18:57 UTC 

[PATCH] x86/microcode/AMD: Use sha256() instead of init/update/final
 2025-04-28 18:30 UTC 

[PATCH] crypto: qat - include qat_common in top Makefile
 2025-04-28 17:24 UTC 

[PATCH v2] crypto: crc32 - remove "generic" from file and module names
 2025-04-28 16:55 UTC  (2+ messages)

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2025-04-28 16:21 UTC  (3+ messages)
` [PATCH 11/33] dt-bindings: mmc: sdhci-msm: Add the SM7150 compatible

[PATCH] Revert "crypto: crc32 - remove "_generic" from filenames"
 2025-04-28 16:11 UTC  (2+ messages)

[PATCH RESEND] crypto: sun8i-ss: do not use sg_dma_len before calling DMA functions
 2025-04-28 11:54 UTC  (4+ messages)

[PATCH] crypto: octeontx2 - Simplify multiple return statements
 2025-04-28 11:54 UTC  (2+ messages)

[PATCH] crypto: iaa: Adjust workqueue allocation type
 2025-04-28 11:53 UTC  (2+ messages)

[PATCH 1/4] crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare()
 2025-04-28 11:53 UTC  (4+ messages)
` [PATCH 2/4] crypto: sun8i-ce-cipher - use crypto_skcipher_driver_name()

[v4 PATCH 00/11] crypto: lib - Add partial block helper
 2025-04-28  4:56 UTC  (12+ messages)
` [v4 PATCH 01/11] crypto: lib/sha256 - Move partial block handling out
` [v4 PATCH 02/11] crypto: lib/poly1305 - Add block-only interface
` [v4 PATCH 03/11] crypto: arm/poly1305 "
` [v4 PATCH 04/11] crypto: arm64/poly1305 "
` [v4 PATCH 05/11] crypto: mips/poly1305 "
` [v4 PATCH 06/11] crypto: powerpc/poly1305 "
` [v4 PATCH 07/11] crypto: x86/poly1305 "
` [v4 PATCH 08/11] crypto: chacha20poly1305 - Use lib/crypto poly1305
` [v4 PATCH 09/11] crypto: testmgr - Remove poly1305
` [v4 PATCH 10/11] crypto: poly1305 - Remove algorithm
` [v4 PATCH 11/11] crypto: lib/poly1305 - Use block-only interface

[v2 PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-27 14:07 UTC  (19+ messages)
` [v2 PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [v2 PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [v2 PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [v2 PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [v2 PATCH 05/13] crypto: mips/sha256 "
` [v2 PATCH 06/13] crypto: powerpc/sha256 "
` [v2 PATCH 07/13] crypto: riscv/sha256 "
` [v2 PATCH 08/13] crypto: s390/sha256 "
` [v2 PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [v2 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [v2 PATCH 11/13] crypto: x86/sha256 "
` [v2 PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [v2 PATCH 13/13] crypto: lib/sha256 - improve function prototypes

[v3 PATCH 00/11] crypto: lib - Add partial block helper
 2025-04-27  5:22 UTC  (12+ messages)
` [v3 PATCH 01/11] crypto: lib/sha256 - Move partial block handling out
` [v3 PATCH 02/11] crypto: lib/poly1305 - Add block-only interface
` [v3 PATCH 03/11] crypto: arm/poly1305 "
` [v3 PATCH 04/11] crypto: arm64/poly1305 "
` [v3 PATCH 05/11] crypto: mips/poly1305 "
` [v3 PATCH 06/11] crypto: powerpc/poly1305 "
` [v3 PATCH 07/11] crypto: x86/poly1305 "
` [v3 PATCH 08/11] crypto: chacha20poly1305 - Use lib/crypto poly1305
` [v3 PATCH 09/11] crypto: testmgr - Remove poly1305
` [v3 PATCH 10/11] crypto: poly1305 - Remove algorithm
` [v3 PATCH 11/11] crypto: lib/poly1305 - Use block-only interface

[PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-27  5:21 UTC  (7+ messages)
` [PATCH 11/13] crypto: x86/sha256 - implement library instead of shash

[PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
 2025-04-27  2:08 UTC  (8+ messages)

[PATCH 00/15] crypto: lib - Add partial block helper
 2025-04-27  1:47 UTC  (6+ messages)
` [PATCH 02/15] crypto: lib/poly1305 - Add block-only interface

[v2 PATCH 00/11] crypto: lib - Add partial block helper
 2025-04-27  1:24 UTC  (11+ messages)
` [v2 PATCH 01/11] crypto: lib/sha256 - Move partial block handling out
` [v2 PATCH 04/11] crypto: arm64/poly1305 - Add block-only interface
` [v2 PATCH 05/11] crypto: mips/poly1305 "
` [v2 PATCH 06/11] crypto: powerpc/poly1305 "
` [v2 PATCH 07/11] crypto: x86/poly1305 "
` [v2 PATCH 08/11] crypto: chacha20poly1305 - Use lib/crypto poly1305
` [v2 PATCH 09/11] crypto: testmgr - Remove poly1305
` [v2 PATCH 10/11] crypto: poly1305 - Remove algorithm
` [v2 PATCH 11/11] crypto: lib/poly1305 - Use block-only interface

[PATCH 0/2] crypto: Make memcpy_sglist usable for Crypto API
 2025-04-27  1:12 UTC  (4+ messages)
` [PATCH 2/2] crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist


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