crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp
changeset 15 da2ae96f639b
parent 8 35751d3474b7
child 43 2f10d260163b
--- a/crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp	Fri Oct 02 13:15:59 2009 +0300
+++ b/crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp	Mon Oct 12 10:17:04 2009 +0300
@@ -139,7 +139,11 @@
 	else if (*this==_L("KAlgorithmCipherAesXcbcPrf128")) return KAesXcbcPrf128Uid;
 	else if (*this==_L("KMacInterface")) return KMacInterfaceUid;
 	else if (*this==_L("KMacModeType")) return KMacModeTypeUid;
-#endif	
+#endif
+#if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
+    else if (*this==_L("KAlgorithmCipherEcc")) return KEccCipherUid;
+    else if (*this==_L("KAlgorithmSignerEcc")) return KEccSignerUid;
+#endif
 	else
 		{
 		User::Panic(*this,KErrNotFound);