numam-dpdk/examples/ipsec-secgw
Pablo de Lara dad71e9958 examples/ipsec-secgw: move IV to crypto op private data
Usually, IV will change for each crypto operation.
Therefore, instead of pointing at the same location,
IV is copied after each crypto operation.

This will let the IV to be passed as an offset from
the beginning of the crypto operation, instead of
a pointer.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
2017-07-06 22:26:48 +02:00
..
ep0.cfg examples/ipsec-secgw: add sample configuration files 2016-10-04 20:41:09 +02:00
ep1.cfg examples/ipsec-secgw: add sample configuration files 2016-10-04 20:41:09 +02:00
esp.c examples/ipsec-secgw: move IV to crypto op private data 2017-07-06 22:26:48 +02:00
esp.h examples/ipsec-secgw: rework processing loop 2016-06-21 12:07:25 +02:00
ipip.h examples/ipsec-secgw: fix build with gcc 4.5 2016-07-22 11:53:32 +02:00
ipsec-secgw.c examples: enable HW CRC strip by default 2017-04-10 22:36:37 +02:00
ipsec.c cryptodev: do not store pointer to op specific params 2017-07-06 22:26:48 +02:00
ipsec.h examples/ipsec-secgw: move IV to crypto op private data 2017-07-06 22:26:48 +02:00
Makefile examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02:00
parser.c examples/ipsec-secgw: fix configuration parsing 2016-11-07 21:44:42 +01:00
parser.h examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02:00
rt.c examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02:00
sa.c examples/ipsec-secgw: support SHA256 HMAC 2017-01-18 21:48:56 +01:00
sp4.c examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02:00
sp6.c examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02:00