Re: [PATCH v2] crypto: talitos: Extend max key length for SHA384/512-HMAC and AEAD

2017-06-18 Thread Herbert Xu
Martin Hicks wrote: > > An updated patch that also handles the additional key length requirements > for the AEAD algorithms. > > The max keysize is not 96. For SHA384/512 it's 128, and for the AEAD > algorithms it's longer still. Extend the max keysize for the > AEAD size for AES256 + HMAC(SHA

Re: [PATCH v2] crypto: talitos: Extend max key length for SHA384/512-HMAC and AEAD

2017-05-02 Thread Horia Geantă
On 5/2/2017 4:38 PM, Martin Hicks wrote: > > An updated patch that also handles the additional key length requirements > for the AEAD algorithms. > > The max keysize is not 96. For SHA384/512 it's 128, and for the AEAD > algorithms it's longer still. Extend the max keysize for the > AEAD size f

[PATCH v2] crypto: talitos: Extend max key length for SHA384/512-HMAC and AEAD

2017-05-02 Thread Martin Hicks
An updated patch that also handles the additional key length requirements for the AEAD algorithms. The max keysize is not 96. For SHA384/512 it's 128, and for the AEAD algorithms it's longer still. Extend the max keysize for the AEAD size for AES256 + HMAC(SHA512). Cc: # 3.6+ Fixes: 357fb6050