Searched defs:expected_bytes (Results 1 – 4 of 4) sorted by relevance
355 UINT16 expected_bytes = sizeof(UINT16)+(sizeof(TPMU_HA)-1)*sizeof(BYTE); in StructureSuccessArrayTest() local372 UINT16 expected_bytes = sizeof(TPM_ST)+sizeof(TPMI_RH_HIERARCHY)+sizeof(UINT16); in StructureSuccessNullTest() local386 UINT16 expected_bytes = sizeof(TPM_ST)+sizeof(TPMI_RH_HIERARCHY)+sizeof(UINT16); in StructureFailureTagTest() local
178 static const uint8_t expected_bytes[] = { in TEST() local206 static const uint8_t expected_bytes[] = { in TEST() local
85 uint8_t expected_bytes[B + kAlignments]; in TestWrite() local
176 void EncodeDecodeTest(size_t expected_bytes, int tolerance, double mse, in EncodeDecodeTest()