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