> > The cipher offset in bits was not being used in ZUC encryption test
> > functions
> > when creating the operation, it was hardcoded to 0.
> > This is fixed to use the offset from the test vector as intended.
> >
> > Fixes: fd01a9be38d5 ("test/crypto: move IV to crypto op private data")
> > Cc: [email protected]
> > Cc: [email protected]
> >
> > Signed-off-by: Ciara Power <[email protected]>
> > ---
> Acked-by Ji, Kai <[email protected]>
Please follow the naming convention in giving acks.
It should be Acked-by: Kai Ji <[email protected]>
Applied to dpdk-next-crypto
Thanks.