linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-09 17:36:53 to 2015-03-18 05:25:24 UTC [more...]

Crypto Fixes for 3.6
 2015-03-18  5:25 UTC  (11+ messages)
` Crypto Fixes for 3.7
  ` Crypto Fixes for 3.9
    ` Crypto Fixes for 3.13
          ` Crypto Fixes for 3.14
            ` Crypto Fixes for 3.19
                ` Crypto Fixes for 4.0

How to handle an error while processing crypto request (backlogged)
 2015-03-18  4:01 UTC 

FSL CAAM for imx6
 2015-03-18  1:00 UTC 

[PATCH v2 0/5] crypto: talitos: Add crypto async queue handling
 2015-03-17 22:03 UTC  (7+ messages)
` [PATCH v2 5/5] crypto: talitos: Add software backlog "

[PATCH] arm64/crypto: issue aese/aesmc instructions in pairs
 2015-03-17 18:09 UTC  (2+ messages)

[PATCH] arm: crypto: Add NEON optimized SHA-256
 2015-03-17 15:51 UTC  (7+ messages)

[RFC PATCH] crypto: prevent helper ciphers from being allocated by users
 2015-03-17 14:59 UTC  (6+ messages)

[PATCH] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disabling TRNG
 2015-03-17 11:33 UTC  (2+ messages)

linux-next: build failure after merge of the crypto tree
 2015-03-17 11:11 UTC 

[PATCH] mm: kill kmemcheck
 2015-03-17  2:33 UTC  (24+ messages)

[PATCH 00/10] omap3 crypto fixes
 2015-03-16 21:44 UTC  (7+ messages)
` [PATCH 06/10] ARM: dts: omap3: Add missing dmas for crypto

[PATCH 00/35 linux-next] constify of_device_id array
 2015-03-16 19:17 UTC  (2+ messages)
` [PATCH 07/35 linux-next] char: "

[PATCH v6] crypto: Add Allwinner Security System crypto accelerator
 2015-03-16 19:06 UTC  (6+ messages)
  ` [PATCH v6 1/4] ARM: sun7i: dt: Add Security System to A20 SoC DTS
  ` [PATCH v6 2/4] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System
  ` [PATCH v6 3/4] MAINTAINERS: Add myself as maintainer of Allwinner "
  ` [PATCH v6 4/4] crypto: Add Allwinner Security System crypto accelerator

[PATCH 0/2] crypto: talitos: Add AES-XTS mode
 2015-03-16 18:46 UTC  (11+ messages)

[PATCH v2 net-next 0/4] Add support for async socket operations
 2015-03-16 16:15 UTC  (5+ messages)
` [PATCH v2 net-next 1/4] net: socket: add support for async operations
` [PATCH v2 net-next 2/4] aio: prefer aio_op op over iter_op
` [PATCH v2 net-next 3/4] crypto: af_alg - Allow to link sgl
` [PATCH v2 net-next 4/4] crypto: algif - change algif_skcipher to be asynchronous

[PATCH 1/4] crypto: add CRYPTO_TFM_REQ_DMA flag
 2015-03-16 12:58 UTC  (11+ messages)
` [PATCH 2/4] net: esp: check CRYPTO_TFM_REQ_DMA flag when allocating crypto request
` [PATCH 3/4] crypto: talitos - move talitos_{edesc,request} to request private ctx
` [PATCH 4/4] crypto: talitos - add software backlog queue handling

[PATCH 12/12] crypto/sha-mb/sha1_mb.c : Syntax error
 2015-03-16 11:28 UTC  (3+ messages)

[PATCH V5 0/2] crypto: Add Imagination Technologies hw hash accelerator
 2015-03-16 10:49 UTC  (5+ messages)
  ` [PATCH V5 1/2] "
` [PATCH V5 2/2] Documentation: crypto: Add DT binding info for the img "

[PATCH RESEND] crypto: algif_rng - zeroize buffer with random data
 2015-03-16 10:49 UTC  (2+ messages)

[PATCH 0/6] Introduce devm_hwrng_register and convert a few dirvers
 2015-03-16 10:49 UTC  (8+ messages)
` [PATCH 1/6] hwrng: add devm_* interfaces
` [PATCH 2/6] hwrng: bcm63xx - make use of devm_hwrng_register
` [PATCH 3/6] hwrng: exynos "
` [PATCH 4/6] hwrng: msm "
` [PATCH 5/6] hwrng: iproc-rng200 - do not use static structure
` [PATCH 6/6] hwrng: iproc-rng200 - make use of devm_hwrng_register

[PATCH] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG in init
 2015-03-16  1:54 UTC 

[PATCH v3 11/17] crypto: talitos - adaptation of talitos_submit() for SEC1
 2015-03-15 15:37 UTC 

[PATCH v3 16/17] crypto: talitos - Add fsl,sec1.0 compatible
 2015-03-14 14:05 UTC 

[PATCH v3 08/17] crypto: talitos - add sub-choice in talitos CONFIG for SEC1
 2015-03-14 13:29 UTC 

[PATCH v3 10/17] crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+
 2015-03-14 13:06 UTC 

[PATCH v3 06/17] crypto: talitos - helper function for ptr len
 2015-03-14 11:55 UTC 

[PATCH v3 05/17] crypto: talitos - remove param 'extent' in map_single_talitos_ptr()
 2015-03-14 10:25 UTC 

[PATCH v3 03/17] crypto: talitos - talitos_ptr renamed ptr for more lisibility
 2015-03-14 10:14 UTC 

