RE: [PATCH] test/crypto-perf: allow auth generate followed by encryption

2022-05-31 Thread Akhil Goyal
> > Allowing auth generation followed by encryption mode. > > --optype auth-then-cipher can take cipher-op as encrypt > > and auth-op as generate now. > > > > Signed-off-by: Tejasree Kondoj > Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

RE: [PATCH] test/crypto-perf: allow auth generate followed by encryption

2022-05-25 Thread Akhil Goyal
> Allowing auth generation followed by encryption mode. > --optype auth-then-cipher can take cipher-op as encrypt > and auth-op as generate now. > > Signed-off-by: Tejasree Kondoj Acked-by: Akhil Goyal

[PATCH] test/crypto-perf: allow auth generate followed by encryption

2022-05-10 Thread Tejasree Kondoj
Allowing auth generation followed by encryption mode. --optype auth-then-cipher can take cipher-op as encrypt and auth-op as generate now. Signed-off-by: Tejasree Kondoj --- app/test-crypto-perf/cperf_ops.c | 4 +++ app/test-crypto-perf/cperf_options_parsing.c | 30 ++---