crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp
branchRCL_3
changeset 45 030c4fbc13d7
parent 43 2f10d260163b
child 61 641f389e9157
equal deleted inserted replaced
44:d07aa956024a 45:030c4fbc13d7
   137 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
   137 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT
   138 	else if (*this==_L("KAlgorithmCipherAesXcbcMac96")) return KAesXcbcMac96Uid;
   138 	else if (*this==_L("KAlgorithmCipherAesXcbcMac96")) return KAesXcbcMac96Uid;
   139 	else if (*this==_L("KAlgorithmCipherAesXcbcPrf128")) return KAesXcbcPrf128Uid;
   139 	else if (*this==_L("KAlgorithmCipherAesXcbcPrf128")) return KAesXcbcPrf128Uid;
   140 	else if (*this==_L("KMacInterface")) return KMacInterfaceUid;
   140 	else if (*this==_L("KMacInterface")) return KMacInterfaceUid;
   141 	else if (*this==_L("KMacModeType")) return KMacModeTypeUid;
   141 	else if (*this==_L("KMacModeType")) return KMacModeTypeUid;
   142 #endif
       
   143 #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
       
   144     else if (*this==_L("KAlgorithmCipherEcc")) return KEccCipherUid;
       
   145     else if (*this==_L("KAlgorithmSignerEcc")) return KEccSignerUid;
       
   146 #endif
   142 #endif
   147 	else
   143 	else
   148 		{
   144 		{
   149 		User::Panic(*this,KErrNotFound);
   145 		User::Panic(*this,KErrNotFound);
   150 		return TUid::Null();	
   146 		return TUid::Null();