[RFC PATCH] char: random: stir the output pools differently when the random_write lenght allows splitting the seed

2014-01-09 Thread Rafael Aquini
halves of it, when seed lenght allows us doing so. Signed-off-by: Rafael Aquini aqu...@redhat.com --- Suggested by Stephan Mueller stephan.muel...@atsec.com drivers/char/random.c | 38 -- 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/drivers

Re: [RFC PATCH] char: random: stir the output pools differently when the random_write lenght allows splitting the seed

2014-01-10 Thread Rafael Aquini
On Fri, Jan 10, 2014 at 12:37:26PM +0100, Clemens Ladisch wrote: Stephan Mueller wrote: Am Freitag, 10. Januar 2014, 09:13:57 schrieb Clemens Ladisch: Rafael Aquini wrote: This patch introduces changes to the random_write method so it can split the given seed and completely stir

Re: [RFC PATCH] char: random: stir the output pools differently when the random_write lenght allows splitting the seed

2014-01-30 Thread Rafael Aquini
On Fri, Jan 10, 2014 at 01:32:10PM +0100, Clemens Ladisch wrote: Stephan Mueller wrote: Am Freitag, 10. Januar 2014, 12:37:26 schrieb Clemens Ladisch: Stephan Mueller wrote: Am Freitag, 10. Januar 2014, 09:13:57 schrieb Clemens Ladisch: Rafael Aquini wrote: This patch introduces changes

Re: [PATCH 2/6] header file for DRBG

2014-03-10 Thread Rafael Aquini
On Sun, Mar 09, 2014 at 12:46:42AM +0100, Stephan Mueller wrote: The header file includes the definition of: * DRBG data structures with - struct drbg_state as main structure - struct drbg_core referencing the backend ciphers - struct drbg_state_ops callbach handlers for