linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-19 05:34:48 to 2019-07-26 12:35:39 UTC [more...]

[PATCH 1/2] char: hw_random: imx-rngc: use devm_platform_ioremap_resource() to simplify code
 2019-07-26 12:34 UTC  (2+ messages)

[PATCH] crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zalloc
 2019-07-26 12:35 UTC  (2+ messages)

[PATCH] crypto: caam/qi2 - Increase napi budget to process more caam responses
 2019-07-26 12:35 UTC  (3+ messages)

[PATCH] crypto: ccp - Reduce maximum stack usage
 2019-07-26 12:34 UTC  (2+ messages)

[PATCH 0/2] Improve system log messaging in ccp-crypto
 2019-07-26 12:34 UTC  (2+ messages)

[PATCHv2 0/3] crypto: inside-secure - broaden driver scope
 2019-07-26 12:34 UTC  (7+ messages)

[PATCH] crypto: cavium/nitrox - Add support for loading asymmetric crypto firmware
 2019-07-26 12:33 UTC  (2+ messages)

[PATCH v2 0/4] Add module parameters to control CCP activation
 2019-07-26 12:33 UTC  (2+ messages)

[PATCH 0/3] crypto: inside-secure - add more AEAD ciphersuites
 2019-07-26 12:33 UTC  (6+ messages)
` [PATCH 1/3] crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))
` [PATCH 2/3] crypto: inside-secure - added support for rfc3686(ctr(aes))

[PATCH] crypto: user - make NETLINK_CRYPTO work inside netns
 2019-07-26 12:32 UTC  (2+ messages)

[PATCH 1/7] crypto: ux500: Use spinlock_t instead of struct spinlock
 2019-07-26 12:32 UTC  (3+ messages)

[PATCH v2 06/35] crypto: Use kmemdup rather than duplicating its implementation
 2019-07-26 12:32 UTC  (2+ messages)

[PATCH v4 0/7] crypto: CAESAR final portfolio follow-up
 2019-07-26 12:31 UTC  (2+ messages)

[PATCH] crypto: testmgr - add tests for lzo-rle
 2019-07-26 12:31 UTC  (2+ messages)

[PATCH v4 00/32] crypto: AES cleanup
 2019-07-26 12:31 UTC  (2+ messages)

[PATCH 0/9] crypto: inside-secure - fix cryptomgr extratests issues
 2019-07-26 12:30 UTC  (2+ messages)

[PATCH 0/4] crypto: ccree: cleanups, fixes and TEE FIPS support
 2019-07-26 12:29 UTC  (2+ messages)

[PATCH][next] crypto: ccree - fix spelling mistake "configration" -> "configuration"
 2019-07-26 12:29 UTC  (2+ messages)

[PATCH v2 10/10] docs: remove extra conf.py files
 2019-07-26 11:31 UTC 

[PATCH 0/4] crypto: add amlogic crypto offloader driver
 2019-07-26 11:07 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: crypto: Add DT bindings documentation for amlogic-crypto
` [PATCH 2/4] crypto: amlogic: Add crypto accelerator for amlogic GXL
` [PATCH 3/4] MAINTAINERS: Add myself as maintainer of amlogic crypto
` [PATCH 4/4] ARM64: dts: amlogic: adds crypto hardware node

xts fuzz testing and lack of ciphertext stealing support
 2019-07-26 10:31 UTC  (32+ messages)
                  ` [dm-devel] "

[PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
 2019-07-26  9:00 UTC  (3+ messages)

[RFC 0/9] padata: use unbound workqueues for parallel jobs
 2019-07-25 21:25 UTC  (10+ messages)
` [RFC 1/9] padata: allocate workqueue internally
` [RFC 2/9] workqueue: unconfine alloc/apply/free_workqueue_attrs()
` [RFC 3/9] workqueue: require CPU hotplug read exclusion for apply_workqueue_attrs
` [RFC 4/9] padata: make padata_do_parallel find alternate callback CPU
` [RFC 5/9] pcrypt: remove padata cpumask notifier
` [RFC 6/9] padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible
` [RFC 7/9] padata: use separate workqueues for parallel and serial work
` [RFC 8/9] padata: unbind parallel jobs from specific CPUs
` [RFC 9/9] padata: remove cpu_index from the parallel_queue

[RFC PATCH] rxrpc: Fix -Wframe-larger-than= warnings from on-stack crypto
 2019-07-25 14:52 UTC  (5+ messages)

[PATCH] crypto: qat - Silence smp_processor_id() warning
 2019-07-25 14:25 UTC  (4+ messages)

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

[PATCH v2] crypto: gcm - restrict assoclen for rfc4543
 2019-07-25 13:49 UTC 

[PATCH 0/2] crypto: validate inputs for gcm and aes
 2019-07-25 13:47 UTC  (3+ messages)
` [PATCH 1/2] crypto: gcm - helper functions for assoclen/authsize check
` [PATCH 2/2] crypto: aes - helper function to validate key length for AES algorithms

[PATCH] hwrng: Use device-managed registration API
 2019-07-25  8:25 UTC  (2+ messages)

Backlog support for CAAM?
 2019-07-25  8:12 UTC  (3+ messages)

[PATCH 4.19 182/271] crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe
 2019-07-24 19:21 UTC  (2+ messages)
` [PATCH 4.19 218/271] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs

[PATCH] fs: crypto: keyinfo: Fix a possible null-pointer dereference in derive_key_aes()
 2019-07-25  3:52 UTC  (5+ messages)

[PATCH 5.2 274/413] crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe
 2019-07-24 19:20 UTC  (2+ messages)
` [PATCH 5.2 346/413] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs

[PATCH 5.1 250/371] crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe
 2019-07-24 19:21 UTC  (2+ messages)
` [PATCH 5.1 315/371] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs

[PATCH] crypto: jitterentropy: build without sanitizer
 2019-07-24 18:51 UTC 

[PATCH] crypto: testmgr - Improve randomization of params for AEAD fuzz testing
 2019-07-24  9:35 UTC 

[PATCH v2] crypto: nx: nx-842-powernv: Add of_node_put() before return
 2019-07-24  7:54 UTC 

[PATCH] crypto: nx: nx-842-powernv: Add of_node_put() before return
 2019-07-24  7:42 UTC  (2+ messages)

[PATCH v4 0/3] MediaTek Security random number generator support
 2019-07-24  5:04 UTC  (7+ messages)
` [PATCH v4 2/3] dt-bindings: rng: add bindings for MediaTek ARMv8 SoCs

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-07-23 22:39 UTC  (8+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions

[PATCH v2 1/3] mm: Introduce page_size()
 2019-07-23 21:03 UTC  (5+ messages)

[PATCH v6 00/14] crypto: caam - Add i.MX8MQ support
 2019-07-23 16:02 UTC  (9+ messages)
` [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 08/14] crypto: caam - make CAAM_PTR_SZ dynamic

[PATCH v2 1/2] crypto: add header include guards
 2019-07-23 11:43 UTC  (2+ messages)
` [PATCH v2 2/2] crypto: user - fix potential warnings in cryptouser.h

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

[PATCH v4] crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
 2019-07-23  9:16 UTC  (3+ messages)

[PATCH] crypto: atmel-sha204a: Use device-managed registration API
 2019-07-23  7:19 UTC 

[PATCH v2] crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
 2019-07-23  6:14 UTC  (6+ messages)

[RESEND PATCH 00/10] crypto: k3: Add sa2ul driver
 2019-07-23  4:11 UTC  (4+ messages)
` [RESEND PATCH 01/10] dt-bindings: crypto: k3: Add sa2ul bindings documentation

[PATCH v3] crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
 2019-07-23  1:09 UTC 

Testmgr fuzz testing
 2019-07-23  0:56 UTC  (5+ messages)

AEAD question
 2019-07-22 22:26 UTC  (3+ messages)

CAVS test implementation
 2019-07-22 18:23 UTC  (2+ messages)

[PATCH v1 0/2] hwrng: npcm: add NPCM RNG driver support
 2019-07-22 15:02 UTC  (3+ messages)
` [PATCH v1 1/2] dt-binding: hwrng: add NPCM RNG documentation
` [PATCH v1 2/2] hwrng: npcm: add NPCM RNG driver

[PATCH] crypto: ghash - add comment and improve help text
 2019-07-22  8:43 UTC  (3+ messages)

generic ahash question
 2019-07-20  2:50 UTC  (8+ messages)

ghash
 2019-07-19 23:25 UTC  (9+ messages)

Crypto Fixes for 4.17
 2019-07-19 19:45 UTC  (12+ 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

[PATCH] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
 2019-07-19 19:04 UTC  (17+ messages)
` [PATCH v2] "
  ` [PATCH] padata: Replace delayed timer with immediate workqueue in padata_reorder
            ` [v2 PATCH] "
                  ` [PATCH] padata: purge get_cpu and reorder_via_wq from padata_do_serial

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

[PATCH v2 00/14] crypto: caam - fixes for kernel v5.3
 2019-07-19 16:26 UTC  (22+ messages)
` [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 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: 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


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