]> git.saurik.com Git - apple/security.git/blob - SecurityTests/testclient/csptests.h
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / testclient / csptests.h
1 #include <security_cdsa_utilities/cssmdata.h>
2
3 #define CSPGUID "{0000fade-000b-0001-0102030405060708}"
4
5 extern void csptests();
6 extern void testmac();
7 extern void testwrap();
8
9 extern void dump(const CssmData &data);