Acked-by: Kai Ji <[email protected]>

> -----Original Message-----
> From: Akhil Goyal <[email protected]>
> Sent: Thursday, February 16, 2023 2:25 PM
> To: [email protected]
> Cc: Nicolau, Radu <[email protected]>; [email protected];
> [email protected]; [email protected]; Ji, Kai <[email protected]>;
> [email protected]; [email protected];
> [email protected]; [email protected]; Akhil Goyal
> <[email protected]>; [email protected]
> Subject: [PATCH 1/3] examples/ipsec-secgw: fix auth IV length
> 
> Currently, cipher IV length is getting used to set auth xform IV length.
> Auth IV is needed for AES-GMAC case, and in all other cases, auth IV
> should be 0.
> Used a separate auth IV length to separate out cipher and auth cases.
> 
> Fixes: 9413c3901f31 ("examples/ipsec-secgw: support additional
> algorithms")
> Cc: [email protected]
> 
> Signed-off-by: Akhil Goyal <[email protected]>
> ---

Reply via email to