linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-17 02:01:17 to 2020-06-26 01:42:18 UTC [more...]

[PATCH 0/4] crypto: qat - fixes to aes xts
 2020-06-26  1:42 UTC  (7+ messages)
` [PATCH 1/4] crypto: qat - allow xts requests not multiple of block
` [PATCH 2/4] crypto: qat - validate xts key
` [PATCH 3/4] crypto: qat - remove unused field in skcipher ctx
` [PATCH 4/4] crypto: qat - fallback for xts with 192 bit keys

[PATCH 00/12] crypto: permit asynchronous skciphers as driver fallbacks
 2020-06-25 20:04 UTC  (15+ messages)
` [PATCH 01/12] crypto: amlogic-gxl - default to build as module
` [PATCH 02/12] crypto: amlogic-gxl - permit async skcipher as fallback
` [PATCH 03/12] crypto: omap-aes - permit asynchronous "
` [PATCH 04/12] crypto: sun4i "
` [PATCH 05/12] crypto: sun8i-ce "
` [PATCH 06/12] crypto: sun8i-ss "
` [PATCH 07/12] crypto: ccp "
` [PATCH 08/12] crypto: chelsio "
` [PATCH 09/12] crypto: mxs-dcp "
` [PATCH 10/12] crypto: picoxcell "
` [PATCH 11/12] crypto: qce "
` [PATCH 12/12] crypto: sahara "

[PATCH] crypto: hisilicon/qm: Change type of pasid to u32
 2020-06-25 20:07 UTC 

[PATCH v2] net: phy: mscc: avoid skcipher API for single block AES encryption
 2020-06-25 19:32 UTC  (4+ messages)

[PATCH] crypto: ccp - Fix use of merged scatterlists
 2020-06-25 18:21 UTC  (4+ messages)

[Query] crypto_akcipher_set_pub_key API usages
 2020-06-25 13:20 UTC 

[PATCH] net: phy: mscc: avoid skcipher API for single block AES encryption
 2020-06-24 19:01 UTC  (3+ messages)

[PATCH 5.7 v2] x86/crypto: aesni: Fix build with LLVM_IAS=1
 2020-06-24  5:17 UTC  (3+ messages)

[PATCH 5.7 v4] x86/crypto: aesni: Fix build with LLVM_IAS=1
 2020-06-24  5:15 UTC 

LTP: crypto: af_alg02 regression on linux-next 20200621 tag
 2020-06-24  0:23 UTC  (6+ messages)

[PATCH] crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_init
 2020-06-23 18:12 UTC  (5+ messages)

[PATCH AUTOSEL 5.7 06/28] hwrng: ks-sa - Fix runtime PM imbalance on error
 2020-06-23 17:35 UTC 

[PATCH AUTOSEL 5.4 05/24] hwrng: ks-sa - Fix runtime PM imbalance on error
 2020-06-23 17:35 UTC 

[PATCH AUTOSEL 4.19 05/15] hwrng: ks-sa - Fix runtime PM imbalance on error
 2020-06-23 17:36 UTC 

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-06-23 15:04 UTC  (3+ messages)

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-06-23  7:48 UTC  (6+ messages)

[PATCH v2 0/3] crypto: allow users to specify acomp hardware from a desired NUMA node
 2020-06-23  4:16 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: permit users to specify numa node of acomp hardware
` [PATCH v2 2/3] crypto: hisilicon/zip - permit users to specify NUMA node
` [PATCH v2 3/3] mm/zswap: allocate acomp on the numa node committing acomp_req

[PATCH 5.7] x86/crypto: aesni: Fix build with LLVM_IAS=1
 2020-06-23  3:15 UTC  (4+ messages)

[PATCH 5.7 v3] x86/crypto: aesni: Fix build with LLVM_IAS=1
 2020-06-23  3:06 UTC 

[PATCH] crypto, x86: aesni: add compatibility with IAS
 2020-06-22 23:24 UTC 

[next-20200621] LTP tests af_alg02/05 failure on POWER9 PowerVM LPAR
 2020-06-22 13:33 UTC  (2+ messages)

[PATCH] KEYS: asymmetric: fix error return code in software_key_query()
 2020-06-22 11:21 UTC 

[PATCH 0/3] crypto: allow users to specify acomp hardware from a desired NUMA node
 2020-06-22 11:10 UTC  (7+ messages)
