George Spelvin ([email protected])

Number of posts: 736 (0.16 per day)
First post: 2001-07-07 05:48:54
Last post: 2014-05-11 10:05:05

Date List Subject
2014-12-07 12:26:54 linux-crypto [PATCH v2 04/25] crypto: ansi_cprng - Make debug output more like NIST test vectors
2014-12-07 12:26:53 linux-crypto [PATCH v2 02/25] crypto: ansi_cprng - Additional _get_more_prng_bytes cleanup
2014-12-07 12:26:52 linux-crypto [PATCH v2 01/25] crypto: ansi_cprng - unroll _get_more_prng_bytes
2014-12-07 12:26:52 linux-crypto [PATCH v2 00/25] Multiple changes to crypto/ansi_cprng.c
2014-12-07 10:02:58 linux-kernel Re: Where exactly will arch_fast_hash be used
2014-12-07 05:20:43 linux-kernel Re: Where exactly will arch_fast_hash be used
2014-12-06 23:38:43 linux-ext4 Re: [PATCH v1 4/10] lib/siphash.c: New file
2014-12-06 03:23:13 linux-kernel [PATCH v2] VERIFY_OCTAL_PERMISSIONS: Move to <linux/sysfs.h> where it belongs
2014-12-06 02:49:55 linux-kernel Re: [PATCH] [PATCH] VERIFY_OCTAL_PERMISSIONS: Move to <linux/sysfs.h> where it belongs
2014-12-06 01:18:05 linux-kernel [PATCH] [PATCH] VERIFY_OCTAL_PERMISSIONS: Move to <linux/sysfs.h> where it belongs
2014-12-06 00:08:03 linux-kernel [PATCH] VERIFY_OCTAL_PERMISSIONS needs <linux/bug.h>
2014-12-05 21:38:05 linux-kernel Re: [PATCH 1/9] kernel: Provide READ_ONCE and ASSIGN_ONCE
2014-12-05 16:00:26 linux-kernel Re: [PATCH 1/9] kernel: Provide READ_ONCE and ASSIGN_ONCE
2014-12-05 02:18:59 linux-kernel Re: [PATCH 1/9] kernel: Provide READ_ONCE and ASSIGN_ONCE
2014-12-03 20:27:55 linux-crypto Re: [PATCH 00/17] Multiple changes to crypto/ansi_cprng.c
2014-12-02 21:54:05 linux-crypto Re: [PATCH 11/17] crypto: ansi_cprng - unroll _get_more_prng_bytes
2014-12-02 20:28:19 linux-crypto Re: [PATCH 07/17] crypto: ansi_cprng - Shrink rand_read_pos & flags
2014-12-02 20:03:40 linux-crypto Re: [PATCH 03/17] crypto: ansi_cprng - Eliminate ctx->I
2014-12-02 19:45:58 linux-crypto Re: [PATCH 02/17] crypto: ansi_cprng - Eliminate ctx->last_rand_data
2014-12-02 19:43:07 linux-crypto Re: Is ansi_cprng.c supposed to be an implmentation of X9.31?
2014-12-02 17:56:16 linux-crypto Re: Is ansi_cprng.c supposed to be an implmentation of X9.31?
2014-12-02 17:12:48 linux-crypto Re: [PATCH 01/17] crypto: ansi_cprng - Rename rand_data_valid more sensibly
2014-12-02 09:11:54 linux-crypto Re: [PATCH 13/17] crypto: ansi_cprng - If DT is not provided, use a fresh timestamp
2014-12-02 09:08:37 linux-crypto Re: [PATCH 02/17] crypto: ansi_cprng - Eliminate ctx->last_rand_data
2014-12-02 09:02:02 linux-crypto [PATCH 17/17] crypto: ansi_cprng - Shrink default seed size
2014-12-02 09:01:18 linux-crypto [PATCH 16/17] crypto: testmgr - Merge seed arrays in struct cprng_testvec
2014-12-02 08:59:35 linux-crypto [PATCH 15/17] crypto: testmgr - Teach test_cprng to handle non-default seed sizes
2014-12-02 08:58:04 linux-crypto [PATCH 14/17] crypto: ansi_cprng - If DT is omitted, don't buffer old output
2014-12-02 08:57:05 linux-crypto [PATCH 13/17] crypto: ansi_cprng - If DT is not provided, use a fresh timestamp
2014-12-02 08:56:06 linux-crypto [PATCH 12/17] crypto: ansi_cprng - Create a "block buffer" data type
2014-12-02 08:54:54 linux-crypto [PATCH 11/17] crypto: ansi_cprng - unroll _get_more_prng_bytes
2014-12-02 08:52:32 linux-crypto [PATCH 10/17] crypto: ansi_cprng - simplify get_prng_bytes
2014-12-02 08:50:53 linux-crypto [PATCH 09/17] crypto: ansi_cprng - Clean up some variable types
2014-12-02 08:46:18 linux-crypto [PATCH 08/17] crypto: ansi_cprng - Require non-null key & V in reset_prng_context
2014-12-02 08:43:15 linux-crypto [PATCH 07/17] crypto: ansi_cprng - Shrink rand_read_pos & flags
2014-12-02 08:40:36 linux-crypto [PATCH 06/17] crypto: ansi_cprng - Eliminate unused PRNG_FIXED_SIZE flag
2014-12-02 08:39:22 linux-crypto [PATCH 05/17] crypto: ansi_cprng - Add const annotations to hexdump()
2014-12-02 08:37:50 linux-crypto PATCH 04/17] crypto: ansi_cprng - simplify xor_vectors() to xor_block()
2014-12-02 08:37:08 linux-crypto [PATCH 03/17] crypto: ansi_cprng - Eliminate ctx->I
2014-12-02 08:35:52 linux-crypto [PATCH 02/17] crypto: ansi_cprng - Eliminate ctx->last_rand_data
2014-12-02 08:34:43 linux-crypto [PATCH 01/17] crypto: ansi_cprng - Rename rand_data_valid more sensibly
2014-12-02 08:33:16 linux-crypto [PATCH 00/17] Multiple changes to crypto/ansi_cprng.c
2014-12-02 05:39:31 linux-crypto Re: Is ansi_cprng.c supposed to be an implmentation of X9.31?
2014-12-02 04:55:20 linux-crypto Re: Is ansi_cprng.c supposed to be an implmentation of X9.31?
2014-11-29 19:32:07 linux-crypto Re: Is ansi_cprng.c supposed to be an implmentation of X9.31?
2014-11-29 17:26:50 linux-crypto Re: Is ansi_cprng.c supposed to implement X9.17/X9.31's RNG?
2014-11-29 02:43:47 linux-crypto Is ansi_cprng.c supposed to implement X9.17/X9.31's RNG?
2014-11-28 23:31:14 linux-crypto Is ansi_cprng.c supposed to be an implmentation of X9.31?
2014-10-13 21:03:49 linux-kernel Re: [PATCH 3.17 00/25] 3.17.1-stable review
2014-09-24 23:31:16 linux-ext4 Re: [PATCH v1 5/10] ext4: Add DX_HASH_SIPHASH24 support
2014-09-24 03:08:31 linux-ext4 Re: [PATCH v1 5/10] ext4: Add DX_HASH_SIPHASH24 support