sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * dummyecchwplugin.dll is a cryptospi plug-in which provides a dummy sl@0: * implementation of Ecc. This is used for reference and testing sl@0: * purposes only. This does not actually implement the ecc algorithm. sl@0: * This plug-in performs cryptographic operations without having access sl@0: * to the actual key. It accomplishes this in the following way:- sl@0: * a) extracts the key handle sl@0: * b) uses this handle to invoke cryptospihai.dll. cryptospihai.dll sl@0: * performs the operations and returns the output back. sl@0: * Licensees can use this plug-in as a reference for implementing a sl@0: * similar plug-in. sl@0: * sl@0: */ sl@0: sl@0: sl@0: TARGET dummyecchwplugin.dll sl@0: TARGETTYPE dll sl@0: sl@0: CAPABILITY All -Tcb sl@0: sl@0: UID 0xA000D695 0xA000D696 sl@0: VENDORID 0x70000001 sl@0: sl@0: DEFFILE dummyecchwplugin.def sl@0: sl@0: USERINCLUDE . sl@0: USERINCLUDE ../../../../../crypto/weakcryptospi/inc/spi sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: sl@0: SOURCEPATH ../src sl@0: SOURCE pluginentry.cpp sl@0: SOURCE dummyeccimpl.cpp sl@0: SOURCE dummyeccsignerimpl.cpp sl@0: sl@0: LIBRARY euser.lib cryptospi.lib cryptospihai.lib sl@0: sl@0: SMPSAFE sl@0: