linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-21 14:57:37 to 2020-06-29 21:47:10 UTC [more...]

[GIT PULL] Crypto Update for 5.4
 2020-06-29 17:15 UTC  (12+ 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 0/5] crypto: clean up ARM/arm64 glue code for GHASH and GCM
 2020-06-29  7:39 UTC  (6+ messages)
` [PATCH 1/5] crypto: arm64/ghash - drop PMULL based shash
` [PATCH 2/5] crypto: arm64/gcm - disentangle ghash and gcm setkey() routines
` [PATCH 3/5] crypto: arm64/gcm - use variably sized key struct
` [PATCH 4/5] crypto: arm64/gcm - use inline helper to suppress indirect calls
` [PATCH 5/5] crypto: arm/ghash - use variably sized key struct

[PATCH 0/9] crypto: hisilicon/qm - misc fixes
 2020-06-29 11:09 UTC  (10+ messages)
` [PATCH 1/9] crypto: hisilicon/qm - fix wrong release after using strsep
` [PATCH 2/9] crypto: hisilicon/qm - clear used reference count when start qp
` [PATCH 3/9] crypto: hisilicon/qm - fix print frequence in hisi_qp_send
` [PATCH 4/9] crypto: hisilicon/qm - fix judgement of queue is full
` [PATCH 5/9] crypto: hisilicon/qm - fix event queue depth to 2048
` [PATCH 6/9] crypto: hisilicon/qm - fix no stop reason when use hisi_qm_stop
` [PATCH 7/9] crypto: hisilicon/qm - fix VF not available after PF FLR
` [PATCH 8/9] crypto: hisilicon/qm - fix the process of register algorithms to crypto
` [PATCH 9/9] crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'

[PATCH 1/1] crypto: ux500: hash: Add namespacing to hash_init()
 2020-06-29 13:58 UTC  (2+ messages)

LTP: crypto: af_alg02 regression on linux-next 20200621 tag
 2020-06-29  8:53 UTC  (9+ messages)
        ` [PATCH] crypto: af_alg - Fix regression on empty requests
            ` [LKP] "

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

[PATCH 0/7] hwrng: Fix W=1 warnings
 2020-06-29  8:04 UTC  (8+ messages)
` [PATCH 1/7] hwrng: npcm - Fix W=1 unused variable warning
` [PATCH 2/7] hwrng: omap "
` [PATCH 3/7] hwrng: hisi "
` [PATCH 4/7] hwrng: bcm2835 "
` [PATCH 5/7] hwrng: st "
` [PATCH 6/7] hwrng: pic32 "
` [PATCH 7/7] hwrng: octeon - Fix sparse warnings

crypto API and GFP_ATOMIC
 2020-06-29 13:17 UTC  (28+ messages)
        ` [PATCH 1/4] crypto: introduce CRYPTO_ALG_ALLOCATES_MEMORY
          ` [dm-devel] "
              ` [PATCH 1/3] crypto: pass the flag CRYPTO_ALG_ALLOCATES_MEMORY
                    ` [PATCH 1/3 v2] crypto: introduce "
                        ` [dm-devel] "
                        ` [PATCH 1/3 v3] "
        ` [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 v2 0/4] crypto: qat - fixes to aes xts
 2020-06-29 17:04 UTC  (7+ messages)
` [PATCH v2 1/4] crypto: qat - allow xts requests not multiple of block
` [PATCH v2 2/4] crypto: qat - validate xts key
` [PATCH v2 3/4] crypto: qat - remove unused field in skcipher ctx
` [PATCH v2 4/4] crypto: qat - fallback for xts with 192 bit keys

[PATCH v2 00/13] crypto: permit asynchronous skciphers as driver fallbacks
 2020-06-27  8:36 UTC  (14+ messages)
` [PATCH v2 01/13] crypto: amlogic-gxl - default to build as module
` [PATCH v2 02/13] crypto: amlogic-gxl - permit async skcipher as fallback
` [PATCH v2 03/13] crypto: omap-aes - permit asynchronous "
` [PATCH v2 04/13] crypto: sun4i "
` [PATCH v2 05/13] crypto: sun8i-ce "
` [PATCH v2 06/13] crypto: sun8i-ss "
` [PATCH v2 07/13] crypto: ccp "
` [PATCH v2 08/13] crypto: chelsio "
` [PATCH v2 09/13] crypto: mxs-dcp "
` [PATCH v2 10/13] crypto: picoxcell "
` [PATCH v2 11/13] crypto: qce "
` [PATCH v2 12/13] crypto: sahara "
` [PATCH v2 13/13] crypto: mediatek - use AES library for GCM key derivation

[PATCH v2] crypto: ccp - Update CCP driver maintainer information
 2020-06-26 19:16 UTC  (3+ messages)

[PATCH] crypto: ccp - Update CCP driver maintainer information
 2020-06-26 19:03 UTC  (2+ messages)

[PATCH 0/5] crypto: hisilicon/sec2 - fix SEC bugs and coding styles
 2020-06-26 10:32 UTC  (6+ messages)
` [PATCH 1/5] crypto: hisilicon/sec2 - clear SEC debug regs
` [PATCH 2/5] crypto:hisilicon/sec2 - update busy processing logic
` [PATCH 3/5] crypto: hisilicon/sec2 - update SEC initialization and reset
` [PATCH 4/5] crypto: hisilicon/sec2 - update debugfs interface parameters
` [PATCH 5/5] crypto: hisilicon/sec2 - fix some coding styles

[PATCHv4 0/7] crypto: sa2ul support for TI K3 SoCs
 2020-06-26  9:15 UTC  (4+ messages)
` [PATCHv4 3/7] crypto: sa2ul: add sha1/sha256/sha512 support

[PATCH v2 0/3] fixes and update to essiv support
 2020-06-26  6:09 UTC  (2+ messages)

[PATCH] crypto: caam/qi2: remove redundant assignment to ret
 2020-06-26  6:08 UTC  (3+ messages)
` [PATCH] crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()

[PATCH] crypto: img-hash: remove redundant initialization of variable err
 2020-06-26  6:08 UTC  (2+ messages)

[PATCH] crypto: ccp: remove redundant assignment to variable ret
 2020-06-26  6:07 UTC  (2+ messages)

[PATCH] crypto: hisilicon - fix strncpy warning with strlcpy
 2020-06-26  6:06 UTC  (3+ messages)
` [PATCH v2] crypto: hisilicon - fix strncpy warning with strscpy

[PATCH] crypto: cpt - Fix sparse warnings
 2020-06-26  6:06 UTC 

[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 

[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  (2+ 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  (6+ 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 5/5] hwrng: imx-rngc: enable driver for i.MX6


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