Searched refs:s_inputAuthValues (Results 1 – 2 of 2) sorted by relevance
752 MemoryRemoveTrailingZeros(&s_inputAuthValues[sessionIndex]); in CheckPWAuthSession()758 if(MemoryEqual2B(&s_inputAuthValues[sessionIndex].b, &authValue.b)) in CheckPWAuthSession()884 && s_inputAuthValues[sessionIndex].t.size == 0) in ComputeCommandHMAC()940 if(!MemoryEqual2B(&s_inputAuthValues[sessionIndex].b, &hmac.b)) in CheckSessionHMAC()1169 result = TPM2B_AUTH_Unmarshal(&s_inputAuthValues[sessionIndex], in RetrieveSessionData()2000 && s_inputAuthValues[sessionIndex].t.size == 0) in ComputeResponseHMAC()
1208 EXTERN TPM2B_AUTH s_inputAuthValues[MAX_SESSION_NUM]; variable