From 6937c0b2dfa472e9e3e72446cad6468e85a161bc Mon Sep 17 00:00:00 2001 From: Nithinsen Kaithakadan Date: Fri, 16 Feb 2024 11:58:04 +0530 Subject: octeon: add crypto framework Configure crypto device. Add crypto support in control plane and data plane. Control plane - Handle vnet crypto key add and delete - Register crypto async enqueue and dequeue handlers Data plane - Add encryption and decryption support for - AES-GCM - AES-CBC hmac sha1/256/384/512 - AES-CTR sha1 - 3DES-CBC md5 sha1/256/384/512 Type: feature Signed-off-by: Nithinsen Kaithakadan Signed-off-by: Monendra Singh Kushwaha Change-Id: Ia9e16c61ed84800a59e0c932a4ba6aa1423c1ec8 --- src/plugins/dev_octeon/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/dev_octeon/CMakeLists.txt') diff --git a/src/plugins/dev_octeon/CMakeLists.txt b/src/plugins/dev_octeon/CMakeLists.txt index c6271ecdfba..6109de57a7d 100644 --- a/src/plugins/dev_octeon/CMakeLists.txt +++ b/src/plugins/dev_octeon/CMakeLists.txt @@ -36,6 +36,7 @@ add_vpp_plugin(dev_octeon tx_node.c flow.c counter.c + crypto.c MULTIARCH_SOURCES rx_node.c -- cgit 1.2.3-korg