D | SessionProcess.c | 470 TPM2B_DIGEST *cpHash, // OUT: cpHash in ComputeCpHash() argument 485 cpHash->t.size = CryptStartHash(hashAlg, &hashState); in ComputeCpHash() 497 CryptCompleteHash2B(&hashState, &cpHash->b); in ComputeCpHash() 558 TPM2B_DIGEST *cpHash, // IN: cpHash in ComputeCommandHMAC() argument 644 CryptUpdateDigest2B(&hmacState, &cpHash->b); in ComputeCommandHMAC() 683 TPM2B_DIGEST *cpHash // IN: cpHash of the command in CheckSessionHMAC() argument 688 ComputeCommandHMAC(sessionIndex, cpHash, &hmac); in CheckSessionHMAC() 729 TPM2B_DIGEST *cpHash, // IN: cpHash using the algorithm of this in CheckPolicyAuthSession() argument 823 if(session->u1.cpHash.b.size != 0) in CheckPolicyAuthSession() 828 if(!Memory2BEqual(&session->u1.cpHash.b, &cpHash->b)) in CheckPolicyAuthSession() [all …]
|