linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-31 16:30:49 to 2015-04-16 02:37:20 UTC [more...]

Crypto Update for 3.9
 2015-04-16  2:37 UTC  (13+ messages)
` Crypto Update for 3.12
  ` Crypto Update for 3.13
    ` 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 Update for 4.1

[PATCH 03/17] fs: don't allow to complete sync iocbs through aio_complete
 2015-04-14 19:22 UTC  (4+ messages)

[PATCH] crypto: ensure backlog is initialised
 2015-04-14 16:51 UTC 

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

[PATCH 0/2] crypto: add new driver for Marvell CESA
 2015-04-13 20:11 UTC  (18+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: marvell/CESA: update DT bindings documentation

[PATCH v2] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON
 2015-04-13  9:34 UTC  (10+ messages)

[PATCH] crypto: arm: workaround for building with old binutils
 2015-04-13  4:12 UTC  (4+ messages)

[PATCH] crypto: arm: workaround for building with old binutils
 2015-04-11 20:44 UTC  (5+ messages)

Counter Size in CTR mode for AES Driver
 2015-04-11 20:42 UTC  (5+ messages)

[BUG/PATCH] kernel RNG and its secrets
 2015-04-10 20:09 UTC  (15+ messages)

[PATCH v4 00/16] crypto: SHA glue code consolidation
 2015-04-10 13:42 UTC  (18+ messages)
` [PATCH v4 01/16] crypto: sha1: implement base layer for SHA-1
` [PATCH v4 02/16] crypto: sha256: implement base layer for SHA-256
` [PATCH v4 03/16] crypto: sha512: implement base layer for SHA-512
` [PATCH v4 04/16] crypto: sha1-generic: move to generic glue implementation
` [PATCH v4 05/16] crypto: sha256-generic: "
` [PATCH v4 06/16] crypto: sha512-generic: "
` [PATCH v4 07/16] crypto/arm: move SHA-1 ARM asm implementation to base layer
` [PATCH v4 08/16] crypto/arm: move SHA-1 NEON "
` [PATCH v4 09/16] crypto/arm: move SHA-1 ARMv8 "
` [PATCH v4 10/16] crypto/arm: move SHA-224/256 ASM/NEON "
` [PATCH v4 11/16] crypto/arm: move SHA-224/256 ARMv8 "
` [PATCH v4 12/16] crypto/arm64: move SHA-1 "
` [PATCH v4 13/16] crypto/arm64: move SHA-224/256 "
` [PATCH v4 14/16] crypto/x86: move SHA-1 SSSE3 "
` [PATCH v4 15/16] crypto/x86: move SHA-224/256 "
` [PATCH v4 16/16] crypto/x86: move SHA-384/512 "

[PATCH v4] crypto: remove instance when test failed
 2015-04-10 13:42 UTC  (2+ messages)

[PATCH v3 14/17] crypto: talitos - implement scatter/gather copy for SEC1
 2015-04-09 15:17 UTC 

[PATCH v3] crypto: remove instance when test failed
 2015-04-09 10:05 UTC  (5+ messages)

trust you
 2015-04-09  4:00 UTC 

[PATCH 00/11] add 842 hw compression for PowerNV platform
 2015-04-08 14:48 UTC  (19+ messages)
` [PATCH 01/11] powerpc: export of_get_ibm_chip_id function
` [PATCH 02/11] powerpc: Add ICSWX instruction
` [PATCH 03/11] crypto: add software 842 decompression
` [PATCH 04/11] drivers/crypto/nx: move nx-842.c to nx-842-pseries.c
` [PATCH 05/11] drivers/crypto/nx: add NX-842 platform frontend driver
` [PATCH 06/11] drivers/crypto/nx: add nx842 constraints
` [PATCH 07/11] drivers/crypto/nx: add PowerNV platform NX-842 driver
` [PATCH 08/11] drivers/crypto/nx: simplify pSeries nx842 driver
` [PATCH 09/11] crypto: remove LZO fallback from crypto 842
` [PATCH 10/11] crypto: rewrite crypto 842 to use nx842 constraints
` [PATCH 11/11] crypto: add crypto compression sefltest

[PATCH 1/2] crypto: sahara - use the backlog
 2015-04-08 14:25 UTC  (3+ messages)