[PATCH v3 07/17] crypto: talitos - enhanced talitos_desc struct for SEC1
 2015-03-14  1:19 UTC 

[PATCH 12/12] crypto/sha-mb/sha1_mb.c : Syntax error
 2015-03-13 21:33 UTC  (2+ messages)

[PATCH v2 1/4] crypto: add CRYPTO_TFM_REQ_DMA flag
 2015-03-13 17:38 UTC  (4+ messages)
` [PATCH v2 2/4] net: esp: check CRYPTO_TFM_REQ_DMA flag when allocating crypto request
` [PATCH v2 3/4] crypto: talitos - move talitos_{edesc,request} to request private ctx
` [PATCH v2 4/4] crypto: talitos - add software backlog queue handling

[PATCH 0/15] don't export static symbol
 2015-03-13 10:38 UTC  (3+ messages)
` [PATCH 4/15] crypto: "

[PATCH] crypto: testmgr - fix RNG return code enforcement
 2015-03-13 10:38 UTC  (2+ messages)

[PATCH v2] crypto: AES-NI - fix memory usage in GCM decryption
 2015-03-13 10:33 UTC  (2+ messages)

[PATCH] crypto: algif_rng - zeroize buffer holding random data
 2015-03-13 10:31 UTC  (2+ messages)

[PATCH] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disabling TRNG
 2015-03-13 10:07 UTC  (2+ messages)

[PATCH V4 0/2] crypto: Add Imagination Technologies hw hash accelerator
 2015-03-12 22:36 UTC  (6+ messages)
` [PATCH V4 1/2] "
` [PATCH V4 2/2] Documentation: crypto: Add DT binding info for the img "

linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)
 2015-03-12 15:27 UTC  (6+ messages)

[PATCH RFC 0/4] Add support for async socket operations
 2015-03-12 14:00 UTC  (7+ messages)
` [PATCH RFC 1/4] net: socket: add support for async operations
` [PATCH RFC 2/4] aio: prefer aio_op op over iter_op
` [PATCH RFC 3/4] crypto: af_alg - Allow to link sgl
` [PATCH RFC 4/4] crypto: algif - change algif_skcipher to be asynchronous

[RESEND PATCH] hwrng: omap - remove #ifdefery around PM methods
 2015-03-12 10:20 UTC  (2+ messages)

[PATCH v2 0/5] ARM: crypto: ARMv8 Crypto Extensions
 2015-03-12 10:19 UTC  (7+ messages)
` [PATCH v2 1/5] crypto/arm: move ARM specific Kconfig definitions to a dedicated file
` [PATCH v2 2/5] crypto/arm: add support for SHA1 using ARMv8 Crypto Instructions
` [PATCH v2 3/5] crypto/arm: add support for SHA-224/256 using ARMv8 Crypto Extensions
` [PATCH v2 4/5] crypto/arm: AES in ECB/CBC/CTR/XTS modes "
` [PATCH v2 5/5] crypto/arm: add support for GHASH "

[PATCH V3 1/2] crypto: Add Imagination Technologies hw hash accelerator
 2015-03-12  0:13 UTC  (6+ messages)
  ` [PATCH V3 2/2] Documentation: crypto: Add DT binding info for the img "

[PATCH 1/4] hwrng: omap - remove incorrect __exit markups
 2015-03-11 21:08 UTC  (7+ messages)
` [PATCH 2/4] hwrng: omap - remove #ifdefery around PM methods

net: Remove iocb argument from sendmsg and recvmsg
 2015-03-11 16:25 UTC  (8+ messages)

[PATCH] crypto: amcc: remove incorrect __init/__exit markups
 2015-03-11 14:13 UTC  (2+ messages)

[PATCH] crypto: qat - remove incorrect __exit markup
 2015-03-11 14:13 UTC  (2+ messages)

[PATCH] crypto: tcrypt - fix uninit sg entries in test_acipher_speed
 2015-03-11 14:12 UTC  (2+ messages)

[PATCH] crypto: AES-NI: fix memory usage in GCM decryption
 2015-03-11  9:10 UTC  (4+ messages)

linux-next: build warnings after merge of the crypto tree
 2015-03-11  2:05 UTC  (7+ messages)

[PATCH v2 0/2] crypto: algif - change algif_skcipher to be asynchronous
 2015-03-10 18:26 UTC  (5+ messages)
` [PATCH v2 1/2] crypto: af_alg - Allow to link sgl
` [PATCH v2 2/2] crypto: algif - change algif_skcipher to be asynchronous

[PATCH V3 0/2] Add support for the IMG hash accelerator
 2015-03-10 12:30 UTC  (8+ messages)
` [PATCH V3 1/2] crypto: Add Imagination Technologies hw "

[PATCH 0/7] crypto: OCTEON MD5 bugfix + SHA modules
 2015-03-10  9:58 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: Remove iocb argument from sendmsg and recvmsg
 2015-03-10  5:58 UTC 

[PATCH v2 15/17] crypto: talitos - Implementation of SEC1
 2015-03-10  0:14 UTC  (2+ messages)

[PATCH 04/10] crypto: omap-sham: Check for return value from pm_runtime_get_sync
 2015-03-09 20:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH RESEND 0/2] crypto: algif - change algif_skcipher to be asynchronous
 2015-03-09 20:06 UTC  (6+ messages)
` [PATCH RESEND 2/2] "

[PATCH] crypto/arm: add support for GHASH using ARMv8 Crypto Extensions
 2015-03-09 19:18 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).