2015-06-11 03:27:08

by Herbert Xu

[permalink] [raw]
Subject: [PATCH 0/3] crypto: picoxcell - Clamp AEAD SG list by input length

Hi:

This series of patches adds a couple of minor fixes to picoxcell,
but most importantly allows it to be used with the new AEAD interface
by ensuring that it clamps the AD SG list by the AD length.

This is compile-tested only.

Cheers,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


2015-06-17 08:23:54

by Jamie Iles

[permalink] [raw]
Subject: Re: [PATCH 0/3] crypto: picoxcell - Clamp AEAD SG list by input length

On Thu, Jun 11, 2015 at 11:27:03AM +0800, Herbert Xu wrote:
> Hi:
>
> This series of patches adds a couple of minor fixes to picoxcell,
> but most importantly allows it to be used with the new AEAD interface
> by ensuring that it clamps the AD SG list by the AD length.
>
> This is compile-tested only.

Looks good, thanks Herbert!

Acked-by: Jamie Iles <[email protected]>