Re: [PATCH v3 0/2] crypto: validate inputs for gcm and aes

2019-08-08 Thread Herbert Xu
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/rfc410

Re: [PATCH v3 0/2] crypto: validate inputs for gcm and aes

2019-08-01 Thread Ard Biesheuvel
On Wed, 31 Jul 2019 at 16:35, Horia Geanta wrote: > > On 7/31/2019 4:06 PM, 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

Re: [PATCH v3 0/2] crypto: validate inputs for gcm and aes

2019-07-31 Thread Horia Geanta
On 7/31/2019 4:06 PM, 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.

[PATCH v3 0/2] crypto: validate inputs for gcm and aes

2019-07-31 Thread Iuliana Prodan
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 with