Re: [PATCH 1/2] Fixing vmx-crypto AES-CTR counter bug

From: Herbert Xu
Date: Mon Aug 17 2015 - 22:40:47 EST


On Fri, Aug 14, 2015 at 10:12:22AM -0300, Leonidas S Barbosa wrote:
> AES-CTR is using a counter 8bytes-8bytes what miss match with
> kernel specs.
>
> In the previous code a vadduwm was done to increment counter.
> Replacing this for a vadduqm now considering both cases counter
> 8-8 bytes and full 16bytes.
>
> Signed-off-by: Leonidas S Barbosa <leosilva@xxxxxxxxxxxxxxxxxx>

Both fixes applied but I'll push them after the merge window opens
as they don't seem to be critical.
--
Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/