From 3cb7fdea950dd2d0377f0d9ad8a88fcb7c48b842 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 14 Jul 2021 11:27:03 +1200 Subject: Initial mirror commit --- Common/Sources | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Common/Sources (limited to 'Common/Sources') diff --git a/Common/Sources b/Common/Sources new file mode 100644 index 0000000..98dbb93 --- /dev/null +++ b/Common/Sources @@ -0,0 +1,17 @@ +TARGETNAME=Common +TARGETTYPE=DRIVER_LIBRARY + +INCLUDES = ..;../Crypto + +SOURCES = \ + Cache.c \ + Crc.c \ + Crypto.c \ + EncryptionThreadPool.c \ + Endian.c \ + GfMul.c \ + Pkcs5.c \ + Volumes.c \ + Xts.c \ + Tests.c \ + Wipe.c -- cgit