linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-15 14:19:54 to 2019-07-19 17:15:04 UTC [more...]

xts fuzz testing and lack of ciphertext stealing support
 2019-07-19 17:14 UTC  (25+ messages)

[PATCH] crypto: caam - move shared symbols in a common location
 2019-07-19 16:54 UTC  (2+ messages)

[PATCH] crypto: caam/qi2 - Increase napi budget to process more caam responses
 2019-07-19 16:37 UTC  (2+ messages)

[PATCH v2 00/14] crypto: caam - fixes for kernel v5.3
 2019-07-19 16:26 UTC  (26+ messages)
` [PATCH v2 01/14] crypto: caam/qi - fix error handling in ERN handler
` [PATCH v2 02/14] crypto: caam - fix return code in completion callbacks
` [PATCH v2 03/14] crypto: caam - update IV only when crypto operation succeeds
` [PATCH v2 04/14] crypto: caam - check key length
` [PATCH v2 05/14] crypto: caam - check authsize
` [PATCH v2 06/14] crypto: caam - check assoclen
` [PATCH v2 07/14] crypto: caam - check zero-length input
` [PATCH v2 08/14] crypto: caam - update rfc4106 sh desc to support zero length input
` [PATCH v2 09/14] crypto: caam - keep both virtual and dma key addresses
` [PATCH v2 10/14] crypto: caam - fix DKP for certain key lengths
` [PATCH v2 11/14] crypto: caam - free resources in case caam_rng registration failed
` [PATCH v2 12/14] crypto: caam - execute module exit point only if necessary
` [PATCH v2 13/14] crypto: caam - unregister algorithm only if the registration succeeded
` [PATCH v2 14/14] crypto: caam - change return value in case CAAM has no MDHA

generic ahash question
 2019-07-19 16:23 UTC  (4+ messages)

ghash
 2019-07-19 16:16 UTC  (2+ messages)

[PATCH] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
 2019-07-19 14:55 UTC  (40+ messages)
              ` [PATCH] padata: Use RCU when fetching pd from do_serial
                  ` [v2 PATCH] "
            ` [PATCH v2] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
              ` [PATCH] padata: Replace delayed timer with immediate workqueue in padata_reorder
                        ` [v2 PATCH] "

[PATCH v2] crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
 2019-07-19 11:23 UTC 

[PATCH] crypto: gcm - restrict assoclen for rfc4543
 2019-07-19  7:13 UTC  (6+ messages)

[PATCH 1/2] crypto: ccree - check assoclen for rfc4543
 2019-07-19  7:09 UTC  (2+ messages)
` [PATCH 2/2] crypto: bcm - check assoclen for rfc4543/rfc4106

Crypto Fixes for 4.17
 2019-07-19  3:12 UTC  (11+ messages)
` Crypto Fixes for 4.18
  ` Crypto Fixes for 4.19
    ` Crypto Fixes for 4.20
        ` Crypto Fixes for 5.0
            ` [GIT] "
              ` [GIT] Crypto Fixes for 5.1
                ` [GIT] Crypto Fixes for 5.2
                  ` [GIT] Crypto Fixes for 5.3

[RFC PATCH] Docs: move more driver,device related docs into drivers dir follows kernel source
 2019-07-19  2:14 UTC  (2+ messages)

[PATCH] crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zalloc
 2019-07-18 21:50 UTC  (2+ messages)

[PATCH] crypto: aegis: fix badly optimized clang output
 2019-07-18 21:34 UTC  (4+ messages)

[PATCH 00/14] crypto: caam - fixes for kernel v5.3
 2019-07-18 14:59 UTC  (16+ messages)
` [PATCH 01/14] crypto: caam/qi - fix error handling in ERN handler
` [PATCH 02/14] crypto: caam - fix return code in completion callbacks
` [PATCH 03/14] crypto: caam - update IV only when crypto operation succeeds
` [PATCH 04/14] crypto: caam - check key length
` [PATCH 05/14] crypto: caam - check authsize
` [PATCH 06/14] crypto: caam - check assoclen
` [PATCH 07/14] crypto: caam - check zero-length input
` [PATCH 08/14] crypto: caam - update rfc4106 sh desc to support zero length input
` [PATCH 09/14] crypto: caam - keep both virtual and dma key addresses
` [PATCH 10/14] crypto: caam - fix DKP for certain key lengths
` [PATCH 11/14] crypto: caam - free resources in case caam_rng registration failed
` [PATCH 12/14] crypto: caam - execute module exit point only if necessary
` [PATCH 13/14] crypto: caam - unregister algorithm only if the registration succeeded
` [PATCH 14/14] crypto: caam - change return value in case CAAM has no MDHA

[RFC/RFT v2 0/2] KEYS: trusted: Add generic trusted keys framework
 2019-07-18 11:24 UTC  (3+ messages)
` [RFC/RFT v2 1/2] KEYS: trusted: create trusted keys subsystem
` [RFC/RFT v2 2/2] KEYS: trusted: Add generic trusted keys framework

