aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto_engines/native/main.c
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2025-01-16 16:03:29 +0000
committerOle Tr�an <otroan@employees.org>2025-01-22 15:42:56 +0000
commit593630d33a6d4651eaaa0eb9074994557c3b3a2a (patch)
treeb5107da9d5e80bc0c3977127df9f5adddef9f53d /src/crypto_engines/native/main.c
parent2b85ab67f9d2163d83d4a68eb32de051c09c9a78 (diff)
crypto-native: add fixed tag and aad size ops
Type: improvement Change-Id: I6bbb48c999859899e2f82c65cbfd015dc1ad584c Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/crypto_engines/native/main.c')
-rw-r--r--src/crypto_engines/native/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto_engines/native/main.c b/src/crypto_engines/native/main.c
index 193b7a51c10..97dbe6cf67e 100644
--- a/src/crypto_engines/native/main.c
+++ b/src/crypto_engines/native/main.c
@@ -9,7 +9,7 @@
#include <native/crypto_native.h>
crypto_native_main_t crypto_native_main;
-vnet_crypto_engine_op_handlers_t op_handlers[24], *ophp = op_handlers;
+vnet_crypto_engine_op_handlers_t op_handlers[64], *ophp = op_handlers;
static void
crypto_native_key_handler (vnet_crypto_key_op_t kop,