On Wed, Sep 21, 2011 at 11:02:38AM +0200, Steffen Klassert wrote:
>
> +/* Netlink message attributes. */
> +enum crypto_attr_type_t {
> + CRYPTOCFGA_UNSPEC,
> + CRYPTOCFGA_PRIORITY_VAL,/* __u32 */
> + __CRYPTOCFGA_MAX
> +
> +#define CRYPTOCFGA_MAX (__CRYPTOCFGA_MAX - 1)
> +};
>
Hi Herbert,
On Thu, 22 Sep 2011 21:44:06 +1000 Herbert Xu
wrote:
>
> I've just created the cryptodev tree on github:
>
> git://github.com/herbertx/cryptodev.git
>
> Stephen, please pull from this location for the time being.
I will switch to this from tomorrow.
Are you also going to mo
Quoting Herbert Xu :
On Fri, Sep 02, 2011 at 01:45:07AM +0300, Jussi Kivilinna wrote:
Patch splits up the blowfish crypto routine into a common part (key setup)
which will be used by blowfish crypto modules (x86_64 assembly and
generic-c).
Also fixes errors/warnings reported by checkpatch.
Hi:
I've just created the cryptodev tree on github:
git://github.com/herbertx/cryptodev.git
Stephen, please pull from this location for the time being.
Thanks!
--
Email: Herbert Xu
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
On Tue, Sep 13, 2011 at 02:58:51PM -0700, m...@google.com wrote:
> +cc linux-crypto, herbert, davem, torvalds
>
> H Hartley Sweeten (hartl...@visionengravers.com) wrote:
> > Include to pickup the declarations for sha_transform
> > and sha_init to quite the sparse noise:
> >
> > warning: symbol '
On Fri, Sep 02, 2011 at 01:45:07AM +0300, Jussi Kivilinna wrote:
> Patch splits up the blowfish crypto routine into a common part (key setup)
> which will be used by blowfish crypto modules (x86_64 assembly and generic-c).
>
> Also fixes errors/warnings reported by checkpatch.
>
> Signed-off-by:
Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled],
We run all interrupt handlers with interrupts disabled
and we even check and yell when an interrupt handler
returns with interrupts enabled (see commit [b738a50a:
genirq: Warn when handler enables interrupts]).
So now this