linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-05 01:34:26 to 2015-05-13 08:33:28 UTC [more...]

[PATCH 0/8] ARM: mvebu: Add support for RAID6 PQ offloading
 2015-05-13  8:33 UTC  (23+ messages)
` [PATCH 1/8] dmaengine: mv_xor: Rename function for consistent naming
` [PATCH 2/8] dmaengine: mv_xor: add support for a38x command in descriptor mode
` [PATCH 3/8] dmaengine: mv_xor: Enlarge descriptor pool size
` [PATCH 4/8] dmaengine: mv_xor: improve descriptors list handling and reduce locking
` [PATCH 5/8] dmaengine: mv_xor: bug fix for racing condition in descriptors cleanup
` [PATCH 6/8] async_tx: adding mult and sum_product flags
` [PATCH 7/8] dmaengine: mv_xor: add support for a38x RAID6 support
` [PATCH 8/8] ARM: mvebu: a38x: Enable A38x XOR engine features

[PATCH] crypto: correct 842 decompress for 32 bit
 2015-05-13  3:20 UTC  (2+ messages)

[PATCH 1/4] crypto: talitos - avoid memleak in talitos_alg_alloc()
 2015-05-13  3:20 UTC  (6+ messages)
` [PATCH 2/4] Revert "crypto: talitos - convert to use be16_add_cpu()"
` [PATCH 4/4] crypto: talitos - static code checker fixes
` [PATCH 3/4] crypto: talitos - avoid out of bound scatterlist iterator

[PATCH] crypto: make lib/842 decompress functions static
 2015-05-13  3:19 UTC  (2+ messages)

[patch -next] crypto: talitos - fix size calculation in talitos_edesc_alloc()
 2015-05-13  3:15 UTC  (3+ messages)

[V3 PATCH 0/5] ACPI: Introduce support for _CCA object
 2015-05-12 15:06 UTC  (17+ messages)
` [V3 PATCH 1/5] ACPI / scan: Parse _CCA and setup device coherency
` [V3 PATCH 2/5] arm64 : Introduce support for ACPI _CCA object
` [V3 PATCH 3/5] device property: Introduces device_dma_is_coherent()
` [V3 PATCH 4/5] crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()
` [V3 PATCH 5/5] amd-xgbe: "

[PATCH RFC v2 0/2] crypto: Introduce Public Key Encryption API
 2015-05-12  1:21 UTC  (9+ messages)
` [PATCH RFC v2 1/2] crypto: add PKE API
` [PATCH RFC v2 2/2] crypto: RSA: KEYS: convert rsa and public key to new "

linux-4.1-rc3/drivers/crypto/caam/caamhash.c:1183: memory leak ?
 2015-05-11 13:12 UTC 

[PATCH v2] SP800-38F / RFC3394 key wrapping
 2015-05-11 10:15 UTC  (6+ messages)

[PATCH 0/24] crypto: aead - Top-level conversion
 2015-05-11  9:48 UTC  (25+ messages)
` [PATCH 1/24] crypto: api - Add crypto_grab_spawn primitive
` [PATCH 2/24] crypto: authenc - Include internal/aead.h
` [PATCH 3/24] crypto: authencesn "
` [PATCH 4/24] crypto: caam "
` [PATCH 5/24] crypto: ixp4xx "
` [PATCH 6/24] crypto: nx "
` [PATCH 7/24] crypto: qat "
` [PATCH 8/24] crypto: talitos "
` [PATCH 9/24] crypto: blkcipher - Include crypto/aead.h
` [PATCH 10/24] crypto: caam - Remove unnecessary reference to crt_aead
` [PATCH 11/24] crypto: aead - Add crypto_aead_set_reqsize helper
` [PATCH 12/24] crypto: authenc - Use "
` [PATCH 13/24] crypto: authencesn "
` [PATCH 14/24] crypto: ccm "
` [PATCH 15/24] crypto: cryptd "
` [PATCH 16/24] crypto: gcm "
` [PATCH 17/24] crypto: pcrypt "
` [PATCH 18/24] crypto: seqiv "
` [PATCH 19/24] crypto: aesni "
` [PATCH 20/24] crypto: ixp4xx "
` [PATCH 21/24] crypto: picoxcell "
` [PATCH 22/24] crypto: qat "
` [PATCH 23/24] crypto: cryptd - Add missing aead.h inclusion
` [PATCH 24/24] crypto: aead - Convert top level interface to new style

