linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-10 22:05:38 to 2022-10-18 21:02:04 UTC [more...]

[PATCH v3 0/3] crypto: Add GCM-AES implementation to lib/crypto
 2022-10-18 21:00 UTC  (6+ messages)
` [PATCH v3 1/3] crypto: move gf128mul library into lib/crypto
` [PATCH v3 2/3] crypto: gf128mul - make gf128mul_lle time invariant
` [PATCH v3 3/3] crypto: gcmaes - Provide minimal library implementation

[PATCH] random: use rejection sampling for uniform bounded random integers
 2022-10-18 17:34 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH v2] crypto: gcmaes - Provide minimal library implementation
 2022-10-18 13:52 UTC  (3+ messages)

[PATCH v2 00/15] Optimizing SM3 and SM4 algorithms using arm64 NEON/CE instructions
 2022-10-18  7:10 UTC  (16+ messages)
` [PATCH v2 01/15] crypto: arm64/sm3 - raise the priority of the CE implementation
` [PATCH v2 02/15] crypto: arm64/sm3 - add NEON assembly implementation
` [PATCH v2 03/15] crypto: arm64/sm4 - refactor and simplify NEON implementation
` [PATCH v2 04/15] crypto: testmgr - add SM4 cts-cbc/essiv/xts/xcbc test vectors
` [PATCH v2 05/15] crypto: tcrypt - add SM4 cts-cbc/essiv/xts/xcbc test
` [PATCH v2 06/15] crypto: arm64/sm4 - refactor and simplify CE implementation
` [PATCH v2 07/15] crypto: arm64/sm4 - simplify sm4_ce_expand_key() of "
` [PATCH v2 08/15] crypto: arm64/sm4 - export reusable CE acceleration functions
` [PATCH v2 09/15] crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
` [PATCH v2 10/15] crypto: arm64/sm4 - add CE implementation for XTS mode
` [PATCH v2 11/15] crypto: essiv - allow digestsize to be greater than keysize
` [PATCH v2 12/15] crypto: arm64/sm4 - add CE implementation for ESSIV mode
` [PATCH v2 13/15] crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
` [PATCH v2 14/15] crypto: arm64/sm4 - add CE implementation for CCM mode
` [PATCH v2 15/15] crypto: arm64/sm4 - add CE implementation for GCM mode

[PATCH] crypto: x86/polyval - Fix crashes when keys are not 16-byte aligned
 2022-10-18  4:03 UTC  (5+ messages)

[syzbot] memory leak in crypto_create_tfm_node
 2022-10-18  0:52 UTC  (7+ messages)
` [PATCH] fscrypt: fix keyring memory leak on mount failure

[PATCH AUTOSEL 5.10 01/16] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
 2022-10-18  0:10 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 02/16] crypto: ccp - Add a quirk to firmware update

[PATCH AUTOSEL 5.4 01/13] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
 2022-10-18  0:10 UTC 

[PATCH AUTOSEL 5.15 01/21] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
 2022-10-18  0:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 02/21] crypto: ccp - Add a quirk to firmware update

[PATCH AUTOSEL 4.19 01/10] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
 2022-10-18  0:11 UTC 

[PATCH AUTOSEL 5.19 01/29] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
 2022-10-18  0:08 UTC  (3+ messages)
` [PATCH AUTOSEL 5.19 02/29] crypto: ccp - Add a quirk to firmware update
` [PATCH AUTOSEL 5.19 03/29] crypto: ccp - Initialize PSP when reading psp data file failed

[PATCH AUTOSEL 6.0 01/32] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
 2022-10-18  0:07 UTC  (3+ messages)
` [PATCH AUTOSEL 6.0 02/32] crypto: ccp - Add a quirk to firmware update
` [PATCH AUTOSEL 6.0 03/32] crypto: ccp - Initialize PSP when reading psp data file failed

[RFC PATCH 0/7] crypto: x86 - fix RCU stalls
 2022-10-18  0:06 UTC  (49+ messages)
` [PATCH v2 00/19] "
  ` [PATCH v2 01/19] crypto: tcrypt - test crc32
  ` [PATCH v2 02/19] crypto: tcrypt - test nhpoly1305
  ` [PATCH v2 03/19] crypto: tcrypt - reschedule during cycles speed tests
  ` [PATCH v2 04/19] crypto: x86/sha - limit FPU preemption
      ` :Re: "
  ` [PATCH v2 05/19] crypto: x86/crc "
  ` [PATCH v2 06/19] crypto: x86/sm3 "
  ` [PATCH v2 07/19] crypto: x86/ghash - restructure FPU context saving
  ` [PATCH v2 08/19] crypto: x86/ghash - limit FPU preemption
  ` [PATCH v2 09/19] crypto: x86 - use common macro for FPU limit
  ` [PATCH v2 10/19] crypto: x86/sha1, sha256 - load based on CPU features
  ` [PATCH v2 11/19] crypto: x86/crc "
  ` [PATCH v2 12/19] crypto: x86/sm3 "
  ` [PATCH v2 13/19] crypto: x86/ghash "
  ` [PATCH v2 14/19] crypto: x86 "
  ` [PATCH v2 15/19] crypto: x86 - add pr_fmt to all modules
  ` [PATCH v2 16/19] crypto: x86 - print CPU optimized loaded messages
  ` [PATCH v2 17/19] crypto: x86 - standardize suboptimal prints
  ` [PATCH v2 18/19] crypto: x86 - standardize not loaded prints
  ` [PATCH v2 19/19] crypto: x86/sha - register only the best function

