messages from 2015-04-18 14:47:02 to 2015-04-28 02:58:42 UTC [more...]
[PATCH v3 0/6] Seeding DRBG with more entropy
2015-04-28 2:58 UTC (2+ messages)
` [PATCH v3 2/6] random: Async and sync API for accessing kernel_pool
[PATCH v2] SP800-38F / RFC3394 key wrapping
2015-04-28 2:54 UTC (13+ messages)
` [PATCH v2] crypto: add key wrapping block chaining mode
[PATCH] crypto: qat - do not duplicate string containing firmware name
2015-04-28 2:43 UTC (2+ messages)
[PATCH v3 0/5] target: Fix several problems related to T10-PI support
2015-04-27 23:50 UTC (8+ messages)
` [PATCH v3 2/5] lib: introduce crc_t10dif_update()
` [PATCH v3 3/5] target: handle odd SG mapping for data transfer memory
[BUG/PATCH] kernel RNG and its secrets
2015-04-27 20:53 UTC (7+ messages)
Sahara performance on i.MX53
2015-04-27 17:34 UTC (2+ messages)
[PATCH v2 0/6] Seeding DRBG with more entropy
2015-04-27 14:32 UTC (9+ messages)
` [PATCH v2 1/6] random: Addition of kernel_pool
` [PATCH v2 2/6] random: Async and sync API for accessing kernel_pool
` [PATCH v2 3/6] crypto: drbg - prepare for async seeding
` [PATCH v2 4/6] crypto: drbg - add async seeding operation
` [PATCH v2 5/6] crypto: drbg - use Jitter RNG to obtain seed
` [PATCH v2 6/6] crypto: add jitterentropy RNG
[PATCH v2] splice: sendfile() at once fails for big files
2015-04-27 7:01 UTC (2+ messages)
[PATCH] crypto: sha1-mb - Remove pointless cast
2015-04-26 6:50 UTC (2+ messages)
[PATCH 1/2] Fixing NX data alignment with nx_sg list
2015-04-26 6:51 UTC (2+ messages)
[PATCH -next] crypto: api: Do not access module name directly from module structure
2015-04-24 23:27 UTC (3+ messages)
Crypto Fixes for 3.3
2015-04-25 8:03 UTC (11+ messages)
` 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.19
` Crypto Fixes for 4.1
[PATCH] crypto: CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMA
2015-04-24 12:20 UTC (2+ messages)
Crypto Update for 3.17
2015-04-24 12:20 UTC (17+ messages)
` Crypto Update for 3.18
` Crypto Update for 3.19
` Crypto Update for 3.20
` Crypto Update for 4.1
` [PATCH] crypto: x86/sha512_ssse3 - fixup for asm function prototype change
CCM/GCM implementation defect
2015-04-24 5:35 UTC (13+ messages)
[PATCH] crypto: add key wrapping block chaining mode
2015-04-24 0:24 UTC (22+ messages)
[PATCH 2/2] Fixing SHA update bug
2015-04-23 20:41 UTC
[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 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
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 (10+ messages)
` [PATCH 3/4] crypto: drbg - replace spinlock with mutex
[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 (2+ messages)
[PATCH v2 0/3] crypto: drbg - revamp locking
2015-04-18 15:48 UTC (3+ messages)
` [PATCH v2 1/3] crypto: drbg - fix drbg_generate return val check
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).