linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-12 10:03:39 to 2020-12-22 08:56:22 UTC [more...]

[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  (6+ messages)
` [PATCH 1/4] crypto: x86/gcm-aes-ni - prevent misaligned IV buffers on the stack
` [PATCH 3/4] crypto: x86/gcm-aes-ni - clean up mapping of associated data
` [PATCH 4/4] crypto: x86/gcm-aes-ni - refactor scatterlist processing

[PATCH] crypto: x86/crc32c-intel - Don't match some Zhaoxin CPUs
 2020-12-22  4:54 UTC  (13+ 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)

[RFC PATCH 0/8] x86: Support Intel Key Locker
 2020-12-19 18:59 UTC  (25+ messages)
` [RFC PATCH 1/8] x86/cpufeature: Enumerate Key Locker feature
` [RFC PATCH 2/8] x86/cpu: Load Key Locker internal key at boot-time
` [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 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  (10+ 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

drivers/char/random.c needs a (new) maintainer
 2020-12-18 13:25 UTC  (5+ messages)

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

[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  (3+ 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

[PATCH] crypto: keembay-ocs-aes - Add dependency on HAS_IOMEM
 2020-12-17 16:35 UTC 

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 

[PATCH] crypto: CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAY
 2020-12-16 16:58 UTC  (2+ messages)

[PATCH v4 0/5] crypto: Add Keem Bay OCS HCU driver
 2020-12-16 11:46 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: crypto: Add Keem Bay OCS HCU bindings
` [PATCH v4 2/5] crypto: keembay - Add Keem Bay OCS HCU driver
` [PATCH v4 3/5] crypto: keembay-ocs-hcu - Add HMAC support
` [PATCH v4 4/5] crypto: keembay-ocs-hcu - Add optional support for sha224
` [PATCH v4 5/5] MAINTAINERS: Add maintainers for Keem Bay OCS HCU driver

[PATCH v2] hwrng: fix khwrng lifecycle
 2020-12-16 10:59 UTC 

[PATCH v4 5/5] crypto: hisilicon/hpre - add 'CURVE25519' algorithm
 2020-12-16  2:45 UTC  (2+ messages)

[PATCH v4 3/5] crypto: expose elliptic curve parameters as Crypto APIs
 2020-12-16  2:32 UTC  (2+ messages)
  ` Fwd: "

linux-next: manual merge of the drm tree with the crypto tree
 2020-12-16  1:09 UTC  (3+ messages)

iMX6D CAAM RNG problems in v5.10.1
 2020-12-15 23:53 UTC  (2+ messages)

[PATCH] crypto: x86/crc32c-intel - Don't match some Zhaoxin CPUs
 2020-12-15 10:28 UTC 

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

[PATCH v2] crypto: aesni - add ccm(aes) algorithm implementation
 2020-12-15  9:19 UTC  (14+ messages)

[GIT PULL] keys: Collected minor fixes and cleanups
 2020-12-15  4:57 UTC  (5+ messages)

linux-next: build failure after merge of the ceph tree
 2020-12-14 23:46 UTC 

[PATCH] hwrng: fix khwrng lifecycle
 2020-12-14 17:29 UTC 

[GIT PULL] Crypto Update for 5.9
 2020-12-14 20:56 UTC  (4+ messages)
` [GIT PULL] Crypto Update for 5.10
  ` [GIT PULL] Crypto Update for 5.11

[PATCH v2] crypto: arm/chacha-neon - add missing counter increment
 2020-12-14 20:39 UTC  (4+ messages)

[PATCH v4 0/8] crypto: sun4i-ss: prevent always fallback for ciphers
 2020-12-14 20:02 UTC  (9+ messages)
` [PATCH v4 1/8] crypto: sun4i-ss: linearize buffers content must be kept
` [PATCH v4 2/8] crypto: sun4i-ss: checking sg length is not sufficient
` [PATCH v4 3/8] crypto: sun4i-ss: IV register does not work on A10 and A13
` [PATCH v4 4/8] crypto: sun4i-ss: handle BigEndian for cipher
` [PATCH v4 5/8] crypto: sun4i-ss: initialize need_fallback
` [PATCH v4 6/8] crypto: sun4i-ss: fix kmap usage
` [PATCH v4 7/8] crypto: sun4i-ss: enabled stats via debugfs
` [PATCH v4 8/8] crypto: sun4i-ss: add SPDX header and remove blank lines

[PATCH v3 0/3] crypto: Add Keem Bay OCS HCU driver
 2020-12-14 19:11 UTC  (4+ messages)
` [PATCH v3 2/3] crypto: keembay: "

CAAM RNG trouble
 2020-12-14 19:00 UTC 

[RESEND 00/19] crypto: convert tasklets to use new tasklet_setup API()
 2020-12-14 17:21 UTC  (3+ messages)
` [RESEND 04/19] crypto: caam: convert tasklets to use new tasklet_setup() API

[PATCH 0/4] Remove PicoXcell
 2020-12-14 14:34 UTC  (4+ messages)
` [PATCH 4/4] dt-bindings: Remove PicoXcell bindings

[PATCH] crypto: inside-secure - fix platform_get_irq.cocci warnings
 2020-12-14 11:44 UTC 

[PATCH] KVM/SVM: add support for SEV attestation command
 2020-12-13 22:28 UTC  (4+ messages)

[PATCH v2] crypto: arm/chacha-neon - optimize for non-block size multiples
 2020-12-12 19:48 UTC  (4+ messages)

[PATCH] crypto: arm/chacha-neon - add missing counter increment
 2020-12-12 19:47 UTC  (2+ messages)

[Patch v2 0/6] Enable Qualcomm Crypto Engine on sdm845
 2020-12-12 15:25 UTC  (4+ messages)
` [Patch v2 6/6] dt-bindings: crypto: qcom-qce: Add v5.4 to binding


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