Searched refs:s_nonceCaller (Results 1 – 2 of 2) sorted by relevance
896 CryptDigestUpdate2B(&hmacState.hashState, &s_nonceCaller[sessionIndex].b); in ComputeCommandHMAC()1157 result = TPM2B_NONCE_Unmarshal(&s_nonceCaller[sessionIndex], in RetrieveSessionData()1187 if(s_nonceCaller[sessionIndex].t.size != 0) in RetrieveSessionData()1669 &s_nonceCaller[s_decryptSessionIndex].b, in ParseSessionBuffer()2011 CryptDigestUpdate2B(&hmacState.hashState, &s_nonceCaller[sessionIndex].b); in ComputeResponseHMAC()2146 &s_nonceCaller[s_encryptSessionIndex].b, in BuildResponseSession()
1204 EXTERN TPM2B_NONCE s_nonceCaller[MAX_SESSION_NUM]; variable