linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-02 22:39:25 to 2015-07-20 15:12:52 UTC [more...]

crypto: qat - Add support for RSA algorithm
 2015-07-20 15:12 UTC  (2+ messages)

[PATCH v11] crypto: Add Allwinner Security System crypto accelerator
 2015-07-20  8:20 UTC  (9+ messages)
  ` [PATCH v11 1/5] ARM: sun4i: dt: Add Security System to A10 SoC DTS
  ` [PATCH v11 2/5] ARM: sun7i: dt: Add Security System to A20 "
  ` [PATCH v11 3/5] ARM: sun4i: dt: Add DT bindings documentation for SUN4I Security System
  ` [PATCH v11 4/5] crypto: Add Allwinner Security System crypto accelerator
  ` [PATCH v11 5/5] MAINTAINERS: Add myself as maintainer of Allwinner Security System

[PATCH 1/4] crypto: caam - fix ERA property reading
 2015-07-20  8:10 UTC  (5+ messages)
` [PATCH 2/4] crypto: caam - fix snooping for write transactions
` [PATCH 3/4] crypto: caam - fix RNG init descriptor ret. code checking
` [PATCH 4/4] crypto: caam - fix warning in APPEND_MATH_IMM_u64

[RFC PATCH 03/17] crypto: caam: Blacklist CAAM when kexec is enabled
 2015-07-18 20:08 UTC 

[PATCH v2 00/10] crypto: x86_64 - Add SSE/AVX2 ChaCha20/Poly1305 ciphers
 2015-07-17 13:31 UTC  (12+ messages)
` [PATCH v2 01/10] crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
` [PATCH v2 02/10] crypto: chacha20 - Export common ChaCha20 helpers
` [PATCH v2 03/10] crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64
` [PATCH v2 04/10] crypto: chacha20 - Add a four block SSSE3 "
` [PATCH v2 05/10] crypto: chacha20 - Add an eight block AVX2 "
` [PATCH v2 06/10] crypto: testmgr - Add a longer ChaCha20 test vector
` [PATCH v2 07/10] crypto: poly1305 - Export common Poly1305 helpers
` [PATCH v2 08/10] crypto: poly1305 - Add a SSE2 SIMD variant for x86_64
` [PATCH v2 09/10] crypto: poly1305 - Add a two block SSE2 "
` [PATCH v2 10/10] crypto: poly1305 - Add a four block AVX2 "

[PATCH v3 0/4] crypto: qat - add RSA support to qat driver
 2015-07-17 13:31 UTC  (6+ messages)
` [PATCH v3 1/4] crypto: qat - add support for MMP FW
` [PATCH v3 2/4] crypto: qat - add MMP FW support to accel engine
` [PATCH v3 3/4] crypto: qat - Add support for RSA algorithm
` [PATCH v3 4/4] crypto: rsa - limit supported key lengths

crypto: chacha20poly1305 - Convert to new AEAD interface
 2015-07-16 16:12 UTC  (2+ messages)

[PATCH v2 0/3] crypto: qat - add RSA support to qat driver
 2015-07-15 15:19 UTC  (10+ messages)
` [PATCH v2 1/3] crypto: qat - add support for MMP FW
` [PATCH v2 2/3] crypto: qat - add MMP FW support to accel engine
` [PATCH v2 3/3] crypto: qat - Add support for RSA algorithm

[PATCH 0/6] drivers/nx-842: reduce verbosity of logging
 2015-07-15 14:33 UTC  (19+ messages)
` [PATCH 2/6] nx-842-pseries: rename nx842_{init,exit} to nx842_pseries_{init,exit}
` [PATCH 3/6] nx-842-pseries: do not emit extra output if status is disabled
` [PATCH 4/6] crypto/nx-842-{powerpc,pseries}: only load on the appropriate machine type
    ` [PATCH v2] crypto/nx-842-{powerpc,pseries}: reduce chattiness of platform drivers
` [PATCH 5/6] [RFC] crypto/testmgr: add null test for 842 algorithm
` [PATCH 6/6] nx-842-platform: if NX842 platform drivers are not modules, don't try to load them

[PATCH 0/3] crypto: qat - add RSA support to qat driver
 2015-07-14 16:16 UTC  (6+ messages)
` [PATCH 1/3] crypto: qat - add support for MMP FW
` [PATCH 2/3] crypto: qat - add MMP FW support to accel engine
` [PATCH 3/3] crypto: qat - Add support for RSA algorithm

[PATCH 0/5] crypto: aead - Convert ccm to new interface
 2015-07-14  9:11 UTC  (7+ messages)
