linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-25 20:08:01 to 2020-07-02 10:21:40 UTC [more...]

[RFC PATCH 0/7] crypto: get rid of ecb(arc4)
 2020-07-02 10:19 UTC  (2+ messages)
` [RFC PATCH 3/7] SUNRPC: remove RC4-HMAC-MD5 support from KerberosV

[PATCH 0/5] drivers/char: Constify static variables
 2020-07-02  8:58 UTC  (7+ messages)
` [PATCH 1/5] hwrng: bcm2835 - Constify bcm2835_rng_devtype[]
` [PATCH 2/5] hwrng: nomadik - Constify nmk_rng_ids[]
` [PATCH 3/5] hwrng: virtio - Constify id_table[]

[PATCH v2 0/5] hwrng: add support for i.MX6 rngb
 2020-07-02  8:28 UTC  (5+ messages)
` [PATCH v2 4/5] ARM: dts: imx6ull: add rng
` [PATCH v2 5/5] hwrng: imx-rngc: enable driver for i.MX6

[PATCH] crypto: caam - Remove broken arc4 support
 2020-07-02  8:12 UTC  (11+ messages)

LTP: crypto: af_alg02 regression on linux-next 20200621 tag
 2020-07-02  3:32 UTC  (10+ messages)
        ` [PATCH] crypto: af_alg - Fix regression on empty requests
            ` [LKP] "
            ` [v2 PATCH] "

[PATCH 0/6] crypto: hisilicon/hpre bugfix - misc fixes
 2020-07-02  2:31 UTC  (7+ messages)
` [PATCH 1/6] crypto: hisilicon/hpre - Init the value of current_q of debugfs
` [PATCH 2/6] crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfs
` [PATCH 3/6] crypto: hisilicon/hpre - Modify the Macro definition and format
` [PATCH 4/6] crypto: hisilicon/hpre - Add a switch in sriov_configure
` [PATCH 5/6] crypto: hisilicon/hpre - update debugfs interface parameters
` [PATCH 6/6] crypto: hisilicon/hpre - disable FLR triggered by hardware

[PATCH] crypto: virtio - constify features[] and id_table[]
 2020-07-01 20:29 UTC 

[PATCH 0/5] vfio/pci: add blocklist and disable qat
 2020-07-01 21:28 UTC  (10+ messages)
` [PATCH 1/5] PCI: add Intel QuickAssist device IDs
` [PATCH 2/5] vfio/pci: add device blocklist
` [PATCH 3/5] vfio/pci: add qat devices to blocklist
` [PATCH 4/5] crypto: qat - replace device ids defines
` [PATCH 5/5] crypto: qat - use PCI_VDEVICE

[PATCH] Remove __init from padata_do_multithreaded and padata_mt_helper
 2020-07-01 17:20 UTC 

[PATCH] crypto: hisilicon/qm: Change type of pasid to u32
 2020-07-01 11:36 UTC  (2+ messages)

[PATCHv5 0/7] crypto: sa2ul driver support
 2020-07-01  8:05 UTC  (8+ messages)
` [PATCHv5 1/7] dt-bindings: crypto: Add TI SA2UL crypto accelerator documentation
` [PATCHv5 2/7] crypto: sa2ul: Add crypto driver
` [PATCHv5 3/7] crypto: sa2ul: add sha1/sha256/sha512 support
` [PATCHv5 4/7] crypto: sa2ul: Add AEAD algorithm support
` [PATCHv5 5/7] crypto: sa2ul: add device links to child devices
` [PATCHv5 6/7] arm64: dts: ti: k3-am6: Add crypto accelarator node
` [PATCHv5 7/7] arm64: dts: ti: k3-j721e-main: Add crypto accelerator node

[PATCH 0/6] crypto: add CRYPTO_ALG_ALLOCATES_MEMORY
 2020-07-01  7:59 UTC  (8+ messages)
` [PATCH 1/6] crypto: geniv - remove unneeded arguments from aead_geniv_alloc()
` [PATCH 2/6] crypto: algapi - use common mechanism for inheriting flags
` [PATCH 3/6] crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY
` [PATCH 4/6] crypto: algapi - remove crypto_check_attr_type()
` [PATCH 5/6] crypto: set the flag CRYPTO_ALG_ALLOCATES_MEMORY
` [PATCH 6/6] dm-crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY

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

[PATCH 0/9] crypto: hisilicon/qm - misc fixes
 2020-07-01  7:01 UTC  (11+ 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'

crypto API and GFP_ATOMIC
 2020-07-01  1:49 UTC  (38+ 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 1/3 v4] "
                            ` [dm-devel] "
                                ` [PATCH 1/3 v5] "
                                    ` [PATCH 1/3 v6] "
        ` [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] hwrng: ba431 - HW_RANDOM_BA431 should not default to y
 2020-06-30 13:39 UTC 

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

[PATCH v2 0/4] crypto: qat - fixes to aes xts
 2020-06-30 10:09 UTC  (8+ 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

[PATCHv4 0/7] crypto: sa2ul support for TI K3 SoCs
 2020-06-30  8:17 UTC  (12+ messages)
` [PATCHv4 3/7] crypto: sa2ul: add sha1/sha256/sha512 support

[PATCH 1/1] crypto: ux500: hash: Add namespacing to hash_init()
 2020-06-30  7:07 UTC  (4+ messages)

[PATCH] hwrng: ba431 - Add dependency on HAS_IOMEM
 2020-06-30  6:58 UTC  (2+ messages)

[GIT PULL] Crypto Update for 5.4
 2020-06-29 17:15 UTC  (11+ 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 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

[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

[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  (4+ messages)
` [PATCH 4/4] crypto: qat - fallback for xts with 192 bit keys

[PATCH 07/12] crypto: ccp - permit asynchronous skcipher as fallback
 2020-06-25 20:04 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).