On Thu, Oct 23, 2014 at 04:11:23PM +0300, Tudor Ambarus wrote:
> Add support for AES working in Galois Counter Mode.
> 
> There is a limitation related to IV size, similar to the one present in
> SW implementation (crypto/gcm.c):
> The only IV size allowed is 12 bytes. It will be padded by HW to the right
> with 0x0000_0001 (up to 16 bytes - AES block size), according to the GCM
> specification.
> 
> Signed-off-by: Tudor Ambarus <tudor.amba...@freescale.com>
> Signed-off-by: Horia Geanta <horia.gea...@freescale.com>

Both patches applied.  Thanks!
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
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-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to