Re: [v2 PATCH 0/11] rng: New style interface

2015-04-21 Thread Stephan Mueller
Am Dienstag, 21. April 2015, 10:44:36 schrieb Herbert Xu:

Hi Herbert,

 This series converts the crypto_rng interface over to the new
 style.  I'm putting it in quotes because this style has been
 around since 2008.  In fact, RNG was the very last interface
 type added before the introduction of the new style.
 
 Eventually all existing interfaces should be converted over but
 obviously it's taking some time to get there :)
 
 v2 uses kzfree instead of free for the temporary seed.
 
 Cheers,

For the DRBG changes:

Acked-by: Stephan Mueller smuel...@chronox.de

-- 
Ciao
Stephan
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [v2 PATCH 0/11] rng: New style interface

2015-04-21 Thread Neil Horman
On Tue, Apr 21, 2015 at 10:44:36AM +0800, Herbert Xu wrote:
 This series converts the crypto_rng interface over to the new
 style.  I'm putting it in quotes because this style has been
 around since 2008.  In fact, RNG was the very last interface
 type added before the introduction of the new style.
 
 Eventually all existing interfaces should be converted over but
 obviously it's taking some time to get there :)
 
 v2 uses kzfree instead of free for the temporary seed.
 
 Cheers,
 -- 
 Email: Herbert Xu herb...@gondor.apana.org.au
 Home Page: http://gondor.apana.org.au/~herbert/
 PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
 --
 To unsubscribe from this list: send the line unsubscribe linux-crypto in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 


For the ansi_cprng bits
Acked-by: Neil Horman nhor...@tuxdriver.com

--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[v2 PATCH 0/11] rng: New style interface

2015-04-20 Thread Herbert Xu
This series converts the crypto_rng interface over to the new
style.  I'm putting it in quotes because this style has been
around since 2008.  In fact, RNG was the very last interface
type added before the introduction of the new style.

Eventually all existing interfaces should be converted over but
obviously it's taking some time to get there :)

v2 uses kzfree instead of free for the temporary seed.

Cheers,
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html