From 063dfa1587a58319fac139eab5e655ad1c555e33 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Wed, 20 Mar 2019 02:43:20 -0700 Subject: crypto: implement rfc4231 test cases Change-Id: I540241672a20f687d20bb70adbf2b33200f34167 Signed-off-by: Filip Tehlar --- src/plugins/unittest/crypto/crypto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/unittest/crypto/crypto.h') diff --git a/src/plugins/unittest/crypto/crypto.h b/src/plugins/unittest/crypto/crypto.h index fe6e7f2831c..1945c69fd4c 100644 --- a/src/plugins/unittest/crypto/crypto.h +++ b/src/plugins/unittest/crypto/crypto.h @@ -29,6 +29,7 @@ typedef struct unittest_crypto_test_registration vnet_crypto_alg_t alg:8; vnet_crypto_op_type_t op:8; unittest_crypto_test_data_t iv, key, data, expected; + u8 hmac_trunc_len; /* next */ struct unittest_crypto_test_registration *next; -- cgit 1.2.3-korg