RE: [PATCH] crypto/ipsec_mb: fix cipher key setting

2021-11-23 Thread Akhil Goyal
> > Subject: [PATCH] crypto/ipsec_mb: fix cipher key setting > Acked-by: Fan Zhang Applied to dpdk-next-crypto Thanks.

RE: [PATCH] crypto/ipsec_mb: fix cipher key setting

2021-11-23 Thread Zhang, Roy Fan
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Monday, November 22, 2021 5:47 PM > To: Zhang, Roy Fan ; Power, Ciara > > Cc: dev@dpdk.org; De Lara Guarch, Pablo ; > sta...@dpdk.org > Subject: [PATCH] crypto/ipsec_mb: fix cipher key setting > > W

RE: [PATCH] crypto/ipsec_mb: fix cipher key setting

2021-11-23 Thread Power, Ciara
>-Original Message- >From: De Lara Guarch, Pablo >Sent: Monday 22 November 2021 17:47 >To: Zhang, Roy Fan ; Power, Ciara > >Cc: dev@dpdk.org; De Lara Guarch, Pablo ; >sta...@dpdk.org >Subject: [PATCH] crypto/ipsec_mb: fix cipher key setting > >When authenti

[PATCH] crypto/ipsec_mb: fix cipher key setting

2021-11-22 Thread Pablo de Lara
When authenticating with SNOW3G, KASUMI and ZUC, the pointers for encryption/decryption keys is not set. If a cipher algorithm such as AES-CBC is also used, the application would seg fault. Hence, these pointers should be set to some value by default. Command line to replicate the issue: ./build/a