[PATCH 1/1] crypto: af_alg - Support symmetric encryption via keyring keys
 2022-10-17 19:25 UTC 

[GIT PULL] Crypto Fixes for 5.15
 2022-10-17 17:51 UTC  (12+ messages)
  ` [GIT PULL] Crypto Fixes for 5.16
      ` [GIT PULL] Crypto Fixes for 5.17
          ` [GIT PULL] Crypto Fixes for 5.18
            ` [GIT PULL] Crypto Fixes for 5.19
                  ` [GIT PULL] Crypto Fixes for 6.1

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-17 11:59 UTC  (19+ messages)
` [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v6 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v6 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v6 5/7] treewide: use get_random_u32() when possible
` [PATCH v6 6/7] treewide: use get_random_bytes() "
` [PATCH v6 7/7] prandom: remove unused functions

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-14 21:31 UTC  (23+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v6 41/49] KVM: SVM: Add support to handle the RMP nested page fault

[PATCH v0 0/8] Hardware Bound key added to Trusted Key-Ring
 2022-10-14 19:19 UTC  (19+ messages)
` [PATCH v0 1/8] hw-bound-key: introducing the generic structure
` [PATCH v0 3/8] crypto: hbk flags & info added to the tfm
    ` [EXT] "
` [PATCH v0 4/8] sk_cipher: checking for hw bound operation
` [PATCH v0 7/8] caam alg: symmetric key ciphers are updated

[PATCH v2 0/4] CPU isolation improvements
 2022-10-14 16:27 UTC  (12+ messages)
` [PATCH v2 1/4] sched/isolation: Fix style issues reported by checkpatch
` [PATCH v2 2/4] sched/isolation: Improve documentation
` [PATCH v2 3/4] sched/isolation: Add HK_TYPE_WQ to isolcpus=domain
` [PATCH v2 4/4] crypto/pcrypt: Do not use isolated CPUs for callback

[PATCH] hw_random: bcm2835: use hwrng_msleep() instead of cpu_relax()
 2022-10-14 11:06 UTC  (3+ messages)

[PATCH v2 0/3] crypto:hisilicon/qm - some misc-fixes by fuzz test
 2022-10-14 10:03 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: hisilicon/qm - increase the memory of local variables
` [PATCH v2 2/3] crypto: hisilicon/qm - add pci bdf number check
` [PATCH v2 3/3] crypto: hisilicon/qm - delete redundancy check

[PATCH v2 0/4] crypto, keys: add ECDSA signature support to key retention service
 2022-10-14 10:07 UTC  (5+ messages)
` [PATCH v2 1/4] crypto: add ECDSA signature generation support
` [PATCH v2 2/4] crypto: add ECDSA test vectors from RFC 6979
` [PATCH v2 3/4] crypto: pkcs8 parser support ECDSA private keys
` [PATCH v2 4/4] crypto: remove unused field in pkcs8_parse_context

[PATCH 0/3] crypto:hisilicon/qm - some misc-fixes by fuzz test
 2022-10-14  9:38 UTC  (4+ messages)
` [PATCH 1/3] crypto: hisilicon/qm - increase the memory of local variables
` [PATCH 2/3] crypto: hisilicon/qm - add pci bdf number check
` [PATCH 3/3] crypto: hisilicon/qm - delete redundancy check

[RFC PATCH 0/6] crypto: benchmark - add the crypto benchmark
 2022-10-14  8:25 UTC  (6+ messages)

Zwiększenie płynności finansowej
 2022-10-14  8:00 UTC 

[PATCH 0/6] crypto/realtek: add new driver
 2022-10-13 18:40 UTC  (7+ messages)
` [PATCH 1/6] crypto/realtek: header definitions
` [PATCH 2/6] crypto/realtek: core functions
` [PATCH 3/6] crypto/realtek: hash algorithms
` [PATCH 4/6] crypto/realtek: skcipher algorithms
` [PATCH 5/6] crypto/realtek: enable module
` [PATCH 6/6] crypto/realtek: add devicetree documentation

[PATCH v2] crypto: cavium - prevent integer overflow loading firmware
 2022-10-13 14:44 UTC  (3+ messages)

[PATCH v2 0/9] Drivers for Alibaba YCC (Yitian Cryptography Complex) cryptographic accelerator
 2022-10-13  6:40 UTC  (2+ messages)

[PATCH] crypto: ccp: Add support for TEE for PCI ID 0x14CA
 2022-10-13  4:01 UTC  (6+ messages)

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-13  1:37 UTC  (5+ messages)
` [PATCH v1 3/5] treewide: use get_random_u32() when possible

[PATCH 0/2] hwrng: stm32 - improve performance
 2022-10-12 16:09 UTC  (3+ messages)
` [PATCH 1/2] hwrng: stm32 - fix number of returned bytes on read
` [PATCH 2/2] hwrng: stm32 - fix read of the last word

[RFC PATCH 1/1] crypto: af_alg - Support symmetric encryption via keyring keys
 2022-10-12 15:21 UTC  (4+ messages)

[PATCH] crypto: x86: Do not acquire fpu context for too long
 2022-10-12  6:08 UTC  (10+ messages)

[PATCH v1 1/1] crypto/pcrypt: Do not use isolated CPUs for callback
 2022-10-11 18:20 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).