diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2019-03-20 02:43:20 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-03-22 17:32:25 +0000 |
commit | 063dfa1587a58319fac139eab5e655ad1c555e33 (patch) | |
tree | 53c704e5e382842dcc037025b6814ba084c0c831 /src/plugins/unittest/crypto/crypto.h | |
parent | 831d23866ab1010a7d7343aa1df024c8b65790b9 (diff) |
crypto: implement rfc4231 test cases
Change-Id: I540241672a20f687d20bb70adbf2b33200f34167
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'src/plugins/unittest/crypto/crypto.h')
-rw-r--r-- | src/plugins/unittest/crypto/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |