From 060bfb987a277624e5644de2fcbee1196c2c76e8 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 29 Mar 2019 13:47:54 +0100 Subject: crypto: add support for AEAD and AES-GCM Change-Id: Iff6f81a49b9cff5522fbb4914d47472423eac5db Signed-off-by: Damjan Marion --- src/plugins/unittest/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/unittest/CMakeLists.txt') diff --git a/src/plugins/unittest/CMakeLists.txt b/src/plugins/unittest/CMakeLists.txt index 5c8825f4f3f..55766176fff 100644 --- a/src/plugins/unittest/CMakeLists.txt +++ b/src/plugins/unittest/CMakeLists.txt @@ -17,6 +17,7 @@ add_vpp_plugin(unittest bihash_test.c crypto_test.c crypto/aes_cbc.c + crypto/aes_gcm.c crypto/rfc2202_hmac_sha1.c crypto/rfc2202_hmac_md5.c crypto/rfc4231.c -- cgit 1.2.3-korg