linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 02:56:22 to 2021-01-22 06:21:53 UTC [more...]

[PATCH] crypto: arm64/sha - add missing module aliases
 2021-01-22  6:20 UTC  (2+ messages)

[RFC PATCH 0/6] Keem Bay OCS ECC crypto driver
 2021-01-21 20:02 UTC  (13+ messages)

[PATCH 0/5] crypto: remove some obsolete algorithms
 2021-01-21 18:23 UTC  (10+ messages)
` [PATCH 1/5] crypto: remove RIPE-MD 128 hash algorithm
` [PATCH 2/5] crypto: remove RIPE-MD 256 "
` [PATCH 3/5] crypto: remove RIPE-MD 320 "
` [PATCH 4/5] crypto: remove Tiger 128/160/192 hash algorithms
` [PATCH 5/5] crypto: remove Salsa20 stream cipher algorithm

[PATCH v4 00/10] Enable root to update the blacklist keyring
 2021-01-21 15:55 UTC  (11+ messages)
` [PATCH v4 01/10] tools/certs: Add print-cert-tbs-hash.sh
` [PATCH v4 02/10] certs: Check that builtin blacklist hashes are valid
` [PATCH v4 03/10] certs: Fix blacklisted hexadecimal hash string check
` [PATCH v4 04/10] certs: Fix blacklist flag type confusion
` [PATCH v4 05/10] certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}ID
` [PATCH v4 06/10] certs: Make blacklist_vet_description() more strict
` [PATCH v4 07/10] certs/blacklist: fix kernel doc interface issue
` [PATCH v4 08/10] certs: Factor out the blacklist hash creation
` [PATCH v4 09/10] PKCS#7: Fix missing include
` [PATCH v4 10/10] certs: Allow root user to append signed hashes to the blacklist keyring

[PATCH v4 0/4] Check codeSigning extended key usage extension
 2021-01-21 15:23 UTC  (9+ messages)
` [PATCH 1/4] X.509: Add CodeSigning extended key usage parsing
` [PATCH 2/4] PKCS#7: Check codeSigning EKU for kernel module and kexec pe verification
` [PATCH 3/4] modsign: Add codeSigning EKU when generating X.509 key generation config
` [PATCH 4/4] Documentation/admin-guide/module-signing.rst: add openssl command option example for CodeSign EKU

[PATCH v3 00/10] Enable root to update the blacklist keyring
 2021-01-21 15:21 UTC  (33+ messages)
` [PATCH v3 01/10] certs/blacklist: fix kernel doc interface issue
` [PATCH v3 02/10] certs: Fix blacklisted hexadecimal hash string check
` [PATCH v3 03/10] PKCS#7: Fix missing include
` [PATCH v3 04/10] certs: Fix blacklist flag type confusion
` [PATCH v3 05/10] certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}ID
` [PATCH v3 06/10] certs: Make blacklist_vet_description() more strict
` [PATCH v3 07/10] certs: Factor out the blacklist hash creation
` [PATCH v3 08/10] certs: Check that builtin blacklist hashes are valid
` [PATCH v3 09/10] certs: Allow root user to append signed hashes to the blacklist keyring
` [PATCH v3 10/10] tools/certs: Add print-cert-tbs-hash.sh

[PATCH 1/2] crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)
 2021-01-21 10:12 UTC  (8+ messages)
` [PATCH 2/2] crypto: talitos - Fix ctr(aes) on SEC1

[PATCH v4] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2021-01-21  0:36 UTC  (13+ messages)

[RFC V1 0/7] Introduce AVX512 optimized crypto algorithms
 2021-01-20 22:48 UTC  (26+ 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 5/7] crypto: aesni - AES CTR x86_64 "by16" AVX512 optimization
` [RFC V1 7/7] crypto: aesni - AVX512 version of AESNI-GCM using VPCLMULQDQ

[PATCH] crypto: public_key: check that pkey_algo is non-NULL before passing it to strcmp()
 2021-01-21  5:58 UTC  (8+ messages)

[PATCH] crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointer
 2021-01-21  5:16 UTC 

[PATCH v4 00/19]crypto: convert tasklets to use new tasklet_setup API()
 2021-01-21  4:41 UTC  (20+ messages)
` [PATCH v4 01/19] crypto: amcc: convert tasklets to use new tasklet_setup() API
` [PATCH v4 02/19] crypto: atmel: "
` [PATCH v4 03/19] crypto: axis: "
` [PATCH v4 04/19] crypto: caam: "
` [PATCH v4 05/19] crypto: cavium: "
` [PATCH v4 06/19] crypto: ccp: "
` [PATCH v4 07/19] crypto: ccree: "
` [PATCH v4 08/19] crypto: hifn_795x: "
` [PATCH v4 09/19] crypto: img-hash: "
` [PATCH v4 10/19] crypto: ixp4xx: "
` [PATCH v4 11/19] crypto: mediatek: "
` [PATCH v4 12/19] crypto: omap: "
` [PATCH v4 13/19] crypto: picoxcell: "
` [PATCH v4 14/19] crypto: qat: "
` [PATCH v4 15/19] crypto: qce: "
` [PATCH v4 16/19] crypto: rockchip: "
` [PATCH v4 17/19] crypto: s5p: "
` [PATCH v4 18/19] crypto: talitos: "
` [PATCH v4 19/19] crypto: octeontx: "

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

(no subject)
 2021-01-20 14:46 UTC  (2+ messages)
` 

[RFC PATCH 0/5] running kernel mode SIMD with softirqs disabled
 2021-01-20 15:44 UTC  (7+ messages)
` [RFC PATCH 4/5] arm64: fpsimd: run kernel mode NEON "