` [PATCH 2/2] crypto: sahara - fix AES descriptor create

[PATCH 00/10] crypto: at91: add support for SAMA5D4 and fix related bugs
 2015-04-08 14:24 UTC  (12+ messages)
` [PATCH 01/10] crypto: atmel-aes: add new version
` [PATCH 02/10] crypto: atmel-sha: "
` [PATCH 03/10] crypto: atmel-sha: correct the way data are split
` [PATCH 04/10] crypto: atmel-sha: fix sg list management
` [PATCH 05/10] crypto: atmel-sha: initialize spinlock in probe
` [PATCH 06/10] crypto: atmel-sha: correct the max burst size
` [PATCH 07/10] crypto: atmel-tdes: initialize spinlock in probe
` [PATCH 08/10] crypto: atmel-aes: "
` [PATCH 09/10] crypto: atmel-aes: sync the buf used in DMA or CPU
` [PATCH 10/10] crypto: atmel-aes: correct usage of dma_sync_* API

[PATCH v3 00/16] crypto: SHA glue code consolidation
 2015-04-08 14:22 UTC  (25+ messages)
` [PATCH v3 01/16] crypto: sha1: implement base layer for SHA-1
` [PATCH v3 02/16] crypto: sha256: implement base layer for SHA-256
` [PATCH v3 03/16] crypto: sha512: implement base layer for SHA-512
` [PATCH v3 04/16] crypto: sha1-generic: move to generic glue implementation
` [PATCH v3 05/16] crypto: sha256-generic: "
` [PATCH v3 06/16] crypto: sha512-generic: "
` [PATCH v3 07/16] crypto/arm: move SHA-1 ARM asm implementation to base layer
` [PATCH v3 08/16] crypto/arm: move SHA-1 NEON "
` [PATCH v3 09/16] crypto/arm: move SHA-1 ARMv8 "
` [PATCH v3 10/16] crypto/arm: move SHA-224/256 ASM/NEON "
` [PATCH v3 11/16] crypto/arm: move SHA-224/256 ARMv8 "
` [PATCH v3 12/16] crypto/arm64: move SHA-1 "
` [PATCH v3 13/16] crypto/arm64: move SHA-224/256 "
` [PATCH v3 14/16] crypto/x86: move SHA-1 SSSE3 "
` [PATCH v3 15/16] crypto/x86: move SHA-224/256 "
` [PATCH v3 16/16] crypto/x86: move SHA-384/512 "

[PATCH] crypto: qat - fix double release_firmware on error path
 2015-04-07 13:36 UTC  (2+ messages)

[PATCH] crypto: qat - print ring name in debug output
 2015-04-07 13:36 UTC  (2+ messages)

[PATCH] crypto: Fix a typo in Kconfig
 2015-04-07 13:36 UTC  (2+ messages)

crypto: user - Fix crypto_alg_match race
 2015-04-07 13:27 UTC 

[PATCH] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON
 2015-04-06  7:29 UTC  (3+ messages)

[PATCH v2] crypto: remove instance when test failed
 2015-04-06  4:45 UTC  (6+ messages)

[PATCH] arm: crypto: Add NEON optimized SHA-256
 2015-04-03 10:04 UTC  (6+ messages)
` [PATCHv2] arm: crypto: Add optimized SHA-256/224
  ` [PATCHv3] "

[PATCH v2] crypto: omap-sham: Add the offset of sg page to vaddr
 2015-04-03 10:00 UTC  (2+ messages)

[PATCH v6] crypto: Add Allwinner Security System crypto accelerator
 2015-04-02 19:11 UTC  (4+ messages)
` [PATCH v6 4/4] "

problem with testing a CTR block cipher mode which is partially working
 2015-04-02 19:02 UTC  (7+ messages)
` AW: "
      `  "
        ` [linux-sunxi] "
          `  "

crypto: api - Fix races in crypto_unregister_instance
 2015-04-02 15:15 UTC  (6+ messages)
` crypto: api - Change crypto_unregister_instance argument type

[PATCH] crypto: remove instance when test failed
 2015-04-02 14:42 UTC  (2+ messages)

[PATCH] crypto: omap-sham: Check for HIGHMEM before mapping SG pages
 2015-04-02 10:00 UTC  (7+ messages)
` [PATCH] crypto: omap-sham: Use pm_runtime_irq_safe()
` [PATCH] crypto: omap-aes: Fix support for unequal lengths

[PATCH v2 net-next] crypto: algif - explicitly mark end of data
 2015-04-02  3:00 UTC  (2+ messages)

[PATCH net-next] crypto: algif - use kmalloc instead of kzalloc
 2015-04-01 19:33 UTC  (2+ messages)

[PATCH net-next] crypto: af_alg - make exports consistant
 2015-04-01 19:33 UTC  (2+ messages)

[PATCH net-next] crypto: algif - explicitly mark end of data
 2015-04-01 19:32 UTC  (2+ messages)

AES Crypto driver in CTS mode
 2015-04-01 17:24 UTC 

[PATCH] crypto: qat - fix typo
 2015-04-01 14:27 UTC  (2+ messages)

[PATCH] crypto: qat - fix checkpatch CODE_INDENT issue
 2015-03-31 16:30 UTC 

[PATCH] crypto: qat - fix checkpatch COMPARISON_TO_NULL issue
 2015-03-31 16:30 UTC 

[PATCH] crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONS
 2015-03-31 16:30 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).