crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp
branchRCL_3
changeset 95 641f389e9157
parent 53 030c4fbc13d7
child 96 a71299154b21
equal deleted inserted replaced
92:f18401adf8e1 95:641f389e9157
   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;
   142 #endif
   146 #endif
   143 	else
   147 	else
   144 		{
   148 		{
   145 		User::Panic(*this,KErrNotFound);
   149 		User::Panic(*this,KErrNotFound);
   146 		return TUid::Null();	
   150 		return TUid::Null();