508f96d9322cb24df9d8e8d1e9f4ed4eb7f7a3e4
[openwrt/openwrt.git] / target / linux / ixp4xx / patches-3.10 / 090-increase_entropy_pools.patch
1 --- a/drivers/char/random.c
2 +++ b/drivers/char/random.c
3 @@ -282,9 +282,9 @@
4 /*
5 * Configuration information
6 */
7 -#define INPUT_POOL_WORDS 128
8 -#define OUTPUT_POOL_WORDS 32
9 -#define SEC_XFER_SIZE 512
10 +#define INPUT_POOL_WORDS 256
11 +#define OUTPUT_POOL_WORDS 64
12 +#define SEC_XFER_SIZE 1024
13 #define EXTRACT_SIZE 10
14
15 #define LONGS(x) (((x) + sizeof(unsigned long) - 1)/sizeof(unsigned long))