s4:torture: Adapt KDC canon test to Heimdal upstream changes
[samba.git] / source4 / heimdal / lib / hcrypto / evp-pkcs11.h
1 /*
2  * Copyright (c) 2015, Secure Endpoints Inc.
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  *
9  * - Redistributions of source code must retain the above copyright
10  *   notice, this list of conditions and the following disclaimer.
11  *
12  * - Redistributions in binary form must reproduce the above copyright
13  *   notice, this list of conditions and the following disclaimer in
14  *   the documentation and/or other materials provided with the
15  *   distribution.
16  *
17  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
20  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
21  * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
22  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
28  * OF THE POSSIBILITY OF SUCH DAMAGE.
29  */
30
31 /* $Id$ */
32
33 #ifndef HEIM_EVP_PKCS11_H
34 #define HEIM_EVP_PKCS11_H 1
35
36 /* symbol renaming */
37
38 #define EVP_pkcs11_md2() hc_EVP_pkcs11_md2()
39 #define EVP_pkcs11_md4() hc_EVP_pkcs11_md4()
40 #define EVP_pkcs11_md5() hc_EVP_pkcs11_md5()
41 #define EVP_pkcs11_sha1() hc_EVP_pkcs11_sha1()
42 #define EVP_pkcs11_sha256() hc_EVP_pkcs11_sha256()
43 #define EVP_pkcs11_sha384() hc_EVP_pkcs11_sha384()
44 #define EVP_pkcs11_sha512() hc_EVP_pkcs11_sha512()
45 #define EVP_pkcs11_des_cbc() hc_EVP_pkcs11_des_cbc()
46 #define EVP_pkcs11_des_ede3_cbc() hc_EVP_pkcs11_des_ede3_cbc()
47 #define EVP_pkcs11_aes_128_cbc() hc_EVP_pkcs11_aes_128_cbc()
48 #define EVP_pkcs11_aes_192_cbc() hc_EVP_pkcs11_aes_192_cbc()
49 #define EVP_pkcs11_aes_256_cbc() hc_EVP_pkcs11_aes_256_cbc()
50 #define EVP_pkcs11_aes_128_cfb8() hc_EVP_pkcs11_aes_128_cfb8()
51 #define EVP_pkcs11_aes_192_cfb8() hc_EVP_pkcs11_aes_192_cfb8()
52 #define EVP_pkcs11_aes_256_cfb8() hc_EVP_pkcs11_aes_256_cfb8()
53 #define EVP_pkcs11_rc4() hc_EVP_pkcs11_rc4()
54 #define EVP_pkcs11_rc4_40() hc_EVP_pkcs11_rc4_40()
55 #define EVP_pkcs11_rc2_40_cbc() hc_EVP_pkcs11_rc2_40_cbc()
56 #define EVP_pkcs11_rc2_64_cbc() hc_EVP_pkcs11_rc2_64_cbc()
57 #define EVP_pkcs11_rc2_cbc() hc_EVP_pkcs11_rc2_cbc()
58 #define EVP_pkcs11_camellia_128_cbc() hc_EVP_pkcs11_camellia_128_cbc()
59 #define EVP_pkcs11_camellia_192_cbc() hc_EVP_pkcs11_camellia_192_cbc()
60 #define EVP_pkcs11_camellia_256_cbc() hc_EVP_pkcs11_camellia_256_cbc()
61
62 #define EVP_pkcs11_hcrypto_md2() hc_EVP_pkcs11_hcrypto_md2()
63 #define EVP_pkcs11_hcrypto_md4() hc_EVP_pkcs11_hcrypto_md4()
64 #define EVP_pkcs11_hcrypto_md5() hc_EVP_pkcs11_hcrypto_md5()
65 #define EVP_pkcs11_hcrypto_sha1() hc_EVP_pkcs11_hcrypto_sha1()
66 #define EVP_pkcs11_hcrypto_sha256() hc_EVP_pkcs11_hcrypto_sha256()
67 #define EVP_pkcs11_hcrypto_sha384() hc_EVP_pkcs11_hcrypto_sha384()
68 #define EVP_pkcs11_hcrypto_sha512() hc_EVP_pkcs11_hcrypto_sha512()
69 #define EVP_pkcs11_hcrypto_des_cbc() hc_EVP_pkcs11_hcrypto_des_cbc()
70 #define EVP_pkcs11_hcrypto_des_ede3_cbc() hc_EVP_pkcs11_hcrypto_des_ede3_cbc()
71 #define EVP_pkcs11_hcrypto_aes_128_cbc() hc_EVP_pkcs11_hcrypto_aes_128_cbc()
72 #define EVP_pkcs11_hcrypto_aes_192_cbc() hc_EVP_pkcs11_hcrypto_aes_192_cbc()
73 #define EVP_pkcs11_hcrypto_aes_256_cbc() hc_EVP_pkcs11_hcrypto_aes_256_cbc()
74 #define EVP_pkcs11_hcrypto_aes_128_cfb8() hc_EVP_pkcs11_hcrypto_aes_128_cfb8()
75 #define EVP_pkcs11_hcrypto_aes_192_cfb8() hc_EVP_pkcs11_hcrypto_aes_192_cfb8()
76 #define EVP_pkcs11_hcrypto_aes_256_cfb8() hc_EVP_pkcs11_hcrypto_aes_256_cfb8()
77 #define EVP_pkcs11_hcrypto_rc4() hc_EVP_pkcs11_hcrypto_rc4()
78 #define EVP_pkcs11_hcrypto_rc4_40() hc_EVP_pkcs11_hcrypto_rc4_40()
79 #define EVP_pkcs11_hcrypto_rc2_40_cbc() hc_EVP_pkcs11_hcrypto_rc2_40_cbc()
80 #define EVP_pkcs11_hcrypto_rc2_64_cbc() hc_EVP_pkcs11_hcrypto_rc2_64_cbc()
81 #define EVP_pkcs11_hcrypto_rc2_cbc() hc_EVP_pkcs11_hcrypto_rc2_cbc()
82 #define EVP_pkcs11_hcrypto_camellia_128_cbc() hc_EVP_pkcs11_hcrypto_camellia_128_cbc()
83 #define EVP_pkcs11_hcrypto_camellia_192_cbc() hc_EVP_pkcs11_hcrypto_camellia_192_cbc()
84 #define EVP_pkcs11_hcrypto_camellia_256_cbc() hc_EVP_pkcs11_hcrypto_camellia_256_cbc()
85
86 HC_CPP_BEGIN
87
88 /*
89  * Strict PKCS#11 implementations (these will return NULL if the underlying
90  * PKCS#11 implementation does not implement the cipher or hash).
91  */
92 const EVP_MD * hc_EVP_pkcs11_md2(void);
93 const EVP_MD * hc_EVP_pkcs11_md4(void);
94 const EVP_MD * hc_EVP_pkcs11_md5(void);
95 const EVP_MD * hc_EVP_pkcs11_sha1(void);
96 const EVP_MD * hc_EVP_pkcs11_sha256(void);
97 const EVP_MD * hc_EVP_pkcs11_sha384(void);
98 const EVP_MD * hc_EVP_pkcs11_sha512(void);
99
100 const EVP_CIPHER * hc_EVP_pkcs11_rc2_cbc(void);
101 const EVP_CIPHER * hc_EVP_pkcs11_rc2_40_cbc(void);
102 const EVP_CIPHER * hc_EVP_pkcs11_rc2_64_cbc(void);
103
104 const EVP_CIPHER * hc_EVP_pkcs11_rc4(void);
105 const EVP_CIPHER * hc_EVP_pkcs11_rc4_40(void);
106
107 const EVP_CIPHER * hc_EVP_pkcs11_des_cbc(void);
108 const EVP_CIPHER * hc_EVP_pkcs11_des_ede3_cbc(void);
109
110 const EVP_CIPHER * hc_EVP_pkcs11_aes_128_cbc(void);
111 const EVP_CIPHER * hc_EVP_pkcs11_aes_192_cbc(void);
112 const EVP_CIPHER * hc_EVP_pkcs11_aes_256_cbc(void);
113
114 const EVP_CIPHER * hc_EVP_pkcs11_aes_128_cfb8(void);
115 const EVP_CIPHER * hc_EVP_pkcs11_aes_192_cfb8(void);
116 const EVP_CIPHER * hc_EVP_pkcs11_aes_256_cfb8(void);
117
118 const EVP_CIPHER * hc_EVP_pkcs11_camellia_128_cbc(void);
119 const EVP_CIPHER * hc_EVP_pkcs11_camellia_192_cbc(void);
120 const EVP_CIPHER * hc_EVP_pkcs11_camellia_256_cbc(void);
121
122 /*
123  * PKCS#11 implementations with fallback to hcrypto.
124  */
125 const EVP_MD * hc_EVP_pkcs11_hcrypto_md2(void);
126 const EVP_MD * hc_EVP_pkcs11_hcrypto_md4(void);
127 const EVP_MD * hc_EVP_pkcs11_hcrypto_md5(void);
128 const EVP_MD * hc_EVP_pkcs11_hcrypto_sha1(void);
129 const EVP_MD * hc_EVP_pkcs11_hcrypto_sha256(void);
130 const EVP_MD * hc_EVP_pkcs11_hcrypto_sha384(void);
131 const EVP_MD * hc_EVP_pkcs11_hcrypto_sha512(void);
132
133 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_rc2_cbc(void);
134 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_rc2_40_cbc(void);
135 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_rc2_64_cbc(void);
136
137 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_rc4(void);
138 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_rc4_40(void);
139
140 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_des_cbc(void);
141 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_des_ede3_cbc(void);
142
143 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_aes_128_cbc(void);
144 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_aes_192_cbc(void);
145 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_aes_256_cbc(void);
146
147 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_aes_128_cfb8(void);
148 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_aes_192_cfb8(void);
149 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_aes_256_cfb8(void);
150
151 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_camellia_128_cbc(void);
152 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_camellia_192_cbc(void);
153 const EVP_CIPHER * hc_EVP_pkcs11_hcrypto_camellia_256_cbc(void);
154
155 HC_CPP_END
156
157 #endif /* HEIM_EVP_PKCS11_H */