|
1 /* |
|
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * Used by crypto.mmp and strong_crypto.mmp |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 CAPABILITY All |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008d 0x101FD20B |
|
23 |
|
24 DEFFILE cryptography_eka2.def |
|
25 |
|
26 NOEXPORTLIBRARY |
|
27 |
|
28 SOURCEPATH ../source/symmetric |
|
29 SOURCE des.cpp 3des.cpp rijndael.cpp rc2.cpp arc4.cpp nullcipher.cpp |
|
30 SOURCE 3desshim.cpp desshim.cpp rc2shim.cpp rijndaelshim.cpp |
|
31 SOURCE cbcmode.cpp |
|
32 SOURCE cbcmodeshim.cpp |
|
33 SOURCE blocktransformation.cpp bufferedtransformation.cpp mstreamcipher.cpp |
|
34 SOURCE bufferedtransformationshim.cpp |
|
35 SOURCE arc4shim.cpp |
|
36 |
|
37 SOURCEPATH ../source/common |
|
38 SOURCE cryptostrength.cpp keyidentifierutil.cpp keyconverter.cpp |
|
39 |
|
40 SOURCEPATH ../source/padding |
|
41 SOURCE padding.cpp pkcs7.cpp |
|
42 SOURCE paddingshim.cpp |
|
43 |
|
44 SOURCEPATH ../source/asymmetric |
|
45 SOURCE rsakeys.cpp rsaencryptor.cpp rsadecryptor.cpp asymmetric.cpp |
|
46 SOURCE rsasigner.cpp rsaverifier.cpp |
|
47 SOURCE rsashim.cpp rsakeypairshim.cpp |
|
48 SOURCE dsasigner.cpp dsaverifier.cpp dsakeys.cpp |
|
49 SOURCE dsashim.cpp dsakeypairshim.cpp |
|
50 SOURCE dhkeys.cpp dh.cpp dhkeypairshim.cpp |
|
51 |
|
52 SOURCEPATH ../source/bigint |
|
53 SOURCE windowslider.cpp algorithms.cpp bigint.cpp mont.cpp rinteger.cpp |
|
54 SOURCE primes.cpp |
|
55 |
|
56 USERINCLUDE ../inc ../inc/spi |
|
57 OS_LAYER_SYSTEMINCLUDE |
|
58 |
|
59 LIBRARY euser.lib random.lib hash.lib cryptospi.lib |
|
60 |