Searched refs:s_encryptSessionIndex (Results 1 – 2 of 2) sorted by relevance
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()[all …]
1217 EXTERN UINT32 s_encryptSessionIndex; variable