Re: [PATCH] crypto: use list to stage async seeding requests

2015-06-09 Thread Herbert Xu
On Sat, Jun 06, 2015 at 04:16:54AM +0200, Stephan Mueller wrote: > This patch uses a list to track the asynchronous seeding requests until > the nonblocking pool is fully initialized. The random.c is provided with > two API calls: the get_blocking_random_bytes_cb allows the caller to > provide a

Re: [PATCH] crypto: use list to stage async seeding requests

2015-06-09 Thread Herbert Xu
On Sat, Jun 06, 2015 at 04:16:54AM +0200, Stephan Mueller wrote: This patch uses a list to track the asynchronous seeding requests until the nonblocking pool is fully initialized. The random.c is provided with two API calls: the get_blocking_random_bytes_cb allows the caller to provide a

[PATCH] crypto: use list to stage async seeding requests

2015-06-05 Thread Stephan Mueller
This patch uses a list to track the asynchronous seeding requests until the nonblocking pool is fully initialized. The random.c is provided with two API calls: the get_blocking_random_bytes_cb allows the caller to provide a callback function that is triggered once the nonblocking pool is

[PATCH] crypto: use list to stage async seeding requests

2015-06-05 Thread Stephan Mueller
This patch uses a list to track the asynchronous seeding requests until the nonblocking pool is fully initialized. The random.c is provided with two API calls: the get_blocking_random_bytes_cb allows the caller to provide a callback function that is triggered once the nonblocking pool is