Re: [PATCH v2] crypto: drbg - reseed often if seedsource is degraded

2015-06-10 Thread Herbert Xu
On Wed, Jun 10, 2015 at 03:33:37AM +0200, Stephan Mueller wrote: > Changes v2: > * port the patch to current cryptodev tree plus the async seeding DRBG patches Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: [PATCH v2] crypto: drbg - reseed often if seedsource is degraded

2015-06-10 Thread Herbert Xu
On Wed, Jun 10, 2015 at 03:33:37AM +0200, Stephan Mueller wrote: Changes v2: * port the patch to current cryptodev tree plus the async seeding DRBG patches Applied. -- Email: Herbert Xu herb...@gondor.apana.org.au Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

[PATCH v2] crypto: drbg - reseed often if seedsource is degraded

2015-06-09 Thread Stephan Mueller
Changes v2: * port the patch to current cryptodev tree plus the async seeding DRBG patches ---8<--- As required by SP800-90A, the DRBG implements are reseeding threshold. This threshold is at 2**48 (64 bit) and 2**32 bit (32 bit) as implemented in drbg_max_requests. With the recently introduced

[PATCH v2] crypto: drbg - reseed often if seedsource is degraded

2015-06-09 Thread Stephan Mueller
Changes v2: * port the patch to current cryptodev tree plus the async seeding DRBG patches ---8--- As required by SP800-90A, the DRBG implements are reseeding threshold. This threshold is at 2**48 (64 bit) and 2**32 bit (32 bit) as implemented in drbg_max_requests. With the recently introduced