Lines Matching refs:s_decryptSessionIndex
585 if( s_decryptSessionIndex != UNDEFINED_INDEX in ComputeCommandHMAC()
586 && s_decryptSessionIndex != sessionIndex) in ComputeCommandHMAC()
590 = SessionGet(s_sessionHandles[s_decryptSessionIndex]); in ComputeCommandHMAC()
597 && s_encryptSessionIndex != s_decryptSessionIndex) in ComputeCommandHMAC()
880 s_decryptSessionIndex = UNDEFINED_INDEX; in RetrieveSessionData()
959 if(s_decryptSessionIndex != UNDEFINED_INDEX) in RetrieveSessionData()
966 s_decryptSessionIndex = sessionIndex; in RetrieveSessionData()
1370 if(s_decryptSessionIndex != UNDEFINED_INDEX) in ParseSessionBuffer()
1373 if( s_associatedHandles[s_decryptSessionIndex] != TPM_RH_UNASSIGNED in ParseSessionBuffer()
1374 && IsAuthValueAvailable(s_associatedHandles[s_decryptSessionIndex], in ParseSessionBuffer()
1376 s_decryptSessionIndex) in ParseSessionBuffer()
1380 EntityGetAuthValue(s_associatedHandles[s_decryptSessionIndex], in ParseSessionBuffer()
1389 s_sessionHandles[s_decryptSessionIndex], in ParseSessionBuffer()
1390 &s_nonceCaller[s_decryptSessionIndex].b, in ParseSessionBuffer()
1396 TPM_RC_S + g_rcIndex[s_decryptSessionIndex]); in ParseSessionBuffer()