Enabling AES-GCM-128 with 16B ICV support

Change-Id: Ib57b6f6b71ba14952ad77477a4df3ab33b36fef4
Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
This commit is contained in:
Radu Nicolau
2016-11-29 11:00:30 +00:00
committed by Damjan Marion
parent 2fee4c8fad
commit 6929ea9225
11 changed files with 329 additions and 92 deletions

View File

@ -33,3 +33,7 @@ vpp-api-test_CPPFLAGS += $(call installed_includes_fn, dpdk)
vpp-api-test_LDFLAGS += $(call installed_libs_fn, dpdk)
endif
endif
ifeq ($($(PLATFORM)_uses_dpdk_cryptodev),yes)
vpp-api-test_configure_args += --with-dpdk-crypto
endif