Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c752 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()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h1208 EXTERN TPM2B_AUTH s_inputAuthValues[MAX_SESSION_NUM]; variable