linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-10 00:48:32 to 2014-11-10 08:57:38 UTC [more...]

Crypto Fixes for 3.6
 2014-11-10  8:57 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.16
              ` Crypto Fixes for 3.17
                  ` Crypto Fixes for 3.18

crypto: zeroization of sensitive data in af_alg
 2014-11-09 22:33 UTC 

[PATCH v2 00/11] crypto: Documentation of kernel crypto API
 2014-11-10  1:41 UTC  (25+ messages)
` [PATCH v2 01/11] crypto: Documentation - crypto API high level spec
` [PATCH v2 02/11] crypto: Documentation - userspace interface spec
` [PATCH v2 03/11] crypto: Documentation - RNG API documentation
` [PATCH v2 04/11] crypto: Documentation - AHASH "
` [PATCH v2 05/11] crypto: Documentation - SHASH "
` [PATCH v2 06/11] crypto: Documentation - documentation of crypto_alg
` [PATCH v2 07/11] crypto: Documentation - ABLKCIPHER API documentation
` [PATCH v2 08/11] crypto: Documentation - AEAD "
` [PATCH v2 09/11] crypto: Documentation - BLKCIPHER "
` [PATCH v2 10/11] crypto: Documentation - CIPHER "
` [PATCH v2 11/11] crypto: Documentation - HASH "

libkcapi: First release of kernel crypto API userspace library
 2014-11-09  1:18 UTC 

[PATCH] avoid excessive use of socket buffer in skcipher
 2014-11-08  8:44 UTC  (4+ messages)

crypto: algif_skcipher: check for IV size superfluous?
 2014-11-08  0:32 UTC 

[PATCH RFC 0/4] crypto: qat - Add userspace access to QAT services
 2014-11-07 19:48 UTC  (12+ messages)
` [PATCH RFC 1/4] crytpo: qat - Fix 64 bytes requests
` [PATCH RFC 2/4] crypto: qat - Add PKE firmware
` [PATCH RFC 3/4] crypto: qat - Add userspace instances
` [PATCH RFC 4/4] crypto: qat - Add new algif interface for userspace

[PATCH] crypto: caam: fix error reporting
 2014-11-06 15:17 UTC  (12+ messages)
          ` [PATCH v2] "

[PATCH 1/4] crypto: caam - add support for ctr(aes)
 2014-11-06 15:17 UTC  (5+ messages)
` [PATCH 2/4] crypto: caam - add support for rfc3686(ctr(aes))
` [PATCH 3/4] crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2
` [PATCH 4/4] crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))

[PATCH] crypto: caam - add support for rfc4543(gcm(aes))
 2014-11-06 15:17 UTC  (3+ messages)

[PATCH 0/9] NX crypto driver fixes
 2014-11-06 15:17 UTC  (2+ messages)

[PATCH] caam: caamalg - fix output sequence contiguity check
 2014-11-06 15:16 UTC  (3+ messages)
` [PATCH v2] crypto: caam "

[PATCH] crypto: qat - Move BAR definitions to device specific module
 2014-11-06 15:16 UTC  (2+ messages)

[PATCH] aesni-intel_glue.c: remove unnecessary #define
 2014-11-06 15:16 UTC  (2+ messages)

[PATCH] crypto: caam: fix missing dma unmap on error path
 2014-11-06 15:13 UTC  (2+ messages)

[PATCH 9/9] Disable ccm and ccm4309 in fips mod
 2014-11-06 15:03 UTC  (2+ messages)

[PATCH v3 0/3] crypto: sahara - SHA1/256 support
 2014-11-06 14:59 UTC  (5+ messages)
