]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/testclient/csptests.h
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / testclient / csptests.h
diff --git a/SecurityTests/testclient/csptests.h b/SecurityTests/testclient/csptests.h
new file mode 100644 (file)
index 0000000..51f1b56
--- /dev/null
@@ -0,0 +1,9 @@
+#include <security_cdsa_utilities/cssmdata.h>
+
+#define CSPGUID "{0000fade-000b-0001-0102030405060708}"
+
+extern void csptests();
+extern void testmac();
+extern void testwrap();
+
+extern void dump(const CssmData &data);