messages from 2014-03-03 00:22:05 to 2014-03-24 01:49:37 UTC [more...]
[RFC PATCH 00/22] staging: add skein/threefish crypto algos
2014-03-24 1:49 UTC (35+ messages)
` [RFC PATCH 01/22] scripts: objdiff: detect object code changes between two commits
` [RFC PATCH 02/22] staging: crypto: skein: import code from Skein3Fish.git
` [RFC PATCH 03/22] staging: crypto: skein: allow building statically
` [RFC PATCH 04/22] staging: crypto: skein: remove brg_*.h includes
` [RFC PATCH 05/22] staging: crypto: skein: remove skein_port.h
` [RFC PATCH 06/22] staging: crypto: skein: remove __cplusplus and an unneeded stddef.h
` [RFC PATCH 07/22] staging: crypto: skein: remove unneeded typedefs
` [RFC PATCH 08/22] staging: crypto: skein: remove all typedef {struct,enum}
` [RFC PATCH 09/22] staging: crypto: skein: use u8, u64 vice uint*_t
` [RFC PATCH 10/22] staging: crypto: skein: fixup pointer whitespace
` [RFC PATCH 11/22] staging: crypto: skein: cleanup whitespace around operators/punc
` [RFC PATCH 12/22] staging: crypto: skein: dos2unix, remove executable perms
` [RFC PATCH 13/22] staging: crypto: skein: fix leading whitespace
` [RFC PATCH 14/22] staging: crypto: skein: remove trailing whitespace
` [RFC PATCH 15/22] staging: crypto: skein: cleanup >80 character lines
` [RFC PATCH 16/22] staging: crypto: skein: fix do/while brace formatting
` [RFC PATCH 17/22] staging: crypto: skein: fix brace placement errors
` [RFC PATCH 18/22] staging: crypto: skein: wrap multi-line macros in do-while loops
` [RFC PATCH 19/22] staging: crypto: skein: remove externs from .c files
` [RFC PATCH 20/22] staging: crypto: skein: remove braces from single-statement block
` [RFC PATCH 21/22] staging: crypto: skein: remove unnecessary line continuation
` [RFC PATCH 22/22] staging: crypto: skein: add TODO file
` [PATCH V2 00/21] staging: add skein/threefish crypto algos
` [PATCH V2 01/21] staging: crypto: skein: import code from Skein3Fish.git
` [PATCH V2 02/21] staging: crypto: skein: allow building statically
` [PATCH V2 03/21] staging: crypto: skein: remove brg_*.h includes
` [PATCH V2 10/21] staging: crypto: skein: cleanup whitespace around operators/punc
` [PATCH V2 11/21] staging: crypto: skein: dos2unix, remove executable perms
` [PATCH V2 12/21] staging: crypto: skein: fix leading whitespace
` [PATCH V2 14/21] staging: crypto: skein: cleanup >80 character lines
[PATCH] drivers/crypto: Use RCU_INIT_POINTER(x, NULL) in nx/nx-842.c
2014-03-23 19:31 UTC
[PATCH] drivers/crypto: Use RCU_INIT_POINTER(x, NULL) in nx/nx-842.c
2014-03-22 20:40 UTC
[PATCH] drivers/crypto: Use RCU_INIT_POINTER(x, NULL) in nx/nx-842.c
2014-03-22 20:34 UTC
[PATCH v3] crypto: caam - power management support for caam job-ring
2014-03-22 17:35 UTC (4+ messages)
[PATCH 1/3 V4] crypto: Fix the pointer voodoo in unaligned ahash
2014-03-21 18:31 UTC (5+ messages)
` [PATCH 2/3 V4] crypto: Pull out the functions to save/restore request
` [PATCH 3/3 V4] crypto: Simplify the ahash_finup implementation
[PATCH] crypto: caam - Check for CAAM block presence before registering with crypto layer
2014-03-21 14:41 UTC (3+ messages)
[PATCH v6 1/1] crypto: SHA1 transform x86_64 AVX2
2014-03-21 14:41 UTC (7+ messages)
[PATCH] Fix late crypto work queue initialization
2014-03-21 14:40 UTC (3+ messages)
[PATCH crypto] crypto: caam - add missing key_dma unmap
2014-03-21 14:40 UTC (2+ messages)
[PATCH cryptodev 1/4] crypto: caam - remove error propagation handling
2014-03-21 14:40 UTC (11+ messages)
` [PATCH cryptodev 2/4] crypto: export NULL algorithms defines
` [PATCH cryptodev 3/4] crypto: testmgr - add aead null encryption test vectors
` [PATCH cryptodev 4/4] crypto: caam - add support for aead null encryption
[cryptodev:master 44/45] drivers/crypto/caam/caamrng.c:293:2: warning: passing argument 1 of 'caam_init_rng' from incompatible pointer type
2014-03-21 13:34 UTC
[PATCH v2] crypto: caam - fix caamrng compilation warning
2014-03-21 5:54 UTC (2+ messages)
[PATCH v5 1/1] crypto: SHA1 transform x86_64 AVX2
2014-03-20 17:57 UTC (2+ messages)
[PATCH] arm64: SHA-224/SHA-256 using ARMv8 Crypto Extensions
2014-03-20 14:48 UTC
[PATCH 0/6] SP800-90A Deterministic Random Bit Generator
2014-03-20 13:30 UTC (18+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] header file for DRBG
` [PATCH 3/6] DRBG kernel configuration options
` [PATCH 4/6] compile the DRBG code
` [PATCH 5/6] DRBG testmgr test vectors
` [PATCH 6/6] Add DRBG test code to testmgr
` [PATCH v2 1/6] SP800-90A Deterministic Random Bit Generator
` [PATCH v2 2/6] header file for DRBG
` [PATCH v2 3/6] DRBG kernel configuration options
` [PATCH v2 4/6] compile the DRBG code
` [PATCH v2 5/6] DRBG testmgr test vectors
` [PATCH v2 6/6] Add DRBG test code to testmgr
[PATCH 0/9 v7] crypto:s5p-sss: Add DT and Exynos support
2014-03-20 2:43 UTC (7+ messages)
` [PATCH 5/9 v7] clk: samsung exynos5250/5420: Add gate clock for SSS module
` [PATCH 6/9 v7] ARM: dts: exynos5250/5420: add dt node for sss module
[PATCH v4 1/1] crypto: SHA1 transform x86_64 AVX2
2014-03-20 0:16 UTC (3+ messages)
[PATCH 1/1] SHA1 transform: x86_64 AVX2 optimization -v3
2014-03-19 19:40 UTC (3+ messages)
[PATCH v2] crypto: caam - power management support for caam job-ring
2014-03-20 2:27 UTC
[PATCH] crypto: caam - power management support for caam job-ring
2014-03-20 2:18 UTC
[PATCH] crypto: caam - fix caamrng compilation warning
2014-03-20 2:10 UTC
[PATCH] arm64/lib: add optimized implementation of sha_transform
2014-03-18 11:51 UTC (4+ messages)
[PATCH 2/2] SHA1 transform: x86_64 AVX2 optimization - glue & build-v2
2014-03-17 19:09 UTC (8+ messages)
[PATCH 1/2] SHA1 transform: x86_64 AVX2 optimization - assembly code-v2
2014-03-17 15:59 UTC (3+ messages)
[PATCH][RESEND 3] hwrng: add randomness to system from rng sources
2014-03-17 11:53 UTC (16+ messages)
algif for compression?
2014-03-14 18:05 UTC
[PATCH 0/3] crypto: Clean up ahash handling confusion
2014-03-13 4:32 UTC (11+ messages)
` [PATCH 1/3 V2] crypto: Fix the pointer voodoo in unaligned ahash
` [PATCH 2/3 V2] crypto: Pull out the functions to save/restore request
` [PATCH 3/3 V2] crypto: Simplify the ahash_finup implementation
[PATCH 1/3 V3] crypto: Fix the pointer voodoo in unaligned ahash
2014-03-13 1:41 UTC (3+ messages)
` [PATCH 2/3 V3] crypto: Pull out the functions to save/restore request
` [PATCH 3/3 V3] crypto: Simplify the ahash_finup implementation
[PATCH 1/2] SHA1 transform: x86_64 AVX2 optimization - assembly code
2014-03-12 18:47 UTC (5+ messages)
[PATCH] crypto: avoid module request when lookup crypto larval of template
2014-03-11 14:02 UTC (3+ messages)
[PATCH 2/2] Crypto: Add support for 192 & 256 bit keys to AESNI RFC4106 - fixed whitespace
2014-03-10 23:12 UTC (9+ messages)
[PATCH v3] crypto: omap-sham: Map SG pages if they are HIGHMEM before accessing
2014-03-10 12:23 UTC (2+ messages)
[PATCH] crypto: caam - Dynamic memory allocation for caam_rng_ctx object
2014-03-10 12:23 UTC (3+ messages)
[RFC PATCH 0/3] take 2: repurposing blkcipher walk api for aead
2014-03-10 12:22 UTC (9+ messages)
` [RFC PATCH 1/3] crypto: remove direct blkcipher_walk dependency on transform
` [RFC PATCH 2/3] crypto: allow blkcipher walks over AEAD data
` [RFC PATCH 3/3] arm64: add support for AES in CCM mode using Crypto Extensions
[PATCH] crypto: mxs-dcp: Optimize hashing
2014-03-10 12:22 UTC (2+ messages)
[PATCH] crypto: mxs-dcp: Align the bounce buffers
2014-03-10 12:22 UTC (2+ messages)
[PATCH] crypto: omap-des - make local functions static
2014-03-10 12:21 UTC (3+ messages)
[PATCH 1/3] crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macro
2014-03-10 12:21 UTC (2+ messages)
[PATCH] crypt: bfin_crc: Remove useless SSYNC instruction and cache flush to DMA coherent memory
2014-03-10 12:21 UTC (3+ messages)
[PATCH 1/2] crypto: sahara: Use devm_ioremap_resource()
2014-03-10 12:20 UTC (3+ messages)
` [PATCH 2/2] crypto: sahara: Use return value of devm_request_irq() on error
[PATCH v2] crypto: omap-sham: kmap SG pages before appending
2014-03-06 0:21 UTC (6+ messages)
[PATCH 1/2] Crypto: Add support for 192 & 256 bit keys to AESNI RFC4106
2014-03-03 23:04 UTC (3+ messages)
[PATCH 2/2] Crypto: Add support for 192 & 256 bit keys to AESNI RFC4106 - resend
2014-03-03 22:23 UTC (2+ messages)
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).