linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-17 10:59:57 to 2015-04-23 20:10:26 UTC [more...]

Crypto Update for 3.17
 2015-04-23 20:10 UTC  (14+ messages)
` Crypto Update for 3.18
  ` Crypto Update for 3.19
    ` Crypto Update for 3.20
      ` Crypto Update for 4.1

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

[PATCH] crypto: CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMA
 2015-04-23 18:03 UTC 

CCM/GCM implementation defect
 2015-04-23 15:21 UTC  (9+ messages)

[PATCH v2] splice: sendfile() at once fails for big files
 2015-04-23 15:03 UTC 

[PATCH 0/6] Seeding DRBG with more entropy
 2015-04-23 14:26 UTC  (11+ messages)
` [PATCH 1/6] random: Addition of kernel_pool
` [PATCH 2/6] random: Async and sync API for accessing kernel_pool
` [PATCH 3/6] crypto: drbg - prepare for async seeding
` [PATCH 4/6] crypto: drbg - add async seeding operation
` [PATCH 5/6] crypto: drbg - use Jitter RNG to obtain seed
` [PATCH 6/6] crypto: add jitterentropy RNG

[PATCH] crypto: add key wrapping block chaining mode
 2015-04-23 13:42 UTC  (19+ messages)

[PATCH] crypto: sha1-mb - Remove pointless cast
 2015-04-23 10:12 UTC 

crypto: aead - Fix corner case in crypto_lookup_aead
 2015-04-23  8:37 UTC 

crypto: skcipher - Fix corner case in crypto_lookup_skcipher
 2015-04-23  8:34 UTC 

crypto: fips - Move fips_enabled sysctl into fips.c
 2015-04-23  7:36 UTC  (4+ messages)

crypto: api - Fix build error when modules are disabled
 2015-04-23  6:48 UTC 

[PATCH 0/6] crypto: Make all AEAD users include aead.h
 2015-04-22 15:41 UTC  (9+ messages)
` [PATCH 1/6] crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h
` [PATCH 2/6] crypto: algif_aead - Include crypto/aead.h
` [PATCH 3/6] crypto: tcrypt "
` [PATCH 4/6] crypto: testmgr "
` [PATCH 5/6] mac80211: "
` [PATCH 6/6] mac802154: "

crypto: api - Move module sig ifdef into accessor function
 2015-04-22  8:12 UTC  (3+ messages)

module ref count
 2015-04-22  7:26 UTC  (4+ messages)

[PATCH 0/6] crypto: Remove fips.h inclusion from internal.h
 2015-04-22  5:25 UTC  (7+ messages)
` [PATCH 1/6] crypto: api - Include linux/fips.h
` [PATCH 2/6] crypto: fips - Remove bogus inclusion of internal.h
` [PATCH 3/6] crypto: fips - Move fips_enabled sysctl into fips.c
` [PATCH 4/6] crypto: tcrypt - Include linux/fips.h for fips_enabled
` [PATCH 5/6] crypto: testmgr "
` [PATCH 6/6] crypto: api - Remove linux/fips.h from internal.h

crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanity
 2015-04-22  4:30 UTC  (2+ messages)

crypto: caam - Remove bogus references to crypto API internals
 2015-04-22  3:56 UTC 

crypto: tcrypt - Handle async return from crypto_ahash_init
 2015-04-22  3:02 UTC 

[v2 PATCH 0/11] rng: New style interface
 2015-04-21 12:23 UTC  (14+ messages)
` [v2 PATCH 1/11] crypto: rng - Mark crypto_rng_reset seed as const
` [v2 PATCH 2/11] crypto: rng - Convert low-level crypto_rng to new style
` [v2 PATCH 3/11] crypto: rng - Add crypto_rng_set_entropy
` [v2 PATCH 4/11] crypto: rng - Add multiple algorithm registration interface
` [v2 PATCH 5/11] crypto: drbg - Convert to new rng interface
` [v2 PATCH 6/11] crypto: ansi_cprng - Remove bogus inclusion of internal.h
` [v2 PATCH 7/11] crypto: ansi_cprng - Convert to new rng interface
` [v2 PATCH 8/11] crypto: krng "
` [v2 PATCH 9/11] crypto: rng - Remove old low-level "
` [v2 PATCH 10/11] crypto: algif_rng - Remove obsolete const-removal cast
` [v2 PATCH 11/11] crypto: rng - Zero seed in crypto_rng_reset

Verify ARM64/Crypto from user space
 2015-04-21 10:12 UTC 

Cipher block questions
 2015-04-21  9:52 UTC  (3+ messages)

crypto: drbg - Initialise mutex in drbg_healthcheck_sanity
 2015-04-20 12:17 UTC  (4+ messages)
` crypto: drbg - Do not seed RNG in drbg_kcapi_init

[0/15] rng: New style interface
 2015-04-20 11:48 UTC  (17+ messages)