problem with ccp-crypto module on apu
 2021-01-20 15:25 UTC  (6+ messages)
    ` Re[2]: "

[BUG] marvell/cesa - Fix sparse warnings breaks driver
 2021-01-20 10:51 UTC  (5+ messages)
  ` [PATCH] crypto: marvel/cesa - Fix tdma descriptor on 64-bit

[PATCH] X.509: Fix crash caused by NULL pointer
 2021-01-19  0:13 UTC 

[GIT PULL] Crypto Update for 5.9
 2021-01-18 21:16 UTC  (7+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.10
    ` [GIT PULL] Crypto Fixes for 5.11

[PATCH] crypto: keembay: ocs-aes: use 64-bit arithmetic for computing bit_len
 2021-01-18 17:08 UTC  (2+ messages)

[PATCH] crypto: hisilicon/hpre - add ecc algorithm inqury for uacce device
 2021-01-18  8:18 UTC 

[PATCH] crypto: hisilicon/hpre - add two RAS correctable errors processing
 2021-01-18  8:17 UTC 

[PATCH] crypto: hisilicon/hpre - delete ECC 1bit error reported threshold
 2021-01-18  8:15 UTC 

[PATCH v3 00/19]crypto: convert tasklets to use new tasklet_setup API()
 2021-01-18  7:11 UTC  (4+ messages)
` [PATCH v3 14/19] crypto: qat: convert tasklets to use new tasklet_setup() API

[linux-next:master 952/3956] crypto/blake2b_generic.c:73:13: warning: stack frame size of 9776 bytes in function 'blake2b_compress_one_generic'
 2021-01-16 15:36 UTC  (2+ messages)

[PATCH 0/2] crypto: aesni - fix more FPU handling and indirect call issues
 2021-01-16 16:48 UTC  (3+ messages)
` [PATCH 1/2] crypto: aesni - replace CTR function pointer with static call
` [PATCH 2/2] crypto: aesni - release FPU during skcipher walk API calls

[PATCH] crypto: lib/chacha20poly1305 - define empty module exit function
 2021-01-16  0:31 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v2 0/9] Add Support for Marvell OcteonTX2 CPT engine
 2021-01-15 13:52 UTC  (10+ messages)
` [PATCH v2 1/9] drivers: crypto: add Marvell OcteonTX2 CPT PF driver
` [PATCH v2 2/9] crypto: octeontx2: add mailbox communication with AF
` [PATCH v2 3/9] crypto: octeontx2: enable SR-IOV and mailbox communication with VF
` [PATCH v2 4/9] crypto: octeontx2: load microcode and create engine groups
` [PATCH v2 5/9] crypto: octeontx2: add LF framework
` [PATCH v2 6/9] crypto: octeontx2: add support to get engine capabilities
` [PATCH v2 7/9] crypto: octeontx2: add virtual function driver support
` [PATCH v2 8/9] crypto: octeontx2: add support to process the crypto request
` [PATCH v2 9/9] crypto: octeontx2: register with linux crypto framework

[PATCH v1 0/3] crypto: x86/crc32c-intel - Exclude some Zhaoxin CPUs
 2021-01-15  1:43 UTC  (6+ messages)
` [PATCH v1 1/3] x86/cpufeatures: Add low performance CRC32C instruction CPU feature

[dm-crypt] [PATCH] dm crypt: defer the decryption to a tasklet, when being called with interrupts disabled
 2021-01-14 15:44 UTC 

[PATCH] crypto: keembay-ocs-hcu - Add dependency on HAS_IOMEM and ARCH_KEEMBAY
 2021-01-14  6:47 UTC  (2+ messages)

[PATCH] crypto: keembay-ocs-hcu - Fix a WARN() message
 2021-01-14  6:47 UTC  (2+ messages)

[PATCH v2 00/21] crypto: x86 - remove glue helper module
 2021-01-14  6:47 UTC  (2+ messages)

[PATCH] crypto: Rename struct device_private to bcm_device_private
 2021-01-14  6:46 UTC  (2+ messages)

[PATCH] crypto: hisilicon/qm - SVA bugfixed on Kunpeng920
 2021-01-14  6:46 UTC  (2+ messages)

[PATCH 0/3] crypto: hisilicon - register device to uacce
 2021-01-14  6:47 UTC  (2+ messages)

[PATCH] drivers: crypto: marvell: Fix a spelling s/fautly/faultly/ in comment
 2021-01-14  6:47 UTC  (2+ messages)

[PATCH 0/3] crypto: qat - fix issues reported by smatch
 2021-01-14  6:46 UTC  (2+ messages)

[PATCH] crypto: qat - configure arbiter mapping based on engines enabled
 2021-01-14  6:46 UTC  (2+ messages)

[PATCH v2 0/5] crypto: gcm-aes-ni cleanups
 2021-01-14  6:46 UTC  (2+ messages)

[PATCH] crypto: qat - add CRYPTO_AES to Kconfig dependencies
 2021-01-14  6:46 UTC  (3+ messages)
` [PATCH] crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig

[PATCH 0/9] Add Support for Marvell OcteonTX2 CPT engine
 2021-01-14  6:42 UTC  (3+ messages)
` [PATCH 4/9] crypto: octeontx2: load microcode and create engine groups

[PATCH] crypto: bcm - Fix sparse warnings
 2021-01-14  6:39 UTC 

[PATCH] crypto: keembay - CRYPTO_DEV_KEEMBAY_OCS_HCU should depend on ARCH_KEEMBAY
 2021-01-14  5:31 UTC  (2+ messages)

[PATCH v2 0/5] Enable root to update the blacklist keyring
 2021-01-14  4:15 UTC  (4+ 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).