|
@@ -44,10 +44,10 @@ static unsigned short default_quality; /* = 0; default to "off" */
|
|
|
|
|
|
module_param(current_quality, ushort, 0644);
|
|
module_param(current_quality, ushort, 0644);
|
|
MODULE_PARM_DESC(current_quality,
|
|
MODULE_PARM_DESC(current_quality,
|
|
- "current hwrng entropy estimation per mill");
|
|
|
|
|
|
+ "current hwrng entropy estimation per 1024 bits of input");
|
|
module_param(default_quality, ushort, 0644);
|
|
module_param(default_quality, ushort, 0644);
|
|
MODULE_PARM_DESC(default_quality,
|
|
MODULE_PARM_DESC(default_quality,
|
|
- "default entropy content of hwrng per mill");
|
|
|
|
|
|
+ "default entropy content of hwrng per 1024 bits of input");
|
|
|
|
|
|
static void drop_current_rng(void);
|
|
static void drop_current_rng(void);
|
|
static int hwrng_init(struct hwrng *rng);
|
|
static int hwrng_init(struct hwrng *rng);
|