Home
last modified time | relevance | path

Searched refs:s_inputAuthValues (Results 1 – 4 of 4) sorted by relevance

/external/tpm2/
DSessionProcess.c535 MemoryRemoveTrailingZeros(&s_inputAuthValues[sessionIndex]); in CheckPWAuthSession()
539 if(Memory2BEqual(&s_inputAuthValues[sessionIndex].b, &authValue.b)) in CheckPWAuthSession()
636 && s_inputAuthValues[sessionIndex].t.size == 0) in ComputeCommandHMAC()
690 if(!Memory2BEqual(&s_inputAuthValues[sessionIndex].b, &hmac.b)) in CheckSessionHMAC()
909 result = TPM2B_AUTH_Unmarshal(&s_inputAuthValues[sessionIndex], in RetrieveSessionData()
1715 && s_inputAuthValues[sessionIndex].t.size == 0) in ComputeResponseHMAC()
DGlobal.c51 TPM2B_AUTH s_inputAuthValues[MAX_SESSION_NUM]; variable
DGlobal.h980 extern TPM2B_AUTH s_inputAuthValues[MAX_SESSION_NUM];
Dpart4.txt2695 652 extern TPM2B_AUTH s_inputAuthValues[MAX_SESSION_NUM];
4305 referenced entities from s_inputAuthValues[] and s_associatedHandles[].
4326 443 MemoryRemoveTrailingZeros(&s_inputAuthValues[sessionIndex]);
4332 449 if(Memory2BEqual(&s_inputAuthValues[sessionIndex].b, &authValue.b))
4440 545 && s_inputAuthValues[sessionIndex].t.size == 0)
4509 594 if(!Memory2BEqual(&s_inputAuthValues[sessionIndex].b, &hmac.b))
4771 797 result = TPM2B_AUTH_Unmarshal(&s_inputAuthValues[sessionIndex],
5737 1569 && s_inputAuthValues[sessionIndex].t.size == 0)
17072 29 TPM2B_AUTH s_inputAuthValues[MAX_SESSION_NUM];