IPsec requires truncated HMAC operations support. Extend OpenSSL crypto
PMD to support truncated HMAC operations necessary for IPsec.
Signed-off-by: Dmitry Eremin-Solenikov
---
Changes since V2:
- support all digest sizes from 1 up to full digest length.
drivers/crypto/openssl
On 25/09/18 17:46, Akhil Goyal wrote:
>
>
> On 9/16/2018 8:48 AM, Dmitry Eremin-Solenikov wrote:
>> IPsec requires truncated HMAC operations support. Extend OpenSSL crypto
>> PMD to support truncated HMAC operations necessary for IPsec.
>>
>> Signe
IPsec requires truncated HMAC operations support. Extend OpenSSL crypto
PMD to support truncated HMAC operations necessary for IPsec.
Signed-off-by: Dmitry Eremin-Solenikov
---
Changes since V1:
- support all digest sizes from half of corresponding digest size up to
full length
IPsec requires truncated HMAC operations support. Extend OpenSSL crypto
PMD to support truncated HMAC operations necessary for IPsec.
Signed-off-by: Dmitry Eremin-Solenikov
---
drivers/crypto/openssl/rte_openssl_pmd.c | 19 ++-
drivers/crypto/openssl/rte_openssl_pmd_ops.c
On 11 July 2018 at 21:02, Fiona Trahe wrote:
> QAT driver checks byte alignment for KASUMI/SNOW 3G/ZUC algorithms using
> cipher/auth_param, which are not initialized at this moment yet. Use
> operation params instead.
>
> Signed-off-by: Fiona Trahe
Thanks, this should fix the issue.
--
With b
QAT driver checks byte alignment for KASUMI/SNOW 3G/ZUC algorithms using
cipher/auth_param, which are not initialized at this moment yet. Use
operation params instead.
Signed-off-by: Dmitry Eremin-Solenikov
---
drivers/crypto/qat/qat_sym.c | 22 +++---
1 file changed, 11
6 matches
Mail list logo