crypto: implement rfc4231 test cases
[vpp.git] / src / plugins / unittest / crypto / crypto.h
index fe6e7f2..1945c69 100644 (file)
@@ -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;