[patch] crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUAL
 2019-07-18  5:41 UTC  (6+ messages)
  ` [patch v2] "

[PATCH v2] crypto: ccp/gcm - use const time tag comparison
 2019-07-18  5:41 UTC  (2+ messages)

[PATCH v6 00/14] crypto: caam - Add i.MX8MQ support
 2019-07-17 15:24 UTC  (15+ messages)
` [PATCH v6 01/14] crypto: caam - move DMA mask selection into a function
` [PATCH v6 02/14] crypto: caam - simplfy clock initialization
` [PATCH v6 03/14] crypto: caam - convert caam_jr_init() to use devres
` [PATCH v6 04/14] crypto: caam - request JR IRQ as the last step
` [PATCH v6 05/14] crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64
` [PATCH v6 06/14] crypto: caam - use ioread64*_hi_lo in rd_reg64
` [PATCH v6 07/14] crypto: caam - drop 64-bit only wr/rd_reg64()
` [PATCH v6 08/14] crypto: caam - make CAAM_PTR_SZ dynamic
` [PATCH v6 09/14] crypto: caam - move cpu_to_caam_dma() selection to runtime
` [PATCH v6 10/14] crypto: caam - drop explicit usage of struct jr_outentry
` [PATCH v6 11/14] crypto: caam - don't hardcode inpentry size
` [PATCH v6 12/14] crypto: caam - force DMA address to 32-bit on 64-bit i.MX SoCs
` [PATCH v6 13/14] crypto: caam - always select job ring via RSR on i.MX8MQ
` [PATCH v6 14/14] crypto: caam - add clock entry for i.MX8MQ

[PATCH 1/2] char: hw_random: imx-rngc: use devm_platform_ioremap_resource() to simplify code
 2019-07-17 10:24 UTC  (5+ messages)
` [PATCH 2/2] char: hw_random: mxc-rnga: "

[PATCH v5 00/14] crypto: caam - Add i.MX8MQ support
 2019-07-17  7:08 UTC  (17+ messages)
` [PATCH v5 01/14] crypto: caam - move DMA mask selection into a function
` [PATCH v5 02/14] crypto: caam - simplfy clock initialization
` [PATCH v5 03/14] crypto: caam - convert caam_jr_init() to use devres
` [PATCH v5 04/14] crypto: caam - request JR IRQ as the last step
` [PATCH v5 05/14] crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64
` [PATCH v5 06/14] crypto: caam - use ioread64*_hi_lo in rd_reg64
` [PATCH v5 07/14] crypto: caam - drop 64-bit only wr/rd_reg64()
` [PATCH v5 08/14] crypto: caam - make CAAM_PTR_SZ dynamic
` [PATCH v5 09/14] crypto: caam - move cpu_to_caam_dma() selection to runtime
` [PATCH v5 10/14] crypto: caam - drop explicit usage of struct jr_outentry
` [PATCH v5 11/14] crypto: caam - don't hardcode inpentry size
` [PATCH v5 12/14] crypto: caam - force DMA address to 32-bit on 64-bit i.MX SoCs
` [PATCH v5 13/14] crypto: caam - always select job ring via RSR on i.MX8MQ
` [PATCH v5 14/14] crypto: caam - add clock entry for i.MX8MQ

[PATCH 1/8] tpm: block messages while suspended
 2019-07-16 18:28 UTC  (3+ messages)

[PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm
 2019-07-16 14:51 UTC  (2+ messages)

[PATCH 00/14] pending doc patches for 5.3-rc
 2019-07-16 12:10 UTC  (2+ messages)
` [PATCH 13/14] docs: remove extra conf.py files

Announce loop-AES-v3.7o file/swap crypto package
 2019-07-16  9:47 UTC 

[PATCH] X.509: Add messages for obsolete OIDs
 2019-07-16  4:51 UTC  (2+ messages)

[PATCH v4 00/16] crypto: caam - Add i.MX8MQ support
 2019-07-15 18:14 UTC  (4+ messages)
` [PATCH v4 02/16] crypto: caam - simplify clock initialization

[PATCH AUTOSEL 5.2 056/249] crypto: talitos - properly handle split ICV
 2019-07-15 13:45 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 184/249] crypto: asymmetric_keys - select CRYPTO_HASH where needed

[PATCH AUTOSEL 5.1 027/219] crypto: caam - avoid S/G table fetching for AEAD zero-length output
 2019-07-15 14:02 UTC  (3+ messages)
` [PATCH AUTOSEL 5.1 064/219] crypto: inside-secure - do not rely on the hardware last bit for result descriptors
` [PATCH AUTOSEL 5.1 162/219] crypto: asymmetric_keys - select CRYPTO_HASH where needed

[PATCH AUTOSEL 4.19 013/158] crypto: talitos - fix skcipher failure due to wrong output IV
 2019-07-15 14:17 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 034/158] crypto: talitos - Align SEC1 accesses to 32 bits boundaries
` [PATCH AUTOSEL 4.19 045/158] crypto: inside-secure - do not rely on the hardware last bit for result descriptors
` [PATCH AUTOSEL 4.19 118/158] crypto: serpent - mark __serpent_setkey_sbox noinline
` [PATCH AUTOSEL 4.19 119/158] crypto: asymmetric_keys - select CRYPTO_HASH where needed

[PATCH AUTOSEL 4.14 010/105] crypto: talitos - fix skcipher failure due to wrong output IV
 2019-07-15 14:28 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 027/105] crypto: talitos - properly handle split ICV
` [PATCH AUTOSEL 4.14 028/105] crypto: talitos - Align SEC1 accesses to 32 bits boundaries
` [PATCH AUTOSEL 4.14 084/105] crypto: serpent - mark __serpent_setkey_sbox noinline
` [PATCH AUTOSEL 4.14 085/105] crypto: asymmetric_keys - select CRYPTO_HASH where needed

[PATCH AUTOSEL 4.9 07/73] crypto: talitos - fix skcipher failure due to wrong output IV
 2019-07-15 14:36 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 22/73] crypto: talitos - properly handle split ICV
` [PATCH AUTOSEL 4.9 23/73] crypto: talitos - Align SEC1 accesses to 32 bits boundaries
` [PATCH AUTOSEL 4.9 61/73] crypto: asymmetric_keys - select CRYPTO_HASH where needed

[PATCH AUTOSEL 4.4 07/53] crypto: talitos - fix skcipher failure due to wrong output IV
 2019-07-15 14:44 UTC 


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