aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMalvika Gupta <Malvika.Gupta@arm.com>2022-10-12 00:15:37 +0000
committerMatias Elo <matias.elo@nokia.com>2022-12-13 10:58:42 +0200
commit2dde0be2817a0833c447f46083b4fd278863bcdb (patch)
tree5af629fd70fb910f5a3996a7a6397382fc093680 /include
parent7c69ea604ecaaa2e953ef9bad6cc6365b6c5ce64 (diff)
linux-gen: crypto: add support for Arm-optimzed IPSec multi-buffer library
- Enable detection of the Arm-optimized IPSec Multi-buffer library. - Integrate ZUC128-EEA3 and ZUC128-EIA3 algorithms. - Integrate ZUC256-EEA3 and ZUC256-EIA3 algorithms. Signed-off-by: Malvika Gupta <Malvika.Gupta@arm.com> Signed-off-by: Tianyu Li <tianyu.li@arm.com> Reviewed-by: Ruifeng Wang <Ruifeng.Wang@arm.com> Reviewed-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'include')
-rw-r--r--include/odp/autoheader_internal.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/odp/autoheader_internal.h.in b/include/odp/autoheader_internal.h.in
index 33d9f280f..a42b34ad0 100644
--- a/include/odp/autoheader_internal.h.in
+++ b/include/odp/autoheader_internal.h.in
@@ -35,4 +35,7 @@
/* Define to 1 to enable XDP support */
#undef _ODP_PKTIO_XDP
+/* Define to 1 to enable IPSec MB crypto support */
+#undef _ODP_IPSECMB
+
#endif