crypto/weakcrypto/group/crypto.mmh
changeset 72 de46a57f75fb
equal deleted inserted replaced
65:970c0057d9bc 72:de46a57f75fb
       
     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			cbcmode.cpp
       
    31 SOURCE			bufferedtransformation.cpp mstreamcipher.cpp
       
    32 
       
    33 SOURCEPATH		../source/common
       
    34 SOURCE			cryptostrength.cpp keyidentifierutil.cpp
       
    35 
       
    36 SOURCEPATH		../source/padding
       
    37 SOURCE			padding.cpp pkcs7.cpp
       
    38 
       
    39 SOURCEPATH 		../source/asymmetric
       
    40 SOURCE			rsakeys.cpp rsaencryptor.cpp rsadecryptor.cpp asymmetric.cpp
       
    41 SOURCE			rsafunction.cpp rsasigner.cpp rsaverifier.cpp
       
    42 SOURCE			dsasigner.cpp dsaverifier.cpp dsakeys.cpp
       
    43 SOURCE			dhkeys.cpp dh.cpp
       
    44 
       
    45 SOURCEPATH		../source/bigint
       
    46 SOURCE			windowslider.cpp algorithms.cpp bigint.cpp mont.cpp rinteger.cpp
       
    47 SOURCE			primes.cpp
       
    48 
       
    49 USERINCLUDE 	../inc
       
    50 OS_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY			euser.lib random.lib hash.lib
       
    53