linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 17:47:02 to 2020-12-27 11:33:27 UTC [more...]

[GIT PULL] Crypto Update for 5.9
 2020-12-27 11:32 UTC  (4+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.10
    ` [GIT PULL] Crypto Fixes for 5.11

[RFC PATCH 00/10] crypto: x86 - remove XTS and CTR glue helper code
 2020-12-25 19:20 UTC  (14+ messages)
` [RFC PATCH 01/10] crypto: x86/camellia - switch to XTS template
` [RFC PATCH 02/10] crypto: x86/cast6 "
` [RFC PATCH 03/10] crypto: x86/serpent- "
` [RFC PATCH 04/10] crypto: x86/twofish - "
` [RFC PATCH 05/10] crypto: x86/glue-helper - drop XTS helper routines
` [RFC PATCH 06/10] crypto: x86/camellia - drop CTR mode implementation
` [RFC PATCH 07/10] crypto: x86/cast6 "
` [RFC PATCH 08/10] crypto: x86/serpent "
` [RFC PATCH 09/10] crypto: x86/twofish "
` [RFC PATCH 10/10] crypto: x86/glue-helper - drop CTR helper routines

[PATCH 0/2] crypto: x86/aes-ni-xts - recover and improve performance
 2020-12-25 19:14 UTC  (4+ messages)
` [PATCH 1/2] crypto: x86/aes-ni-xts - use direct calls to and 4-way stride
` [PATCH 2/2] crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper

drivers/char/random.c needs a (new) maintainer
 2020-12-24 19:19 UTC  (15+ messages)

dm-crypt with no_read_workqueue and no_write_workqueue + btrfs scrub = BUG()
 2020-12-24 18:52 UTC  (7+ messages)

[PATCH v5 0/5] add ECDH and CURVE25519 algorithms support for Kunpeng 930
 2020-12-24  6:08 UTC  (6+ messages)
` [PATCH v5 1/5] crypto: hisilicon/hpre - add some updates to adapt to "
` [PATCH v5 2/5] crypto: hisilicon/hpre - add algorithm type
` [PATCH v5 3/5] crypto: expose elliptic curve parameters as Crypto APIs
` [PATCH v5 4/5] crypto: hisilicon/hpre - add 'ECDH' algorithm
` [PATCH v5 5/5] crypto: hisilicon/hpre - add 'CURVE25519' algorithm

[PATCH] crypto: qat - add CRYPTO_AES to Kconfig dependencies
 2020-12-23 20:57 UTC  (4+ messages)

[PATCH v3 00/14] crypto: arm32-optimized BLAKE2b and BLAKE2s
 2020-12-23  9:10 UTC  (24+ messages)
` [PATCH v3 01/14] crypto: blake2s - define shash_alg structs using macros
` [PATCH v3 02/14] crypto: x86/blake2s "
` [PATCH v3 03/14] crypto: blake2s - remove unneeded includes
` [PATCH v3 04/14] crypto: blake2s - move update and final logic to internal/blake2s.h
` [PATCH v3 05/14] crypto: blake2s - share the "shash" API boilerplate code
` [PATCH v3 06/14] crypto: blake2s - optimize blake2s initialization
` [PATCH v3 07/14] crypto: blake2s - add comment for blake2s_state fields
` [PATCH v3 08/14] crypto: blake2s - adjust include guard naming
` [PATCH v3 09/14] crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
` [PATCH v3 10/14] crypto: arm/blake2s - add ARM scalar optimized BLAKE2s
` [PATCH v3 11/14] wireguard: Kconfig: select CRYPTO_BLAKE2S_ARM
` [PATCH v3 12/14] crypto: blake2b - sync with blake2s implementation
` [PATCH v3 13/14] crypto: blake2b - update file comment
` [PATCH v3 14/14] crypto: arm/blake2b - add NEON-accelerated BLAKE2b

[PATCH v2] crypto: arm/chacha-neon - add missing counter increment
 2020-12-23  8:53 UTC  (5+ messages)

[PATCH] crypto: keembay-ocs-aes - Add dependency on HAS_IOMEM
 2020-12-23  7:51 UTC  (2+ messages)

[PATCH] crypto: CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAY
 2020-12-23  7:50 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 011/217] crypto: omap-aes - fix the reference count leak of omap device
 2020-12-23  2:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 057/217] s390/trng: set quality to 1024

