[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190809061850.GK10392@gondor.apana.org.au>
Date: Fri, 9 Aug 2019 16:18:50 +1000
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Iuliana Prodan <iuliana.prodan@....com>
Cc: "David S. Miller" <davem@...emloft.net>,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-imx <linux-imx@....com>
Subject: Re: [PATCH v3 0/2] crypto: validate inputs for gcm and aes
On Wed, Jul 31, 2019 at 04:05:53PM +0300, Iuliana Prodan wrote:
> Added inline helper functions to check authsize and assoclen for
> gcm, rfc4106 and rfc4543.
> Added, also, inline helper function to check key length for AES algorithms.
> These are used in the generic implementation of gcm/rfc4106/rfc4543
> and aes.
>
> Changes since v2:
> - rename aes helper functions without crypto_ prefix;
> - change include for gcm.h.
>
> Iuliana Prodan (2):
> crypto: gcm - helper functions for assoclen/authsize check
> crypto: aes - helper function to validate key length for AES
> algorithms
>
> crypto/gcm.c | 41 ++++++++++++++-------------------------
> include/crypto/aes.h | 17 ++++++++++++++++
> include/crypto/gcm.h | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> lib/crypto/aes.c | 8 ++++----
> 4 files changed, 91 insertions(+), 30 deletions(-)
All applied. Thanks.
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists