]> git.saurik.com Git - apple/security.git/blob - OSX/libsecurity_cryptkit/lib/Crypt.h
Security-57740.51.3.tar.gz
[apple/security.git] / OSX / libsecurity_cryptkit / lib / Crypt.h
1 /* Copyright (c) 1998,2011,2014 Apple Inc. All Rights Reserved.
2 *
3 * NOTICE: USE OF THE MATERIALS ACCOMPANYING THIS NOTICE IS SUBJECT
4 * TO THE TERMS OF THE SIGNED "FAST ELLIPTIC ENCRYPTION (FEE) REFERENCE
5 * SOURCE CODE EVALUATION AGREEMENT" BETWEEN APPLE, INC. AND THE
6 * ORIGINAL LICENSEE THAT OBTAINED THESE MATERIALS FROM APPLE,
7 * INC. ANY USE OF THESE MATERIALS NOT PERMITTED BY SUCH AGREEMENT WILL
8 * EXPOSE YOU TO LIABILITY.
9 ***************************************************************************
10 *
11 * Crypt.h - top-level header for FEE library.
12 *
13 * Revision History
14 * ----------------
15 * 8/24/98 ap
16 * Added tags around #endif comment.
17 * 28 May 1996 at Apple
18 * Added falloc.h, newly exported API.
19 * 27 Aug 1996 at NeXT
20 * Created.
21 */
22
23 #ifndef _CK_CRYPT_H_
24 #define _CK_CRYPT_H_
25
26 #ifdef macintosh
27
28 #include <feePublicKey.h>
29 #include <feeDES.h>
30 #include <feeDigitalSignature.h>
31 #include <feeECDSA.h>
32 #include <feeHash.h>
33 #include <ckSHA1.h>
34 #include <feeRandom.h>
35 #include <feeTypes.h>
36 #include <feeFunctions.h>
37 #include <feeFEED.h>
38 #include <feeFEEDExp.h>
39 #include <enc64.h>
40 #include <falloc.h>
41
42 #else
43
44 #include <security_cryptkit/feePublicKey.h>
45 #include <security_cryptkit/feeDES.h>
46 #include <security_cryptkit/feeDigitalSignature.h>
47 #include <security_cryptkit/feeECDSA.h>
48 #include <security_cryptkit/feeHash.h>
49 #include <security_cryptkit/ckSHA1.h>
50 #include <security_cryptkit/feeRandom.h>
51 #include <security_cryptkit/feeTypes.h>
52 #include <security_cryptkit/feeFunctions.h>
53 #include <security_cryptkit/feeFEED.h>
54 #include <security_cryptkit/feeFEEDExp.h>
55 #include <security_cryptkit/enc64.h>
56 #include <security_cryptkit/falloc.h>
57
58 #endif
59
60 #endif /* _CK_CRYPT_H_ */