[PATCH AUTOSEL 5.4 005/130] crypto: omap-aes - fix the reference count leak of omap device
 2020-12-23  2:17 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 026/130] s390/trng: set quality to 1024
` [PATCH AUTOSEL 5.4 073/130] crypto: qce - Fix SHA result buffer corruption issues

[PATCH AUTOSEL 4.19 03/87] crypto: omap-aes - fix the reference count leak of omap device
 2020-12-23  2:20 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 18/87] s390/trng: set quality to 1024
` [PATCH AUTOSEL 4.19 52/87] crypto: qce - Fix SHA result buffer corruption issues

[PATCH AUTOSEL 4.14 03/66] crypto: omap-aes - fix the reference count leak of omap device
 2020-12-23  2:22 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 15/66] s390/trng: set quality to 1024
` [PATCH AUTOSEL 4.14 43/66] crypto: qce - Fix SHA result buffer corruption issues

[PATCH AUTOSEL 4.9 03/48] crypto: omap-aes - fix the reference count leak of omap device
 2020-12-23  2:24 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 32/48] crypto: qce - Fix SHA result buffer corruption issues

[PATCH AUTOSEL 4.4 27/38] crypto: qce - Fix SHA result buffer corruption issues
 2020-12-23  2:25 UTC 

[RFC PATCH 0/8] x86: Support Intel Key Locker
 2020-12-22 19:03 UTC  (24+ messages)
` [RFC PATCH 3/8] x86/msr-index: Add MSRs for Key Locker internal key
` [RFC PATCH 4/8] x86/power: Restore Key Locker internal key from the ACPI S3/4 sleep states
` [RFC PATCH 5/8] x86/cpu: Add a config option and a chicken bit for Key Locker
` [RFC PATCH 6/8] selftests/x86: Test Key Locker internal key maintenance
` [RFC PATCH 7/8] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions
  ` [NEEDS-REVIEW] "
` [RFC PATCH 8/8] x86/cpu: Support the hardware randomization option for Key Locker internal key

[PATCH] crypto: inside-secure - fix platform_get_irq.cocci warnings
 2020-12-22 13:56 UTC  (2+ messages)

[PATCH v2 00/11] crypto: arm32-optimized BLAKE2b and BLAKE2s
 2020-12-22  8:55 UTC  (18+ messages)
` [PATCH v2 01/11] crypto: blake2b - rename constants for consistency with blake2s
` [PATCH v2 02/11] crypto: blake2b - define shash_alg structs using macros
` [PATCH v2 03/11] crypto: blake2b - export helpers for optimized implementations
` [PATCH v2 04/11] crypto: blake2b - update file comment
` [PATCH v2 05/11] crypto: arm/blake2b - add NEON-accelerated BLAKE2b
` [PATCH v2 06/11] crypto: blake2s - define shash_alg structs using macros
` [PATCH v2 07/11] crypto: x86/blake2s "
` [PATCH v2 08/11] crypto: blake2s - remove unneeded includes
` [PATCH v2 09/11] crypto: blake2s - share the "shash" API boilerplate code
` [PATCH v2 10/11] crypto: arm/blake2s - add ARM scalar optimized BLAKE2s
` [PATCH v2 11/11] wireguard: Kconfig: select CRYPTO_BLAKE2S_ARM

[PATCH 0/4] crypto: gcm-aes-ni cleanups
 2020-12-22  8:00 UTC  (3+ messages)

[PATCH] crypto: x86/crc32c-intel - Don't match some Zhaoxin CPUs
 2020-12-22  4:54 UTC  (10+ messages)

[RFC V1 0/7] Introduce AVX512 optimized crypto algorithms
 2020-12-21 23:20 UTC  (10+ messages)
` [RFC V1 1/7] x86: Probe assembler capabilities for VAES and VPLCMULQDQ support
` [RFC V1 2/7] crypto: crct10dif - Accelerated CRC T10 DIF with vectorized instruction
` [RFC V1 3/7] crypto: ghash - Optimized GHASH computations
` [RFC V1 4/7] crypto: tcrypt - Add speed test for optimized "
` [RFC V1 5/7] crypto: aesni - AES CTR x86_64 "by16" AVX512 optimization
` [RFC V1 6/7] crypto: aesni - fix coding style for if/else block
` [RFC V1 7/7] crypto: aesni - AVX512 version of AESNI-GCM using VPCLMULQDQ

