linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-12 10:10:15 to 2019-07-18 23:59:13 UTC [more...]

[PATCH v2 00/14] crypto: caam - fixes for kernel v5.3
 2019-07-18 23:57 UTC  (14+ 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 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

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

xts fuzz testing and lack of ciphertext stealing support
 2019-07-18 17:03 UTC  (21+ messages)

[PATCH] crypto: gcm - restrict assoclen for rfc4543
 2019-07-18 15:11 UTC  (5+ messages)

[PATCH] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
 2019-07-18 15:01 UTC  (36+ 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 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

[PATCH] crypto: caam - move shared symbols in a common location
 2019-07-18 14:49 UTC 

[PATCH] crypto: caam/qi2 - Increase napi budget to process more caam responses
 2019-07-18 11:29 UTC 

[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 021/249] crypto: talitos - fix skcipher failure due to wrong output IV
 2019-07-15 13:45 UTC  (8+ messages)
` [PATCH AUTOSEL 5.2 029/249] crypto: caam - avoid S/G table fetching for AEAD zero-length output
` [PATCH AUTOSEL 5.2 056/249] crypto: talitos - properly handle split ICV
` [PATCH AUTOSEL 5.2 057/249] crypto: talitos - Align SEC1 accesses to 32 bits boundaries
` [PATCH AUTOSEL 5.2 074/249] crypto: inside-secure - do not rely on the hardware last bit for result descriptors
` [PATCH AUTOSEL 5.2 098/249] crypto: testmgr - add some more preemption points
` [PATCH AUTOSEL 5.2 183/249] crypto: serpent - mark __serpent_setkey_sbox noinline
` [PATCH AUTOSEL 5.2 184/249] crypto: asymmetric_keys - select CRYPTO_HASH where needed

[PATCH AUTOSEL 5.1 021/219] crypto: talitos - fix skcipher failure due to wrong output IV
 2019-07-15 14:02 UTC  (8+ messages)
` [PATCH AUTOSEL 5.1 027/219] crypto: caam - avoid S/G table fetching for AEAD zero-length output
` [PATCH AUTOSEL 5.1 048/219] crypto: talitos - properly handle split ICV
` [PATCH AUTOSEL 5.1 049/219] crypto: talitos - Align SEC1 accesses to 32 bits boundaries
` [PATCH AUTOSEL 5.1 064/219] crypto: inside-secure - do not rely on the hardware last bit for result descriptors
` [PATCH AUTOSEL 5.1 086/219] crypto: testmgr - add some more preemption points
` [PATCH AUTOSEL 5.1 161/219] crypto: serpent - mark __serpent_setkey_sbox noinline
` [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  (6+ messages)
` [PATCH AUTOSEL 4.19 033/158] crypto: talitos - properly handle split ICV
` [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 

[PATCH AUTOSEL 4.19 013/158] crypto: talitos - fix skcipher failure due to wrong output IV
 2019-07-15 13:36 UTC 

[PATCH AUTOSEL 5.1 021/219] crypto: talitos - fix skcipher failure due to wrong output IV
 2019-07-15 13:34 UTC 

[PATCH AUTOSEL 5.2 021/249] crypto: talitos - fix skcipher failure due to wrong output IV
 2019-07-15 13:32 UTC 

[PATCH] crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
 2019-07-15 10:40 UTC  (2+ messages)

[PATCH 0/8] docs: some improvements when producing PDF files
 2019-07-15  7:57 UTC  (4+ messages)
` [PATCH 8/8] docs: remove extra conf.py files

CAVS test harness
 2019-07-13 16:04 UTC  (9+ messages)

[PATCH net] ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"
 2019-07-13  6:07 UTC  (2+ messages)

[PATCH] dt-bindings: crypto: Convert Allwinner A10 Security Engine to a schema
 2019-07-12 13:23 UTC  (2+ messages)

[PATCH] crypto: crypto4xx: fix a potential double free in ppc4xx_trng_probe
 2019-07-12 10:17 UTC  (2+ messages)

[PATCH v2] crypto: ccp - memset structure fields to zero before reuse
 2019-07-12 10:18 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).