` [PATCH 1/3] crypto: permit users to specify numa node of acomp hardware
` [PATCH 2/3] crypto: hisilicon/zip - permit users to specify NUMA node
` [PATCH 3/3] mm/zswap: specify the NUMA node of acomp to use local compressors

[PATCH 0/3] qce crypto fixes for tcrypto failures
 2020-06-22  6:15 UTC  (4+ messages)
` [PATCH 1/3] crypto: qce: support zero length test vectors
` [PATCH 2/3] crypto: qce: re-initialize context on import
` [PATCH 3/3] crypto: qce: sha: Do not modify scatterlist passed along with request

[PATCH] crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_init
 2020-06-22  2:40 UTC 

[PATCH v3 00/14] crypto: allwinner: add xRNG and hashes
 2020-06-22  0:27 UTC  (24+ messages)
` [PATCH v3 01/14] crypto: sun8i-ss: Add SS_START define
` [PATCH v3 02/14] crypto: sun8i-ss: Add support for the PRNG
` [PATCH v3 03/14] crypto: sun8i-ss: support hash algorithms
` [PATCH v3 04/14] crypto: sun8i-ss: fix a trivial typo
` [PATCH v3 05/14] crypto: sun8i-ss: Add more comment on some structures
` [PATCH v3 06/14] crypto: sun8i-ss: better debug printing
` [PATCH v3 07/14] crypto: sun8i-ce: move iv data to request context
` [PATCH v3 08/14] crypto: sun8i-ce: split into prepare/run/unprepare
` [PATCH v3 09/14] crypto: sun8i-ce: handle different error registers
` [PATCH v3 10/14] crypto: sun8i-ce: rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytes
` [PATCH v3 11/14] crypto: sun8i-ce: support hash algorithms
` [PATCH v3 12/14] crypto: sun8i-ce: Add stat_bytes debugfs
` [PATCH v3 13/14] crypto: sun8i-ce: Add support for the PRNG
` [PATCH v3 14/14] crypto: sun8i-ce: Add support for the TRNG

[PATCH v2 0/5] hwrng: add support for i.MX6 rngb
 2020-06-21 17:38 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: rng: add RNGB compatibles for i.MX6 SoCs
` [PATCH v2 2/5] ARM: dts: imx6sl: fix rng node
` [PATCH v2 3/5] ARM: dts: imx6sll: add rng
` [PATCH v2 4/5] ARM: dts: imx6ull: "
` [PATCH v2 5/5] hwrng: imx-rngc: enable driver for i.MX6

