sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
* Cryptographic algorithms - en/decryption, signing, verification, hashing
|
sl@0
|
16 |
*
|
sl@0
|
17 |
*/
|
sl@0
|
18 |
|
sl@0
|
19 |
|
sl@0
|
20 |
/**
|
sl@0
|
21 |
@file
|
sl@0
|
22 |
*/
|
sl@0
|
23 |
|
sl@0
|
24 |
#include "../test/kms/bld.inf"
|
sl@0
|
25 |
|
sl@0
|
26 |
PRJ_PLATFORMS
|
sl@0
|
27 |
default
|
sl@0
|
28 |
|
sl@0
|
29 |
PRJ_EXPORTS
|
sl@0
|
30 |
./plug-ins.txt z:/resource/cryptospi/plug-ins.txt
|
sl@0
|
31 |
./h4-plug-ins.txt z:/resource/cryptospi/h4-plug-ins.txt
|
sl@0
|
32 |
|
sl@0
|
33 |
// Hashes and random are not export controlled; export these
|
sl@0
|
34 |
../inc/spi/cryptospidef.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/cryptospidef.h)
|
sl@0
|
35 |
../inc/spi/cryptorandomapi.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/cryptorandomapi.h)
|
sl@0
|
36 |
../inc/spi/cryptohashapi.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/cryptohashapi.h)
|
sl@0
|
37 |
../inc/spi/pluginentrydef.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/pluginentrydef.h)
|
sl@0
|
38 |
../inc/spi/hashplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/hashplugin.h)
|
sl@0
|
39 |
../inc/spi/randomplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/randomplugin.h)
|
sl@0
|
40 |
../inc/spi/cryptoparams.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/cryptoparams.h)
|
sl@0
|
41 |
../inc/spi/cryptobaseapi.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/cryptobaseapi.h)
|
sl@0
|
42 |
../inc/spi/cryptoplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/cryptoplugin.h)
|
sl@0
|
43 |
../inc/spi/plugincharacteristics.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/plugincharacteristics.h)
|
sl@0
|
44 |
../inc/spi/ruleselector.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/ruleselector.h)
|
sl@0
|
45 |
../inc/spi/pluginselectorbase.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/pluginselectorbase.h)
|
sl@0
|
46 |
../inc/spi/romlit.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/romlit.h)
|
sl@0
|
47 |
../inc/spi/extendedcharacteristics.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/extendedcharacteristics.h)
|
sl@0
|
48 |
../inc/spi/cryptocharacteristics.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/cryptocharacteristics.h)
|
sl@0
|
49 |
../inc/spi/cryptospistateapi.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/cryptospistateapi.h)
|
sl@0
|
50 |
|
sl@0
|
51 |
#ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
|
sl@0
|
52 |
../inc/spi/cryptomacapi.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/cryptomacapi.h)
|
sl@0
|
53 |
../inc/spi/macplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/macplugin.h)
|
sl@0
|
54 |
#endif
|
sl@0
|
55 |
|
sl@0
|
56 |
|
sl@0
|
57 |
// Now, the export control measures do not apply for the below set of headers. Hence, they can be exported.
|
sl@0
|
58 |
../inc/spi/asymmetriccipherplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/asymmetriccipherplugin.h)
|
sl@0
|
59 |
../inc/spi/cryptosymmetriccipherapi.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/cryptosymmetriccipherapi.h)
|
sl@0
|
60 |
../inc/spi/cryptoasymmetriccipherapi.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/cryptoasymmetriccipherapi.h)
|
sl@0
|
61 |
../inc/spi/cryptosignatureapi.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/cryptosignatureapi.h)
|
sl@0
|
62 |
../inc/spi/cryptokeypairgeneratorapi.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/cryptokeypairgeneratorapi.h)
|
sl@0
|
63 |
../inc/spi/keys.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/keys.h)
|
sl@0
|
64 |
../inc/spi/keypair.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/keypair.h)
|
sl@0
|
65 |
../inc/spi/keypairgeneratorplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/keypairgeneratorplugin.h)
|
sl@0
|
66 |
../inc/spi/signerplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/signerplugin.h)
|
sl@0
|
67 |
../inc/spi/symmetriccipherplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/symmetriccipherplugin.h)
|
sl@0
|
68 |
../inc/spi/verifierplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/verifierplugin.h)
|
sl@0
|
69 |
../inc/spi/cryptokeyagreementapi.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/cryptokeyagreementapi.h)
|
sl@0
|
70 |
../inc/spi/keyagreementplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cryptospi/keyagreementplugin.h)
|
sl@0
|
71 |
|
sl@0
|
72 |
|
sl@0
|
73 |
// Cryptospi error codes.
|
sl@0
|
74 |
../inc/spi/cryptospi_errs.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptospi/cryptospi_errs.h)
|
sl@0
|
75 |
|
sl@0
|
76 |
|
sl@0
|
77 |
../inc/cryptopanic.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cryptopanic.h)
|
sl@0
|
78 |
../inc/hash.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(hash.h)
|
sl@0
|
79 |
../inc/random.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(random.h)
|
sl@0
|
80 |
../inc/keyidentifierutil.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(keyidentifierutil.h)
|
sl@0
|
81 |
../inc/pkcs5kdf.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(pkcs5kdf.h)
|
sl@0
|
82 |
../inc/pkcs12kdf.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(pkcs12kdf.h)
|
sl@0
|
83 |
|
sl@0
|
84 |
../inc/crypto.iby /epoc32/rom/include/crypto.iby
|
sl@0
|
85 |
../inc/hash.iby /epoc32/rom/include/hash.iby
|
sl@0
|
86 |
../inc/random.iby /epoc32/rom/include/random.iby
|
sl@0
|
87 |
../inc/pbe.iby /epoc32/rom/include/pbe.iby
|
sl@0
|
88 |
|
sl@0
|
89 |
|
sl@0
|
90 |
|
sl@0
|
91 |
#ifndef TOOLS // Don't build anything for tools
|
sl@0
|
92 |
#ifndef TOOLS2 // Don't build anything for tools2
|
sl@0
|
93 |
|
sl@0
|
94 |
// For EKA1 arm builds, things that use long long support don't get built for thumb
|
sl@0
|
95 |
|
sl@0
|
96 |
PRJ_MMPFILES
|
sl@0
|
97 |
|
sl@0
|
98 |
cryptospi.mmp
|
sl@0
|
99 |
cryptolib.mmp
|
sl@0
|
100 |
#ifndef MARM_THUMB
|
sl@0
|
101 |
crypto.mmp BUILD_AS_ARM // Don't build for thumb
|
sl@0
|
102 |
#endif
|
sl@0
|
103 |
hash.mmp
|
sl@0
|
104 |
random.mmp
|
sl@0
|
105 |
pbe.mmp
|
sl@0
|
106 |
cryptospisetup.mmp
|
sl@0
|
107 |
|
sl@0
|
108 |
#ifdef WINS
|
sl@0
|
109 |
cryptoswitch.mmp
|
sl@0
|
110 |
#endif
|
sl@0
|
111 |
|
sl@0
|
112 |
PRJ_TESTMMPFILES
|
sl@0
|
113 |
tasymmetric.mmp
|
sl@0
|
114 |
#ifndef MARM_THUMB
|
sl@0
|
115 |
tbigint.mmp BUILD_AS_ARM // Don't build for thumb
|
sl@0
|
116 |
#endif
|
sl@0
|
117 |
tcryptospi.mmp
|
sl@0
|
118 |
dumpcryptoplugin.mmp
|
sl@0
|
119 |
tpkcs5kdf.mmp
|
sl@0
|
120 |
tpbe.mmp
|
sl@0
|
121 |
tsymmetric.mmp
|
sl@0
|
122 |
thash.mmp
|
sl@0
|
123 |
trandom.mmp
|
sl@0
|
124 |
tpaddingServer.mmp
|
sl@0
|
125 |
|
sl@0
|
126 |
#endif // TOOLS2
|
sl@0
|
127 |
#endif //TOOLS
|
sl@0
|
128 |
|
sl@0
|
129 |
|
sl@0
|
130 |
PRJ_TESTEXPORTS
|
sl@0
|
131 |
|
sl@0
|
132 |
// bigint
|
sl@0
|
133 |
../test/tbigint/scripts/tbasicmathstests.script /epoc32/winscw/c/tbigint/tbasicmathstests.script
|
sl@0
|
134 |
../test/tbigint/scripts/tbasicmathstests.ini /epoc32/winscw/c/tbigint/tbasicmathstests.ini
|
sl@0
|
135 |
|
sl@0
|
136 |
../test/tbigint/scripts/tconstructiontests.script /epoc32/winscw/c/tbigint/tconstructiontests.script
|
sl@0
|
137 |
../test/tbigint/scripts/tconstructiontests.ini /epoc32/winscw/c/tbigint/tconstructiontests.ini
|
sl@0
|
138 |
|
sl@0
|
139 |
../test/tbigint/scripts/tprimegen.script /epoc32/winscw/c/tbigint/tprimegen.script
|
sl@0
|
140 |
../test/tbigint/scripts/tprimegen.ini /epoc32/winscw/c/tbigint/tprimegen.ini
|
sl@0
|
141 |
|
sl@0
|
142 |
../test/tbigint/scripts/tmontgomerytests.script /epoc32/winscw/c/tbigint/tmontgomerytests.script
|
sl@0
|
143 |
../test/tbigint/scripts/tmontgomerytests.ini /epoc32/winscw/c/tbigint/tmontgomerytests.ini
|
sl@0
|
144 |
|
sl@0
|
145 |
../test/tbigint/scripts/tprimetests.script /epoc32/winscw/c/tbigint/tprimetests.script
|
sl@0
|
146 |
../test/tbigint/scripts/tprimetests.ini /epoc32/winscw/c/tbigint/tprimetests.ini
|
sl@0
|
147 |
|
sl@0
|
148 |
../test/tbigint/scripts/tprimetests2.script /epoc32/winscw/c/tbigint/tprimetests2.script
|
sl@0
|
149 |
../test/tbigint/scripts/tprimetests2.ini /epoc32/winscw/c/tbigint/tprimetests2.ini
|
sl@0
|
150 |
|
sl@0
|
151 |
../test/tbigint/scripts/tprimefailuretests.script /epoc32/winscw/c/tbigint/tprimefailuretests.script
|
sl@0
|
152 |
../test/tbigint/scripts/tprimefailuretests.ini /epoc32/winscw/c/tbigint/tprimefailuretests.ini
|
sl@0
|
153 |
|
sl@0
|
154 |
../test/tbigint/scripts/tperformancetests.txt /epoc32/winscw/c/tbigint/tperformancetests.txt
|
sl@0
|
155 |
|
sl@0
|
156 |
|
sl@0
|
157 |
../test/tpkcs5kdf/scripts/tpkcs12kdftests.script /epoc32/winscw/c/tpkcs5kdf/tpkcs12kdftests.script
|
sl@0
|
158 |
../test/tpkcs5kdf/scripts/tpkcs12kdftests.ini /epoc32/winscw/c/tpkcs5kdf/tpkcs12kdftests.ini
|
sl@0
|
159 |
|
sl@0
|
160 |
|
sl@0
|
161 |
// pbe
|
sl@0
|
162 |
../test/tpbe/scripts/tpbetests_v2.script /epoc32/winscw/c/tpbe/tpbetests_v2.script
|
sl@0
|
163 |
../test/tpbe/scripts/tpbetests_v2.ini /epoc32/winscw/c/tpbe/tpbetests_v2.ini
|
sl@0
|
164 |
|
sl@0
|
165 |
../test/tpbe/Data/strong.dat /epoc32/winscw/c/tpbe/strong.dat
|
sl@0
|
166 |
../test/tpbe/Data/weak.dat /epoc32/winscw/c/tpbe/weak.dat
|
sl@0
|
167 |
../test/tpbe/Data/pkcs5-orig.dat /epoc32/winscw/c/tpbe/pkcs5-orig.dat
|
sl@0
|
168 |
../test/tpbe/Data/pkcs12-first.dat /epoc32/winscw/c/tpbe/pkcs12-first.dat
|
sl@0
|
169 |
|
sl@0
|
170 |
// Asymmetric
|
sl@0
|
171 |
../test/tasymmetric/scripts/tasymmetrictests.script /epoc32/winscw/c/tasymmetric/tasymmetrictests.script
|
sl@0
|
172 |
../test/tasymmetric/scripts/tasymmetrictests.ini /epoc32/winscw/c/tasymmetric/tasymmetrictests.ini
|
sl@0
|
173 |
|
sl@0
|
174 |
../test/tasymmetric/scripts/asymmetricPerformance.txt /epoc32/winscw/c/tasymmetric/asymmetricperformance.txt
|
sl@0
|
175 |
|
sl@0
|
176 |
// Symmetric
|
sl@0
|
177 |
../test/tsymmetric/scripts/tsymmetrictests.script /epoc32/winscw/c/tsymmetric/tsymmetrictests.script
|
sl@0
|
178 |
../test/tsymmetric/scripts/tsymmetrictests.ini /epoc32/winscw/c/tsymmetric/tsymmetrictests.ini
|
sl@0
|
179 |
|
sl@0
|
180 |
../test/tsymmetric/scripts/tsymmetricperformancetests.txt /epoc32/winscw/c/tsymmetric/tsymmetricperformancetests.txt
|
sl@0
|
181 |
|
sl@0
|
182 |
../test/tsymmetric/scripts/symmetricOOMtests.script /epoc32/winscw/c/tsymmetric/symmetricoomtests.script
|
sl@0
|
183 |
../test/tsymmetric/scripts/symmetricOOMtests.ini /epoc32/winscw/c/tsymmetric/symmetricoomtests.ini
|
sl@0
|
184 |
|
sl@0
|
185 |
../test/tsymmetric/scripts/AESECBVectorsScript.script /epoc32/winscw/c/tsymmetric/aesecbvectorsscript.script
|
sl@0
|
186 |
../test/tsymmetric/scripts/AESECBVectorsScript.ini /epoc32/winscw/c/tsymmetric/aesecbvectorsscript.ini
|
sl@0
|
187 |
|
sl@0
|
188 |
../test/tsymmetric/scripts/AESECB_KAT_VT.script /epoc32/winscw/c/tsymmetric/aesecb_kat_vt.script
|
sl@0
|
189 |
../test/tsymmetric/scripts/AESECB_KAT_VT.ini /epoc32/winscw/c/tsymmetric/aesecb_kat_vt.ini
|
sl@0
|
190 |
|
sl@0
|
191 |
../test/tsymmetric/scripts/AESECB_KAT_VK.ini /epoc32/winscw/c/tsymmetric/aesecb_kat_vk.ini
|
sl@0
|
192 |
../test/tsymmetric/scripts/AESECB_KAT_VK.script /epoc32/winscw/c/tsymmetric/aesecb_kat_vk.script
|
sl@0
|
193 |
|
sl@0
|
194 |
../test/tsymmetric/scripts/AESMonteCarloEncryptECB128.script /epoc32/winscw/c/tsymmetric/aesmontecarloencryptecb128.script
|
sl@0
|
195 |
../test/tsymmetric/scripts/AESMonteCarloEncryptECB128.ini /epoc32/winscw/c/tsymmetric/aesmontecarloencryptecb128.ini
|
sl@0
|
196 |
../test/tsymmetric/scripts/AESMonteCarloEncryptECB192.script /epoc32/winscw/c/tsymmetric/aesmontecarloencryptecb192.script
|
sl@0
|
197 |
../test/tsymmetric/scripts/AESMonteCarloEncryptECB192.ini /epoc32/winscw/c/tsymmetric/aesmontecarloencryptecb192.ini
|
sl@0
|
198 |
../test/tsymmetric/scripts/AESMonteCarloEncryptECB256.script /epoc32/winscw/c/tsymmetric/aesmontecarloencryptecb256.script
|
sl@0
|
199 |
../test/tsymmetric/scripts/AESMonteCarloEncryptECB256.ini /epoc32/winscw/c/tsymmetric/aesmontecarloencryptecb256.ini
|
sl@0
|
200 |
|
sl@0
|
201 |
|
sl@0
|
202 |
../test/tsymmetric/scripts/AESMonteCarloDecryptECB128.script /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptecb128.script
|
sl@0
|
203 |
../test/tsymmetric/scripts/AESMonteCarloDecryptECB128.ini /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptecb128.ini
|
sl@0
|
204 |
../test/tsymmetric/scripts/AESMonteCarloDecryptECB192.script /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptecb192.script
|
sl@0
|
205 |
../test/tsymmetric/scripts/AESMonteCarloDecryptECB192.ini /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptecb192.ini
|
sl@0
|
206 |
../test/tsymmetric/scripts/AESMonteCarloDecryptECB256.script /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptecb256.script
|
sl@0
|
207 |
../test/tsymmetric/scripts/AESMonteCarloDecryptECB256.ini /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptecb256.ini
|
sl@0
|
208 |
|
sl@0
|
209 |
../test/tsymmetric/scripts/AESMonteCarloEncryptCBC128.script /epoc32/winscw/c/tsymmetric/aesmontecarloencryptcbc128.script
|
sl@0
|
210 |
../test/tsymmetric/scripts/AESMonteCarloEncryptCBC128.ini /epoc32/winscw/c/tsymmetric/aesmontecarloencryptcbc128.ini
|
sl@0
|
211 |
../test/tsymmetric/scripts/aesmontecarloencryptcbc192A.script /epoc32/winscw/c/tsymmetric/aesmontecarloencryptcbc192a.script
|
sl@0
|
212 |
../test/tsymmetric/scripts/aesmontecarloencryptcbc192B.script /epoc32/winscw/c/tsymmetric/aesmontecarloencryptcbc192b.script
|
sl@0
|
213 |
../test/tsymmetric/scripts/AESMonteCarloEncryptCBC192.ini /epoc32/winscw/c/tsymmetric/aesmontecarloencryptcbc192.ini
|
sl@0
|
214 |
../test/tsymmetric/scripts/AESMonteCarloEncryptCBC256.script /epoc32/winscw/c/tsymmetric/aesmontecarloencryptcbc256.script
|
sl@0
|
215 |
../test/tsymmetric/scripts/AESMonteCarloEncryptCBC256.ini /epoc32/winscw/c/tsymmetric/aesmontecarloencryptcbc256.ini
|
sl@0
|
216 |
|
sl@0
|
217 |
|
sl@0
|
218 |
../test/tsymmetric/scripts/AESMonteCarloDecryptCBC128.script /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptcbc128.script
|
sl@0
|
219 |
../test/tsymmetric/scripts/AESMonteCarloDecryptCBC128.ini /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptcbc128.ini
|
sl@0
|
220 |
../test/tsymmetric/scripts/AESMonteCarloDecryptCBC192.script /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptcbc192.script
|
sl@0
|
221 |
../test/tsymmetric/scripts/AESMonteCarloDecryptCBC192.ini /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptcbc192.ini
|
sl@0
|
222 |
../test/tsymmetric/scripts/AESMonteCarloDecryptCBC256.script /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptcbc256.script
|
sl@0
|
223 |
../test/tsymmetric/scripts/AESMonteCarloDecryptCBC256.ini /epoc32/winscw/c/tsymmetric/aesmontecarlodecryptcbc256.ini
|
sl@0
|
224 |
|
sl@0
|
225 |
// Hash
|
sl@0
|
226 |
../test/thash/testdata/hmacmd2.dat /epoc32/winscw/c/thash/hmacmd2.dat
|
sl@0
|
227 |
../test/thash/testdata/hmacmd5.dat /epoc32/winscw/c/thash/hmacmd5.dat
|
sl@0
|
228 |
../test/thash/testdata/hmacmd4.dat /epoc32/winscw/c/thash/hmacmd4.dat
|
sl@0
|
229 |
../test/thash/testdata/hmacsha1.dat /epoc32/winscw/c/thash/hmacsha1.dat
|
sl@0
|
230 |
../test/thash/testdata/hmacsha224.dat /epoc32/winscw/c/thash/hmacsha224.dat
|
sl@0
|
231 |
../test/thash/testdata/hmacsha256.dat /epoc32/winscw/c/thash/hmacsha256.dat
|
sl@0
|
232 |
../test/thash/testdata/hmacsha384.dat /epoc32/winscw/c/thash/hmacsha384.dat
|
sl@0
|
233 |
../test/thash/testdata/hmacsha512.dat /epoc32/winscw/c/thash/hmacsha512.dat
|
sl@0
|
234 |
../test/thash/testdata/md2.dat /epoc32/winscw/c/thash/md2.dat
|
sl@0
|
235 |
../test/thash/testdata/md5.dat /epoc32/winscw/c/thash/md5.dat
|
sl@0
|
236 |
../test/thash/testdata/sha1.dat /epoc32/winscw/c/thash/sha1.dat
|
sl@0
|
237 |
../test/thash/testdata/md4.dat /epoc32/winscw/c/thash/md4.dat
|
sl@0
|
238 |
../test/thash/testdata/md4_largedata1.txt /epoc32/winscw/c/thash/md4_largedata1.txt
|
sl@0
|
239 |
../test/thash/testdata/md4_largedata2.txt /epoc32/winscw/c/thash/md4_largedata2.txt
|
sl@0
|
240 |
../test/thash/testdata/md4_largedata3.txt /epoc32/winscw/c/thash/md4_largedata3.txt
|
sl@0
|
241 |
../test/thash/testdata/448bit_data.txt /epoc32/winscw/c/thash/448bit_data.txt
|
sl@0
|
242 |
../test/thash/testdata/512bit_data.txt /epoc32/winscw/c/thash/512bit_data.txt
|
sl@0
|
243 |
../test/thash/testdata/512bitdata_largerkey.txt /epoc32/winscw/c/thash/512bitdata_largerkey.txt
|
sl@0
|
244 |
../test/thash/testdata/largerthanblocksizedata_key.txt /epoc32/winscw/c/thash/largerthanblocksizedata_key.txt
|
sl@0
|
245 |
../test/thash/testdata/sha224.dat /epoc32/winscw/c/thash/sha224.dat
|
sl@0
|
246 |
../test/thash/testdata/sha256.dat /epoc32/winscw/c/thash/sha256.dat
|
sl@0
|
247 |
../test/thash/testdata/sha384.dat /epoc32/winscw/c/thash/sha384.dat
|
sl@0
|
248 |
../test/thash/testdata/sha512.dat /epoc32/winscw/c/thash/sha512.dat
|
sl@0
|
249 |
|
sl@0
|
250 |
|
sl@0
|
251 |
// Padding
|
sl@0
|
252 |
../test/tpadding/scripts/tpadSSLv3.ini /epoc32/winscw/c/tpadding/tpadsslv3.ini
|
sl@0
|
253 |
../test/tpadding/scripts/tpadpkcs7.ini /epoc32/winscw/c/tpadding/tpadpkcs7.ini
|
sl@0
|
254 |
../test/tpadding/scripts/tpaddingnone.ini /epoc32/winscw/c/tpadding/tpaddingnone.ini
|
sl@0
|
255 |
../test/tpadding/scripts/tpadding.script /epoc32/winscw/c/tpadding/tpadding.script
|
sl@0
|
256 |
../test/tpadding/scripts/tpaddingudeb.script /epoc32/winscw/c/tpadding/tpaddingudeb.script
|
sl@0
|
257 |
|
sl@0
|
258 |
#include "../test/tcryptospi/group/bld.inf"
|
sl@0
|
259 |
|
sl@0
|
260 |
// ROMKIT includes
|
sl@0
|
261 |
../inc/cryptotests.iby /epoc32/rom/include/cryptotests.iby
|
sl@0
|
262 |
../inc/hashtests.iby /epoc32/rom/include/hashtests.iby
|
sl@0
|
263 |
../inc/pbetests.iby /epoc32/rom/include/pbetests.iby
|
sl@0
|
264 |
../inc/randomtests.iby /epoc32/rom/include/randomtests.iby
|
sl@0
|
265 |
../inc/pkcs5kdftests.iby /epoc32/rom/include/pkcs5kdftests.iby
|
sl@0
|
266 |
../inc/paddingtests.iby /epoc32/rom/include/paddingtests.iby
|
sl@0
|
267 |
../inc/tcryptospi.iby /epoc32/rom/include/tcryptospi.iby
|
sl@0
|
268 |
|
sl@0
|
269 |
#ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
|
sl@0
|
270 |
#include "../examples/bld.inf"
|
sl@0
|
271 |
#endif
|
sl@0
|
272 |
|