Searched refs:attestationData (Results 1 – 7 of 7) sorted by relevance
138 buffer = attest->t.attestationData; in SignAttestInfo()162 CryptUpdateDigest(&hashState, attest->t.size, attest->t.attestationData); in SignAttestInfo()
950 BYTE attestationData[sizeof(TPMS_ATTEST)]; member
446 total_size += BYTE_Marshal(&source->t.attestationData[i], buffer, size); in TPM2B_ATTEST_Marshal()467 result = BYTE_Unmarshal(&target->t.attestationData[i], buffer, size); in TPM2B_ATTEST_Unmarshal()
6193 107 buffer = attest->t.attestationData;6218 132 CryptUpdateDigest(&hashState, attest->t.size, attest->t.attestationData);6222 136 // hash(qualifyingData || hash(attestationData))
1205 _NAME attestationData _ARRAY size
12294 This sized buffer to contain the signed structure. The attestationData is the signed portion of the…12307 size of the attestationData structure12309 attestationData[size]{:sizeof(TPMS_ATTEST)}
12319 This sized buffer to contain the signed structure. The attestationData is the signed portion of the…12332 size of the attestationData structure12334 attestationData [size] {:sizeof(TPMS_ATTEST)}