Re: [dpdk-dev] [PATCH] crypto/mvsam: set session params for AES-GCM mode

2021-07-07 Thread Akhil Goyal
> For AEAD session and AES-GCM mode, IV offset will > set to include the Nonce. > In addition, the following operations order will define: > first encryption and then authentication. > > Fixes: 8a61c83af2fa ("crypto/mrvl: add mrvl crypto driver") > Cc: sta...@dpdk.org > > Signed-off-by: Dana Vard

[dpdk-dev] [PATCH] crypto/mvsam: set session params for AES-GCM mode

2021-06-30 Thread danat
From: Dana Vardi For AEAD session and AES-GCM mode, IV offset will set to include the Nonce. In addition, the following operations order will define: first encryption and then authentication. Fixes: 8a61c83af2fa ("crypto/mrvl: add mrvl crypto driver") Cc: sta...@dpdk.org Signed-off-by: Dana Var