numam-dpdk/examples/ipsec-secgw
Sergio Gonzalez Monroy 50d75cae2a examples/ipsec-secgw: initialize SA salt
This patch initializes the salt value used by the following cipher
algorithms:
- CBC: random salt
- GCM/CTR: the key required is 20B, and the last 4B are used as salt.

Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2016-10-08 17:54:38 +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: add AES-CTR 2016-10-08 17:54:38 +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/ipsec-secgw: add cryptodev queue size constant 2016-10-08 17:54:38 +02:00
ipsec.c examples/ipsec-secgw: reset crypto operation status 2016-10-08 17:54:38 +02:00
ipsec.h examples/ipsec-secgw: add AES-GCM 2016-10-08 17:54:38 +02:00
Makefile examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02:00
parser.c examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02: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: initialize SA salt 2016-10-08 17:54:38 +02: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