Searched refs:TPMU_HA (Results 1 – 10 of 10) sorted by relevance
20 if(in->bytesRequested > sizeof(TPMU_HA)) in TPM2_GetRandom()21 out->randomBytes.t.size = sizeof(TPMU_HA); in TPM2_GetRandom()
31 BYTE kdfResult[sizeof(TPMU_HA) * 2];// Value produced by the KDF in ComputeContextProtectionKey()
353 value.t.size = sizeof(TPMU_HA)-1; in StructureSuccessArrayTest()355 UINT16 expected_bytes = sizeof(UINT16)+(sizeof(TPMU_HA)-1)*sizeof(BYTE); in StructureSuccessArrayTest()
232 MemoryCopy(auth, authValue.t.buffer, authValue.t.size, sizeof(TPMU_HA)); in EntityGetAuthValue()
190 *value = sizeof(TPMU_HA); in TPMPropertyIsDefined()
612 } TPMU_HA; typedef617 TPMU_HA digest;624 BYTE buffer[sizeof(TPMU_HA)];
97 typedef BYTE AUTH_VALUE[sizeof(TPMU_HA)];
607 pAssert(auth.t.size <= sizeof(TPMU_HA)); in SessionComputeBoundEntity()
1359 UINT16 TPMU_HA_Marshal(TPMU_HA* source,1364 TPM_RC TPMU_HA_Unmarshal(TPMU_HA* target,
497 if (target->t.size > sizeof(TPMU_HA)) { in TPM2B_DIGEST_Unmarshal()5334 UINT16 TPMU_HA_Marshal(TPMU_HA* source, in TPMU_HA_Marshal()5391 TPM_RC TPMU_HA_Unmarshal(TPMU_HA* target, in TPMU_HA_Unmarshal()