Lines Matching refs:s_decryptSessionIndex
840 if(s_decryptSessionIndex != UNDEFINED_INDEX in ComputeCommandHMAC()
841 && s_decryptSessionIndex != sessionIndex) in ComputeCommandHMAC()
845 = SessionGet(s_sessionHandles[s_decryptSessionIndex]); in ComputeCommandHMAC()
851 && s_encryptSessionIndex != s_decryptSessionIndex) in ComputeCommandHMAC()
1132 s_decryptSessionIndex = UNDEFINED_INDEX; in RetrieveSessionData()
1220 if(s_decryptSessionIndex != UNDEFINED_INDEX) in RetrieveSessionData()
1227 s_decryptSessionIndex = sessionIndex; in RetrieveSessionData()
1654 if(s_decryptSessionIndex != UNDEFINED_INDEX) in ParseSessionBuffer()
1658 if(s_associatedHandles[s_decryptSessionIndex] != TPM_RH_UNASSIGNED) in ParseSessionBuffer()
1660 EntityGetAuthValue(s_associatedHandles[s_decryptSessionIndex], in ParseSessionBuffer()
1668 result = CryptParameterDecryption(s_sessionHandles[s_decryptSessionIndex], in ParseSessionBuffer()
1669 &s_nonceCaller[s_decryptSessionIndex].b, in ParseSessionBuffer()
1675 TPM_RC_S + g_rcIndex[s_decryptSessionIndex]); in ParseSessionBuffer()