crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp
changeset 15 da2ae96f639b
parent 8 35751d3474b7
child 43 2f10d260163b
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
   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	
   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
   143 	else
   147 	else
   144 		{
   148 		{
   145 		User::Panic(*this,KErrNotFound);
   149 		User::Panic(*this,KErrNotFound);
   146 		return TUid::Null();	
   150 		return TUid::Null();	
   147 		}		
   151 		}