[PATCH v5 0/5] Seeding DRBG with more entropy
 2015-05-11  9:28 UTC  (9+ messages)
` [PATCH v5 1/5] random: Async and sync API for accessing nonblocking_pool
` [PATCH v5 2/5] crypto: drbg - prepare for async seeding
` [PATCH v5 3/5] crypto: drbg - add async seeding operation
` [PATCH v5 4/5] crypto: drbg - use Jitter RNG to obtain seed
` [PATCH v5 5/5] crypto: add jitterentropy RNG

[Question] AEAD crypto api for userspace can't deal with a PTlen=0 vector
 2015-05-11  8:35 UTC  (7+ messages)

[PATCH] qat: add driver version
 2015-05-11  7:23 UTC  (2+ messages)

[PATCH 1/2] crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEON
 2015-05-11  7:23 UTC  (7+ messages)
` [PATCH 2/2] crypto: arm/aes - streamline AES-192 code path

[PATCH 00/11] add 842 hw compression for PowerNV platform
 2015-05-11  7:21 UTC  (28+ messages)
` [PATCHv2 00/10] "
  ` [PATCH 01/10] powerpc: export of_get_ibm_chip_id function
  ` [PATCH 02/10] powerpc: Add ICSWX instruction
  ` [PATCH 03/10] lib: add software 842 compression/decompression
  ` [PATCH 04/10] crypto: change 842 alg to use software
  ` [PATCH 05/10] drivers/crypto/nx: rename nx-842.c to nx-842-pseries.c
  ` [PATCH 06/10] drivers/crypto/nx: add NX-842 platform frontend driver
  ` [PATCH 07/10] drivers/crypto/nx: add nx842 constraints
  ` [PATCH 08/10] drivers/crypto/nx: add PowerNV platform NX-842 driver
  ` [PATCH 09/10] drivers/crypto/nx: simplify pSeries nx842 driver
  ` [PATCH 10/10] drivers/crypto/nx: add hardware 842 crypto comp alg
  ` [PATCHv3 00/10] add 842 hw compression for PowerNV platform

[PATCH 1/2] crypto: arm64/crc32: bring in line with generic CRC32
 2015-05-11  7:21 UTC  (6+ messages)
` [PATCH 2/2] crypto: testmgr: add test cases for CRC32

Crypto Fixes for 3.6
 2015-05-11  5:56 UTC  (12+ 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.1

[PATCH -next] crct10dif: remove extra function call in crc_t10dif() and crc_t10dif_update()
 2015-05-08  5:11 UTC  (2+ messages)

[V2 PATCH 0/5] Introduce ACPI _CCA support and device_dma_is_coherent API
 2015-05-07 20:18 UTC  (24+ messages)
` [V2 PATCH 1/5] ACPI / scan: Parse _CCA and setup device coherency
          ` [Linaro-acpi] "
` [V2 PATCH 2/5] arm64 : Introduce support for ACPI _CCA object
      ` [Linaro-acpi] "
` [V2 PATCH 3/5] device property: Introduces device_dma_is_coherent()
` [V2 PATCH 4/5] crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()
` [V2 PATCH 5/5] amd-xgbe: "

[PATCH v2 0/2] crypto: add a new driver for Marvell CESA
 2015-05-07  7:18 UTC  (4+ messages)
` [PATCH v2 2/7] crypto: add "

[PATCH bugfix 1/2] crypto: arm64/sha1-ce - prevent asm code finalization in final() path
 2015-05-07  3:19 UTC  (3+ messages)
` [PATCH bugfix 2/2] crypto: arm64/sha2-ce "

[PATCH v3] splice: sendfile() at once fails for big files
 2015-05-06 15:28 UTC  (2+ messages)

[PATCH v2] splice: sendfile() at once fails for big files
 2015-05-06 15:07 UTC  (8+ messages)

[PATCH RFC 1/2] crypto: add PKE API
 2015-05-06 11:31 UTC  (10+ messages)
` [PATCH RFC 0/2] crypto: Introduce Public Key Encryption API

XTS and 64-bit block
 2015-05-06  8:28 UTC 

[PATCH v4 0/4] target: Fix several problems related to T10-PI support
 2015-05-05 16:16 UTC  (9+ messages)
` [PATCH v4 3/4] lib: introduce crc_t10dif_update()

[PATCH 3.14 73/92] dm crypt: fix deadlock when async crypto algorithm returns -EBUSY
 2015-05-05 13:22 UTC  (7+ messages)
          ` [PATCH] Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"


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