[GIT PULL] Crypto Update for 5.4
 2020-06-21 17:10 UTC  (10+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.5
        ` [GIT PULL] Crypto Fixes for 5.6
          ` [GIT PULL] Crypto Fixes for 5.7
            ` [GIT PULL] Crypto Fixes for 5.8

[PATCH v2 0/3] fixes and update to essiv support
 2020-06-21 13:35 UTC  (8+ messages)
` [PATCH v2 1/3] crypto: ccree: fix resource leak on error path
` [PATCH v2 2/3] crypto: ccree: adapt ccree essiv support to kcapi
` [PATCH v2 3/3] crypto: ccree: remove unused field

[PATCH v2 0/3] fixes and update to essiv support
 2020-06-21 13:20 UTC 

[PATCH 0/4] hwrng: add support for i.MX6 rngb
 2020-06-21 12:53 UTC  (9+ messages)
` [PATCH 1/4] ARM: dts: imx6sl: fix rng node
` [PATCH 2/4] ARM: dts: imx6sll: add rng
` [PATCH 3/4] ARM: dts: imx6ull: "
` [PATCH 4/4] hwrng: imx-rngc: enable driver for i.MX6

[PATCH v2] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-06-21 11:42 UTC  (3+ messages)

[PATCH 2/3] crypto: ccree: adapt ccree essiv support to kcapi
 2020-06-21 11:16 UTC  (2+ messages)

[PATCH 1/3] crypto: ccree: fix resource leak on error path
 2020-06-21  9:28 UTC 

[PATCH 0/3] fixes and update to essiv support
 2020-06-21  9:07 UTC  (4+ messages)
` [PATCH 1/3] crypto: ccree: fix resource leak on error path
` [PATCH 2/3] crypto: ccree: adapt ccree essiv supprot to kcapi
` [PATCH 3/3] crypto: ccree: remove unused field

[PATCH] crypto: scompress - call the completion callback for the completed acomp_req
 2020-06-21  2:07 UTC  (2+ messages)

[PATCH 03/22] docs: crypto: convert asymmetric-keys.txt to ReST
 2020-06-19 20:03 UTC  (2+ messages)

[PATCH] crypto: caam/qi2: remove redundant assignment to ret
 2020-06-19 13:22 UTC  (8+ messages)
      ` [PATCH] crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()

Security Random Number Generator support
 2020-06-19  1:47 UTC  (8+ messages)

[PATCH] crypto: ccp: remove redundant assignment to variable ret
 2020-06-18 13:51 UTC  (2+ messages)

INFO: task hung in chaoskey_disconnect
 2020-06-18 12:13 UTC  (2+ messages)

KASAN: use-after-free Read in chaoskey_disconnect
 2020-06-18 12:12 UTC  (2+ messages)

[PATCH] crypto: img-hash: remove redundant initialization of variable err
 2020-06-18 10:16 UTC 

[PATCH 0/3] crypto: qat - update admin interface
 2020-06-18  7:58 UTC  (2+ messages)

[PATCH 0/2] crc-t10dif library improvements
 2020-06-18  7:58 UTC  (2+ messages)

[PATCH] padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serial
 2020-06-18  7:57 UTC  (2+ messages)

[PATCH] crypto: hisilicon - update SEC driver module parameter
 2020-06-18  7:57 UTC  (3+ messages)

[PATCH 0/3] Replace user types and remove packed
 2020-06-18  7:57 UTC  (2+ messages)

[PATCH v2] crypto: hisilicon - allow smaller reads in debugfs
 2020-06-18  7:56 UTC  (2+ messages)

[PATCH v2] crypto: caam/qi2 - add support for dpseci_reset()
 2020-06-18  7:57 UTC  (2+ messages)

[PATCH v2 0/2] hwrng: add support for Silex Insight BA431
 2020-06-18  7:56 UTC  (2+ messages)

[PATCH] crypto: caam - add clock info for VFxxx SoCs
 2020-06-18  7:56 UTC  (2+ messages)

[PATCH] crypto: sa2ul: fix odd_ptr_err.cocci warnings
 2020-06-18  7:56 UTC  (3+ messages)

[PATCH] crypto: qat - convert to SPDX License Identifiers
 2020-06-18  7:56 UTC  (2+ messages)

[PATCH] crypto: api - Prune inclusions in crypto.h
 2020-06-18  7:00 UTC 

[PATCH AUTOSEL 5.7 091/388] crypto: omap-sham - huge buffer access fixes
 2020-06-18  1:07 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 332/388] crypto: omap-sham - add proper load balancing support for multicore

[PATCH AUTOSEL 5.4 227/266] crypto: omap-sham - add proper load balancing support for multicore
 2020-06-18  1:15 UTC 

[PATCH AUTOSEL 4.19 143/172] crypto: omap-sham - add proper load balancing support for multicore
 2020-06-18  1:21 UTC 

[PATCH AUTOSEL 4.14 095/108] crypto: omap-sham - add proper load balancing support for multicore
 2020-06-18  1:25 UTC 

[PATCH AUTOSEL 4.9 74/80] crypto: omap-sham - add proper load balancing support for multicore
 2020-06-18  1:28 UTC 

[PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-06-17 23:12 UTC  (12+ messages)

crypto API and GFP_ATOMIC
 2020-06-17 15:11 UTC  (19+ messages)
        ` [PATCH 1/4] crypto: introduce CRYPTO_ALG_ALLOCATES_MEMORY
          ` [dm-devel] "
              ` [PATCH 1/3] crypto: pass the flag CRYPTO_ALG_ALLOCATES_MEMORY
              ` [PATCH 2/3] crypto: set "
              ` [PATCH 3/3] dm-crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY
        ` [PATCH 4/4] crypto: fix the drivers that don't respect CRYPTO_TFM_REQ_MAY_SLEEP
          ` [dm-devel] "
                  ` [PATCH 1/2] cpt-crypto: don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified
                  ` [PATCH 2/2] hisilicon-crypto: "
                    ` [dm-devel] "

[Query] RSA SHA-384 signature verification
 2020-06-17 10:09 UTC  (5+ messages)

[PATCH] uacce: remove uacce_vma_fault
 2020-06-17  9:32 UTC  (2+ messages)

[PATCH net v4 0/3] esp, ah: improve crypto algorithm selections
 2020-06-17  5:58 UTC  (2+ 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).