Lines Matching refs:s_encryptSessionIndex
849 if(s_encryptSessionIndex != UNDEFINED_INDEX in ComputeCommandHMAC()
850 && s_encryptSessionIndex != sessionIndex in ComputeCommandHMAC()
851 && s_encryptSessionIndex != s_decryptSessionIndex) in ComputeCommandHMAC()
855 = SessionGet(s_sessionHandles[s_encryptSessionIndex]); in ComputeCommandHMAC()
1133 s_encryptSessionIndex = UNDEFINED_INDEX; in RetrieveSessionData()
1236 if(s_encryptSessionIndex != UNDEFINED_INDEX) in RetrieveSessionData()
1243 s_encryptSessionIndex = sessionIndex; in RetrieveSessionData()
2131 if(s_encryptSessionIndex != UNDEFINED_INDEX) in BuildResponseSession()
2139 if(s_associatedHandles[s_encryptSessionIndex] != TPM_RH_UNASSIGNED) in BuildResponseSession()
2141 EntityGetAuthValue(s_associatedHandles[s_encryptSessionIndex], in BuildResponseSession()
2145 CryptParameterEncryption(s_sessionHandles[s_encryptSessionIndex], in BuildResponseSession()
2146 &s_nonceCaller[s_encryptSessionIndex].b, in BuildResponseSession()