` [PATCH v3 1/3] crypto: sahara - initialize spinlock
` [PATCH v3 2/3] crypto: sahara - add support for i.MX53
` [PATCH v3 3/3] crypto: sahara - add support for SHA1/256

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

[PATCH] crypto: ux500/hash: Silence compiler warning for !CONFIG_PM
 2014-11-06 13:28 UTC 

[PATCH] crypto: ux500/cryp: Silence compiler warning for !CONFIG_PM
 2014-11-06 13:27 UTC 

[PATCH] crypto: drbg - add MODULE_ALIAS for all DRBG types
 2014-11-04  2:08 UTC 

[PATCH v2] arm64/crypto: use crypto instructions to generate AES key schedule
 2014-11-03 16:50 UTC 

[PATCH] arm64/crypto: use crypto instructions for generating AES key schedule
 2014-11-03 16:38 UTC  (6+ messages)

[PATCH] kernel crypto API interface specification
 2014-10-31 13:46 UTC  (14+ messages)

[PATCH 8/9] Fixing the limit number of bytes to be processed
 2014-10-28 17:50 UTC 

[PATCH 7/9] Fix SHA concurrence issue and sg limit bounds
 2014-10-28 17:49 UTC 

[PATCH 6/9] Moving NX-AES-XCBC to be processed logic
 2014-10-28 17:48 UTC 

[PATCH 5/9] Moving NX-AES-GCM to be processed logic
 2014-10-28 17:47 UTC 

[PATCH 4/9] Moving NX-AES-ECB to be processed logic
 2014-10-28 17:46 UTC 

[PATCH 3/9] Moving limit and bound logic in CTR and fix IV vector
 2014-10-28 17:45 UTC 

[PATCH 2/9] Moving NX-AES-CCM to be processed logic and sg_list bounds
 2014-10-28 17:44 UTC 

[PATCH 1/9] Moving NX-AES-CBC to be processed logic
 2014-10-28 17:42 UTC 

[PATCH 1/2] crypto: caam - add support for gcm(aes)
 2014-10-24 14:55 UTC  (15+ messages)
` [PATCH 2/2] crypto: caam - add support for rfc4106(gcm(aes))
        ` [PATCH v2 "
            ` [PATCH v3 "
      ` [PATCH v2 1/2] crypto: caam - add support for gcm(aes)
      ` [PATCH v3 "

[cryptodev PATCH] qat: misspelling typo - "reseting" should be "resetting"
 2014-10-24 14:55 UTC  (2+ messages)

[cryptodev PATCH] qat: cleanup unnecessary break checkpatch warning
 2014-10-24 14:55 UTC  (2+ messages)

[cryptodev PATCH] qat: cleanup coccicheck warning - NULL check before freeing functions
 2014-10-24 14:54 UTC  (2+ messages)

[cryptodev PATCH] qat: fix bad unlock balance
 2014-10-24 14:54 UTC  (2+ messages)

[PATCH] crypto: drbg - use crypto_inc
 2014-10-24 14:54 UTC  (2+ messages)

[PATCH] crypto: Remove unnecessary KERN_INFO from testmgr.c
 2014-10-24 14:54 UTC  (3+ messages)

[PATCH v2 0/2] crypto: qat - Fix for invalid dma mapping and numa
 2014-10-24 14:45 UTC  (13+ messages)
` [PATCH v2 1/2] crypto: qat - Prevent dma mapping zero length assoc data
` [PATCH v2 2/2] crypto: qat - Enforce valid numa configuration

[PATCH v2 0/2] crypto: sahara - SHA1/256 support
 2014-10-24 14:13 UTC  (6+ messages)
` [PATCH v2 2/2] crypto: sahara - add support for SHA1/256

[RFC] tcp md5 use of alloc_percpu
 2014-10-24  9:33 UTC  (2+ messages)

[PATCH resending] splice: sendfile() at once fails for big files
 2014-10-24  5:35 UTC 

[PATCH v3 01/59] crypto: ux500: Use dmaengine_terminate_all API
 2014-10-22 15:43 UTC 

3.17 regression; alg: skcipher: Chunk test 1 failed on encryption at page 0 for ecb-aes-padlock
 2014-10-21  6:03 UTC  (3+ messages)

randconfig build error with next-20141015, in crypto
 2014-10-16  1:28 UTC  (2+ messages)

[GIT PULL] LLVMLinux patches for v3.18
 2014-10-14  8:59 UTC 

[PATCH] Crypto: gf128mul : fixed a parentheses coding style issue
 2014-10-13 20:56 UTC  (6+ messages)

[PATCH 0/2] crypto: qat - Fix for invalid dma mapping and numa
 2014-10-11 17:05 UTC  (18+ messages)
` [PATCH 2/2] crypto: qat - Enforce valid numa configuration


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