` [PATCH 1/5] crypto: testmgr - Disable rfc4309 test and convert test vectors
` [PATCH 2/5] crypto: ccm - Convert to new AEAD interface
` [PATCH 3/5] crypto: aes-ce-ccm "
` [PATCH 4/5] crypto: nx - Convert ccm "
` [PATCH 5/5] crypto: testmgr - Reenable rfc4309 test

[PATCH 0/2] Uncomment VSX enable routine for instructions access
 2015-07-14  7:02 UTC  (2+ messages)

[PATCH] crypto: Drop owner assignment from platform_driver
 2015-07-14  7:01 UTC  (3+ messages)

[PATCH 2/2] Adding enable_kernel_vsx() to access VSX instructions
 2015-07-13 16:51 UTC 

[PATCH 1/2] Uncomment and make enable_kernel_vsx() routine available
 2015-07-13 16:51 UTC 

[PATCH 0/14] crypto: aead - Phase oute seqniv
 2015-07-13 11:29 UTC  (32+ messages)
` [PATCH 1/14] crypto: api - Add instance free function to crypto_type
` [PATCH 2/14] crypto: aead - Add type-safe function for freeing instances
` [PATCH 3/14] crypto: pcrypt - Propagate new AEAD implementation flag
` [PATCH 4/14] crypto: cryptd "
` [PATCH 5/14] crypto: echainiv - Fix encryption convention
` [PATCH 6/14] crypto: seqiv - Replace seqniv with seqiv
` [PATCH 7/14] crypto: aead - Propagate new AEAD implementation flag for IV generators
` [PATCH 8/14] crypto: testmgr - Disable rfc4106 test and convert test vectors
` [PATCH 9/14] crypto: tcrypt - Add support for new IV convention
` [PATCH 10/14] crypto: aesni - Use "
` [PATCH 11/14] crypto: gcm "
` [PATCH 12/14] crypto: nx "
` [PATCH 13/14] crypto: caam "
` [PATCH 14/14] crypto: testmgr - Reenable rfc4106 test

[PATCH 00/10] crypto: x86_64 - Add SSE/AVX2 ChaCha20/Poly1305 ciphers
 2015-07-13  7:01 UTC  (16+ messages)
` [PATCH 01/10] crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
` [PATCH 02/10] crypto: chacha20 - Export common ChaCha20 helpers
` [PATCH 03/10] crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64
` [PATCH 04/10] crypto: chacha20 - Add a four block SSSE3 "
` [PATCH 05/10] crypto: chacha20 - Add an eight block AVX2 "
` [PATCH 06/10] crypto: testmgr - Add a longer ChaCha20 test vector
` [PATCH 07/10] crypto: poly1305 - Export common Poly1305 helpers
` [PATCH 08/10] crypto: poly1305 - Add a SSE2 SIMD variant for x86_64
` [PATCH 09/10] crypto: poly1305 - Add a two block SSE2 "
` [PATCH 10/10] crypto: poly1305 - Add a four block AVX2 "

Crypto Update for 3.13
 2015-07-13  4:08 UTC  (11+ messages)
` Crypto Update for 3.14
  ` Crypto Update for 3.15
    ` Crypto Update for 3.16
      ` Crypto Update for 3.17
        ` Crypto Update for 3.18
          ` Crypto Update for 3.19
            ` Crypto Update for 3.20
              ` Crypto Fixes for 4.2

[PATCH v2 0/7] crypto: omap-aes: Add support for GCM mode
 2015-07-11  2:40 UTC  (19+ messages)
` [PATCH v2 1/7] crypto: omap-aes: Fix CTR mode
` [PATCH v2 2/7] crypto: omap-aes: Increase priority of hw accelerator
` [PATCH v2 3/7] crypto: omap-aes: Fix configuring of AES mode
` [PATCH v2 4/7] crypto: omap-aes: Use BIT() macro
` [PATCH v2 5/7] crypto: aead: Add aead_request_cast() api
` [PATCH v2 6/7] crypto: omap-aes: Add support for GCM mode
` [PATCH v2 7/7] crypto: tcrypt: Fix AEAD speed tests

akcipher: continuous memory for input/output
 2015-07-10 13:36 UTC  (4+ messages)

your protracted and stalled funds transfer from the U.K
 2015-07-09  9:38 UTC 

[PATCH v10] crypto: Add Allwinner Security System crypto accelerator
 2015-07-09  6:59 UTC  (10+ messages)
  ` [PATCH v10 1/5] ARM: sun4i: dt: Add Security System to A10 SoC DTS
  ` [PATCH v10 2/5] ARM: sun7i: dt: Add Security System to A20 "
  ` [PATCH v10 3/5] ARM: sun4i: dt: Add DT bindings documentation for SUN4I Security System
  ` [PATCH v10 4/5] crypto: Add Allwinner Security System crypto accelerator
        `  "
          ` [linux-sunxi] "
  ` [PATCH v10 5/5] MAINTAINERS: Add myself as maintainer of Allwinner Security System

crypto: nx - Fix reentrancy bugs
 2015-07-08 13:46 UTC  (4+ messages)

crypto: nx/842 - Fix context corruption
 2015-07-08 13:40 UTC 

crypto: aead - Add aead_queue interface
 2015-07-08  4:15 UTC  (2+ messages)
` [PATCH v2] "

crypto: api - Remove unused __crypto_dequeue_request
 2015-07-08  3:55 UTC 

[PATCH] crypto: testmgr - add a chunking test for cbc(aes)
 2015-07-07 14:00 UTC  (2+ messages)

crypto: cryptd - Fix AEAD request context corruption
 2015-07-06 11:11 UTC 

[PATCH 00/10] crypto: omap-aes: Add support for GCM mode
 2015-07-06  8:49 UTC  (15+ messages)
` [PATCH 01/10] crypto: omap-aes: Add support for lengths not aligned with AES_BLOCK_SIZE
` [PATCH 03/10] crypto: aead: Add aead_request_cast() api
` [PATCH 04/10] crypto: omap-aes: Use BIT() macro
` [PATCH 08/10] crypto: omap-aes: gmc: Add algo info
` [PATCH 10/10] crypto: tcrypt: Added speed tests for Async AEAD crypto alogrithms

[PATCH] crypto: arm: ignore generated SHA2 assembly files
 2015-07-06  8:34 UTC  (3+ messages)

[PATCH] crypto: ccp - Provide support to autoload CCP driver
 2015-07-06  8:33 UTC  (2+ messages)

[PATCH] crypto: omap-des: Fix unmapping of dma channels
 2015-07-06  8:29 UTC  (2+ messages)

crypto: marvell/CESA: Issues with non cache-line aligned buffers
 2015-07-04  7:37 UTC  (8+ 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).