On Thu, Sep 29, 2011 at 2:46 PM, Sandy Harris wrote:
> I have been thinking about how random(4) might be redesigned ...
>
> ... make the input
> pool use Skein (or another SHA-3 candidate) and the output pools a
> modified counter-mode AES.
I now actually have most of the code for that and a sub
Rusty Russell wrote:
> I think you misunderstand, I'm talking about the modinfo command, not
> the .modinfo section.
Sorry, yes. But why do you need to enhance modinfo?
> But I need to know exactly what these version-dependent mangling of
> modules is. Is it real? Is it more than strip? Is
The added CRYPTO_ALG_KERN_DRIVER_ONLY flag indicates whether a cipher
is only available via a kernel driver. If the cipher implementation
might be available by using an instruction set or by porting the
kernel code, then it must not be set.
Signed-off-by: Nikos Mavrogiannopoulos
---
drivers/cryp