` [PATCH 1/15] crypto: api - Add crypto_alg_extsize helper
` [PATCH 2/15] crypto: shash - Use "
` [PATCH 3/15] crypto: pcomp "
` [PATCH 4/15] crypto: rng - Convert crypto_rng to new style crypto_type
` [PATCH 5/15] crypto: rng - Introduce crypto_rng_generate
` [PATCH 6/15] crypto: rng - Mark crypto_rng_reset seed as const
` [PATCH 7/15] crypto: rng - Convert low-level crypto_rng to new style
` [PATCH 8/15] crypto: rng - Add crypto_rng_set_entropy
` [PATCH 9/15] crypto: rng - Add multiple algorithm registration interface
` [PATCH 10/15] crypto: drbg - Convert to new rng interface
` [PATCH 11/15] crypto: ansi_cprng - Remove bogus inclusion of internal.h
` [PATCH 12/15] crypto: ansi_cprng - Convert to new rng interface
` [PATCH 13/15] crypto: krng "
` [PATCH 14/15] crypto: rng - Remove old low-level "
` [PATCH 15/15] crypto: algif_rng - Remove obsolete const-removal cast

[PATCH 0/4] crypto: drbg - revamp locking
 2015-04-20  0:51 UTC  (16+ messages)
` [PATCH 1/4] cryoto: drbg - clear all temporary memory
` [PATCH 2/4] crypto: drbg - do not create shadow copy
` [PATCH 3/4] crypto: drbg - replace spinlock with mutex
` [PATCH 4/4] crypto: drbg - leave cipher handles operational

[PATCH v3 0/3] crypto: drbg - revamp locking
 2015-04-20  0:23 UTC  (7+ messages)
` [PATCH v3 1/3] crypto: drbg - fix drbg_generate return val check
` [PATCH v3 2/3] crypto: drbg - replace spinlock with mutex
` [PATCH v3 3/3] crypto: drbg - leave cipher handles operational

[PATCH v3 00/17] crypto: talitos - Add support for SEC1
 2015-04-19  5:48 UTC  (3+ messages)

[PATCH v2 0/3] crypto: drbg - revamp locking
 2015-04-18 15:48 UTC  (5+ messages)
` [PATCH v2 1/3] crypto: drbg - fix drbg_generate return val check
` [PATCH v2 2/3] crypto: drbg - replace spinlock with mutex
` [PATCH v2 3/3] crypto: drbg - leave cipher handles operational

[PATCH] crypto: ensure backlog is initialised
 2015-04-18 11:00 UTC  (2+ messages)

[PATCH] crypto: Fix aead_{sendmsg,recvmsg}() signatures
 2015-04-18  3:45 UTC  (3+ messages)

DRBG seeding
 2015-04-18  2:16 UTC  (11+ messages)

[PATCH v3 03/17] crypto: talitos - talitos_ptr renamed ptr for more lisibility
 2015-04-17 16:25 UTC  (3+ messages)

[PATCH 0/2] crypto: add new driver for Marvell CESA
 2015-04-17 16:04 UTC  (19+ messages)

[PATCH v3 17/17] crypto: talitos - Update DT bindings with SEC1
 2015-04-17 14:32 UTC 

[PATCH v3 16/17] crypto: talitos - Add fsl,sec1.0 compatible
 2015-04-17 14:32 UTC 

[PATCH v3 15/17] crypto: talitos - SEC1 bugs on 0 data hash
 2015-04-17 14:32 UTC 

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

[PATCH v3 13/17] crypto: talitos - adapt interrupts and reset functions to SEC1
 2015-04-17 14:32 UTC 

[PATCH v3 12/17] crypto: talitos - base address for Execution Units
 2015-04-17 14:32 UTC 

[PATCH v3 10/17] crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+
 2015-04-17 14:32 UTC 

[PATCH v3 11/17] crypto: talitos - adaptation of talitos_submit() for SEC1
 2015-04-17 14:32 UTC 

[PATCH v3 08/17] crypto: talitos - add sub-choice in talitos CONFIG for SEC1
 2015-04-17 14:32 UTC 

[PATCH v3 09/17] crypto: talitos - Add a feature to tag SEC1
 2015-04-17 14:32 UTC 

[PATCH v3 06/17] crypto: talitos - helper function for ptr len
 2015-04-17 14:31 UTC 

[PATCH v3 07/17] crypto: talitos - enhanced talitos_desc struct for SEC1
 2015-04-17 14:32 UTC 

[PATCH v3 04/17] crypto: talitos - Add a helper function to clear j_extent field
 2015-04-17 14:31 UTC 

[PATCH v3 05/17] crypto: talitos - remove param 'extent' in map_single_talitos_ptr()
 2015-04-17 14:31 UTC 

[PATCH v3 03/17] crypto: talitos - talitos_ptr renamed ptr for more lisibility
 2015-04-17 14:31 UTC 

[PATCH v3 02/17] crypto: talitos - Refactor the sg in/out chain allocation
 2015-04-17 14:31 UTC 

[PATCH v3 01/17] crypto: talitos - Use zero entry to init descriptors ptrs to zero
 2015-04-17 14:31 UTC 

[PATCH v3 00/17] crypto: talitos - Add support for SEC1
 2015-04-17 14:29 UTC  (2+ messages)

[PATCH v3 15/17] crypto: talitos - SEC1 bugs on 0 data hash
 2015-03-04  1:18 UTC 

[PATCH v3 13/17] crypto: talitos - adapt interrupts and reset functions to SEC1
 2015-04-10  9:19 UTC 

[PATCH v3 12/17] crypto: talitos - base address for Execution Units
 2015-03-03  1:13 UTC 

[PATCH v3 09/17] crypto: talitos - Add a feature to tag SEC1
 2015-03-14 10:08 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).