linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-24 18:05:36 to 2014-05-21 12:22:24 UTC [more...]

Crypto Fixes for 3.0
 2014-05-21 12:22 UTC  (12+ messages)
` Crypto Fixes for 3.3
  ` Crypto Fixes for 3.6
    ` Crypto Fixes for 3.7
      ` Crypto Fixes for 3.9
        ` Crypto Fixes for 3.13
              ` Crypto Fixes for 3.14
                ` Crypto Fixes for 3.15

[PATCH] crypto: testmgr - add aead cbc des, des3_ede tests
 2014-05-21 11:39 UTC 

[PATCH v7 0/6] SP800-90A Deterministic Random Bit Generator
 2014-05-21  4:22 UTC  (7+ messages)
` [PATCH v7 1/6] "
` [PATCH v7 2/6] header file for DRBG
` [PATCH v7 3/6] DRBG kernel configuration options
` [PATCH v7 4/6] compile the DRBG code
` [PATCH v7 5/6] DRBG testmgr test vectors
` [PATCH v7 6/6] Add DRBG test code to testmgr

[PATCH 0/6] SP800-90A Deterministic Random Bit Generator
 2014-05-20 21:32 UTC  (5+ messages)
` [PATCH v4 1/6] "
  ` [PATCH v5 "
    ` [PATCH v6 "

[PATCH] crypto: Fix DMA-API warning
 2014-05-19 16:51 UTC 

[PATCH v2 00/11] arm64 crypto roundup
 2014-05-16  8:57 UTC  (17+ messages)
` [PATCH v2 01/11] arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
` [PATCH v2 02/11] arm64/crypto: SHA-224/SHA-256 "
` [PATCH v2 03/11] arm64/crypto: GHASH secure hash "
` [PATCH v2 04/11] arm64/crypto: AES "
` [PATCH v2 05/11] arm64/crypto: AES in CCM mode "
` [PATCH v2 06/11] arm64: pull in <asm/simd.h> from asm-generic
` [PATCH v2 07/11] arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions
` [PATCH v2 08/11] arm64/crypto: add shared macro to test for NEED_RESCHED
` [PATCH v2 09/11] arm64/crypto: add voluntary preemption to Crypto Extensions SHA1
` [PATCH v2 10/11] arm64/crypto: add voluntary preemption to Crypto Extensions SHA2
` [PATCH v2 11/11] arm64/crypto: add voluntary preemption to Crypto Extensions GHASH

[PATCH 0/6] crypto: SHA1 multibuffer implementation
 2014-05-15 18:12 UTC  (13+ messages)
` [PATCH 1/6] crypto: SHA1 multibuffer map scatter gather walk's buffer address directly for x86_64
` [PATCH 2/6] crypto: SHA1 multibuffer crypto hash infrastructure
` [PATCH 3/6] crypto: SHA1 multibuffer algorithm data structures
` [PATCH 4/6] crypto: SHA1 multibuffer submit and flush routines for AVX2
` [PATCH 5/6] crypto: SHA1 multibuffer crypto computation (x8 AVX2)
` [PATCH 6/6] crypto: SHA1 multibuffer scheduler

[PATCH] crypto: testmgr - add aead cbc des, des3_ede tests
 2014-05-15  9:05 UTC 

[PATCH] [RFC] crypto: cesa: Don't use tfm->__crt_alg->cra_type directly
 2014-05-14  9:42 UTC 

[PATCH 1/7] crypto: geode: Don't use tfm->__crt_alg->cra_name directly
 2014-05-14  9:41 UTC  (7+ messages)
` [PATCH 2/7] crypto: ccp: "
` [PATCH 3/7] crypto: cesa: "
` [PATCH 4/7] crypto: dcp: "
` [PATCH 5/7] crypto: n2: "
` [PATCH 6/7] crypto: padlock: "
` [PATCH 7/7] crypto: sahara: "

[PATCH 1/4] crypto: geode: Kill AES_MIN_BLOCK_SIZE
 2014-05-14  9:36 UTC  (4+ messages)
` [PATCH 2/4] crypto: geode: Kill AES_IV_LENGTH
` [PATCH 3/4] crypto: geode: Consistently use AES_KEYSIZE_128
` [PATCH 4/4] crypto: geode: Weed out printk() from probe()

[PATCH resend 00/15] arm64 crypto roundup
 2014-05-14  8:47 UTC  (29+ messages)
` [PATCH resend 01/15] asm-generic: allow generic unaligned access if the arch supports it
` [PATCH resend 02/15] arm64: add abstractions for FPSIMD state manipulation
` [PATCH resend 03/15] arm64: defer reloading a task's FPSIMD state to userland resume
` [PATCH resend 04/15] arm64: add support for kernel mode NEON in interrupt context
` [PATCH resend 05/15] arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
` [PATCH resend 06/15] arm64/crypto: SHA-224/SHA-256 "
` [PATCH resend 07/15] arm64/crypto: GHASH secure hash "
` [PATCH resend 08/15] arm64/crypto: AES "
` [PATCH resend 09/15] arm64/crypto: AES in CCM mode "

ahash vs. shash
 2014-05-14  7:52 UTC  (3+ messages)

[PATCH resend 10/15] arm64: pull in <asm/simd.h> from asm-generic
 2014-05-14  1:36 UTC  (8+ messages)
` [PATCH resend 11/15] arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions
` [PATCH resend 12/15] arm64/crypto: add shared macro to test for NEED_RESCHED
` [PATCH resend 13/15] arm64/crypto: add voluntary preemption to Crypto Extensions SHA1
` [PATCH resend 14/15] arm64/crypto: add voluntary preemption to Crypto Extensions SHA2
` [PATCH resend 15/15] arm64/crypto: add voluntary preemption to Crypto Extensions GHASH

[PATCH] crypto: caam - Fix key inlining in AEAD shared descriptors
 2014-05-13 11:45 UTC  (10+ messages)
            ` [PATCH] crypto: caam - reinitialize keys_fit_inline for decrypt and givencrypt

[PATCH] crypto: s5p-sss: fix multiplatform build
 2014-05-13 11:45 UTC  (3+ messages)

[RFC PATCH v2 0/9] Add Qualcomm crypto driver
 2014-05-13 11:06 UTC  (14+ messages)
` [RFC PATCH v2 1/9] crypto: qce: Add core driver implementation
` [RFC PATCH v2 4/9] crypto: qce: Add ablkcipher algorithms

[net] BUG: unable to handle kernel NULL pointer dereference at 000000000000022f
 2014-05-13  7:51 UTC  (4+ messages)

[PATCH v2] mxs-dcp: Remove global mutex
 2014-05-12 11:44 UTC 

[PATCH] mxs-dcp: Remove mutex_lock from probe
 2014-05-12 10:57 UTC  (2+ messages)

arch_random_refill
 2014-05-12  3:45 UTC  (5+ messages)

[PATCH 0/2] Add in-kernel /dev/random equivalent
 2014-05-11 22:38 UTC  (3+ messages)
` [PATCH 1/2] Addition of kernel_pool
  ` [PATCH 2/2] Asynchronous and syncronous API for accessing kernel_pool

mxs-dcp: BUG: init/1 still has locks held!
 2014-05-11 20:22 UTC  (4+ messages)

[PATCH 00/11] crypto: caam: Error reporting fixes
 2014-05-08 14:50 UTC  (9+ messages)
` [PATCH 04/11] crypto: caam: Pass error type into the functions
` [PATCH 05/11] crypto: caam: Kill the easy targets
` [PATCH 08/11] crypto: caam: Clean up report_deco_status()
` [PATCH 10/11] crypto: caam: Sweep the remnants
` [PATCH 11/11] crypto: caam: Fix the 'quoted string split across lines'

[PATCH] s390/crypto: fix aes,des ctr mode concurrency finding
 2014-05-08 14:02 UTC  (2+ messages)

[PATCH 0/7 v8] crypto:s5p-sss: Add Device tree and Exynos support
 2014-05-08 14:01 UTC  (13+ messages)
` [PATCH 1/7 v8] crypto:s5p-sss: Use platform_get_irq() instead of _byname()
` [PATCH 2/7 v8] crypto:s5p-sss: Add device tree support
` [PATCH 3/7 v8] crypto:s5p-sss: Add support for SSS module on Exynos
` [PATCH 4/7 v8] crypto:s5p-sss: Kconfig: Let Exynos SoCs select SSS driver
` [PATCH 5/7 v8] crypto:s5p-sss: validate iv before memcpy
` [PATCH 6/7 v8] crypto:s5p-sss: Use clk_prepare/clk_unprepare
` [PATCH 7/7 v8] crypto:s5p-sss: Look for the next request in the queue

Why does CRYPTO_USER require CAP_NET_ADMIN?
 2014-05-08 14:01 UTC  (7+ messages)
` [PATCH] crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMIN

[PATCH] crypto: x86/sha1: fix coverity CID 1195603
 2014-05-08 13:30 UTC  (5+ messages)

[PATCH] crypto:caam - Modify width of few read only registers
 2014-05-07 23:54 UTC  (6+ messages)

[crypto:master 60/60] arch/x86/crypto/ghash-clmulni-intel_glue.c:71:25: sparse: cast to restricted __be64
 2014-05-07  6:49 UTC  (7+ messages)
    ` Fwd: "

[PATCH] crypto:caam - Define setbits32() and clrbits32() for ARM in the Freescale CAAM driver
 2014-05-01 20:46 UTC  (2+ messages)

[PATCH] crypto:caam - Modify width of few read only registers
 2014-04-29 10:02 UTC 

[PATCH crypto 1/2] crypto: caam - fix mem leak in ahash_setkey
 2014-04-28 22:29 UTC  (8+ messages)
` [PATCH crypto 2/2] crypto: caam - add allocation failure handling in SPRINTFCAT macro

[PATCH] staging: crypto: skein: depend upon CRYPTO
 2014-04-28 21:38 UTC  (2+ messages)

[RFC] /dev/random for in-kernel use
 2014-04-28 14:39 UTC  (6+ messages)

[PATCH 0/2] crypto: atmel-aes: fixes on block size of aes cfb mode
 2014-04-28 10:26 UTC  (2+ messages)

[PATCH 0/3] Cleanup ressource leaks in test_aead_speed()
 2014-04-28 10:25 UTC  (2+ messages)

Freescale SEC1 and AEAD / IPSEC
 2014-04-25 16:03 UTC  (2+ 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).