supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasuplendstate.cpp
branchRCL_3
changeset 19 02ba3f1733c6
parent 0 667063e416a2
equal deleted inserted replaced
18:d746aee05493 19:02ba3f1733c6
   257 {
   257 {
   258 	if(!iEncodedSuplInit) //Terminal initiated case
   258 	if(!iEncodedSuplInit) //Terminal initiated case
   259 	{
   259 	{
   260 		return ETrue;
   260 		return ETrue;
   261 	}
   261 	}
   262 
   262 	
   263 	if(iEncodedSuplInit && (iEncodedSuplInit->Length()) > 0 &&
   263 	if(iEncodedSuplInit && (iEncodedSuplInit->Length()) > 0 &&
   264 	iHSLPAddress && iHSLPAddress->Length() > 0)
   264 	iHSLPAddress && iHSLPAddress->Length() > 0)
   265 	{
   265 	{
       
   266 		TBuf<64> serverCheck;
       
   267 	serverCheck.Copy(*iHSLPAddress);
       
   268 	iTrace->Trace(_L("Server Address for VER : "), KTraceFileName, __LINE__); 
       
   269 	iTrace->Trace(serverCheck, KTraceFileName, __LINE__); 
       
   270 	
   266 		TInt blockSize = 64;
   271 		TInt blockSize = 64;
   267 	    TChar ipad = 0x36;
   272 	    TChar ipad = 0x36;
   268 	    TChar opad = 0x5c;
   273 	    TChar opad = 0x5c;
   269 	    TBuf8<64> key0;
   274 	    TBuf8<64> key0;
   270 	    TInt i;
   275 	    TInt i;