[RFC PATCH 0/6] Keem Bay OCS ECC crypto driver
 2020-12-21 22:52 UTC  (8+ messages)
` [RFC PATCH 1/6] crypto: engine - Add KPP Support to Crypto Engine
` [RFC PATCH 2/6] crypto: ecc - Move ecc.h to include/crypto/internal
` [RFC PATCH 3/6] crypto: ecc - Export additional helper functions
` [RFC PATCH 4/6] crypto: ecdh - Add Curve ID for NIST P-384
` [RFC PATCH 5/6] dt-bindings: crypto: Add Keem Bay ECC bindings
` [RFC PATCH 6/6] crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC Driver

[PATCH] hwrng: ingenic - Fix a resource leak in an error handling path
 2020-12-20 13:30 UTC  (2+ messages)

[PATCH v4 4/5] crypto: hisilicon/hpre - add 'ECDH' algorithm
 2020-12-19 21:25 UTC  (5+ messages)

[PATCH 0/6] Regression fixes/clean ups in the Qualcomm crypto engine driver
 2020-12-19  3:30 UTC  (7+ messages)
` [PATCH 1/6] drivers: crypto: qce: sha: Restore/save sha1_state/sha256_state with qce_sha_reqctx in export/import
` [PATCH 2/6] drivers: crypto: qce: sha: Hold back a block of data to be transferred as part of final
` [PATCH 3/6] drivers: crypto: qce: skcipher: Fix regressions found during fuzz testing
` [PATCH 4/6] drivers: crypto: qce: common: Set data unit size to message length for AES XTS transformation
` [PATCH 5/6] drivers: crypto: qce: Remover src_tbl from qce_cipher_reqctx
` [PATCH 6/6] drivers: crypto: qce: Remove totallen and offset in qce_start

[RFC PATCH 0/5] running kernel mode SIMD with softirqs disabled
 2020-12-19  2:04 UTC  (7+ messages)
` [RFC PATCH 1/5] crypto: aead - disallow en/decrypt for non-task or non-softirq context
` [RFC PATCH 2/5] crypto: skcipher "
` [RFC PATCH 3/5] crypto: arm64/gcm-aes-ce - add NEON yield support
` [RFC PATCH 4/5] arm64: fpsimd: run kernel mode NEON with softirqs disabled
` [RFC PATCH 5/5] crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path

[PATCH v7 0/3] Update to zstd-1.4.6
 2020-12-18 18:57 UTC  (9+ messages)
  ` [f2fs-dev] "

[PATCH v2 1/2] hwrng: iproc-rng200: Fix disable of the block
 2020-12-18 17:34 UTC  (5+ messages)
` [PATCH v2 2/2] hwrng: iproc-rng200: Move enable/disable in separate function

[PATCH 1/2] hwrng: iproc-rng200: Fix disable of the block
 2020-12-18 10:49 UTC  (3+ messages)

[PATCH 0/5] crypto: add NEON-optimized BLAKE2b
 2020-12-17 22:33 UTC  (17+ messages)
` [PATCH 1/5] crypto: blake2b - rename constants for consistency with blake2s
` [PATCH 2/5] crypto: blake2b - define shash_alg structs using macros
` [PATCH 3/5] crypto: blake2b - export helpers for optimized implementations
` [PATCH 4/5] crypto: blake2b - update file comment
` [PATCH 5/5] crypto: arm/blake2b - add NEON-optimized BLAKE2b implementation

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-12-17 20:38 UTC  (2+ messages)

[PATCH 1/2] crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled
 2020-12-17 18:55 UTC  (2+ messages)
` [PATCH 2/2] crypto: arm64/aes-ctr - improve tail handling

INFO: rcu detected stall in sys_open (2)
 2020-12-17  8:18 UTC  (3+ messages)

problem with ccp-crypto module on apu
 2020-12-17  7:52 UTC 


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