From 593630d33a6d4651eaaa0eb9074994557c3b3a2a Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 16 Jan 2025 16:03:29 +0000 Subject: crypto-native: add fixed tag and aad size ops Type: improvement Change-Id: I6bbb48c999859899e2f82c65cbfd015dc1ad584c Signed-off-by: Damjan Marion --- src/crypto_engines/native/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto_engines/native/main.c') 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 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, -- cgit