linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 17:52:40 to 2021-01-24 14:10:20 UTC [more...]

[PATCH v2 0/7] Add KDF implementations to crypto API
 2021-01-24 14:04 UTC  (6+ messages)
` [PATCH v2 2/7] crypto: add SP800-108 counter key derivation function
` [PATCH v2 3/7] crypto: add RFC5869 HKDF
` [PATCH v2 5/7] security: DH - use KDF implementation from crypto API
` [PATCH v2 6/7] fs: use HKDF implementation from kernel "
` [PATCH v2 7/7] fs: HKDF - remove duplicate memory clearing

[RFC V2 0/5] Introduce AVX512 optimized crypto algorithms
 2021-01-23  7:28 UTC  (6+ messages)
` [RFC V2 1/5] crypto: aesni - fix coding style for if/else block
` [RFC V2 2/5] x86: Probe assembler capabilities for VAES and VPLCMULQDQ support
` [RFC V2 3/5] crypto: crct10dif - Accelerated CRC T10 DIF with vectorized instruction
` [RFC V2 4/5] crypto: aesni - AES CTR x86_64 "by16" AVX512 optimization
` [RFC V2 5/5] crypto: aesni - AVX512 version of AESNI-GCM using VPCLMULQDQ

[PATCH v2] KVM/SVM: add support for SEV attestation command
 2021-01-22 23:58 UTC  (2+ messages)

[PATCH v4 0/4] Check codeSigning extended key usage extension
 2021-01-22 17:28 UTC  (10+ 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

[RFC PATCH 0/6] Keem Bay OCS ECC crypto driver
 2021-01-22 12:07 UTC  (14+ messages)

[PATCH] crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointer
 2021-01-22 10:59 UTC  (4+ messages)

[PATCH v7 0/7] add ECDH and CURVE25519 algorithms support for Kunpeng 930
 2021-01-22  7:09 UTC  (8+ messages)
` [PATCH v7 1/7] crypto: hisilicon/hpre - add version adapt to new algorithms
` [PATCH v7 2/7] crypto: hisilicon/hpre - add some updates to adapt to Kunpeng 930
` [PATCH v7 3/7] crypto: hisilicon/hpre - add algorithm type
` [PATCH v7 4/7] crypto: add ecc curve and expose them
` [PATCH v7 5/7] crypto: add curve 25519 "
` [PATCH v7 6/7] crypto: hisilicon/hpre - add 'ECDH' algorithm
` [PATCH v7 7/7] crypto: hisilicon/hpre - add 'CURVE25519' algorithm

[PATCH 0/2] crypto: aesni - fix more FPU handling and indirect call issues
 2021-01-22  6:21 UTC  (4+ 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: keembay: ocs-aes: use 64-bit arithmetic for computing bit_len
 2021-01-22  6:21 UTC  (3+ messages)

[PATCH] crypto: lib/chacha20poly1305 - define empty module exit function
 2021-01-22  6:21 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v2 0/9] Add Support for Marvell OcteonTX2 CPT engine
 2021-01-22  6:21 UTC  (11+ 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 v3] crypto - shash: reduce minimum alignment of shash_desc structure
 2021-01-22  6:20 UTC  (2+ messages)

[PATCH] crypto: arm64/sha - add missing module aliases
 2021-01-22  6:20 UTC  (2+ 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 v3 00/10] Enable root to update the blacklist keyring
 2021-01-21 15:21 UTC  (31+ 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 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 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  (7+ messages)

[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  (5+ 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: 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 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


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