Searched refs:TEST_STR_EQ (Results 1 – 6 of 6) sorted by relevance
/external/vboot_reference/tests/ |
D | rollback_index2_tests.c | 250 TEST_STR_EQ(mock_calls, in CrcTestFirmware() 262 TEST_STR_EQ(mock_calls, in CrcTestFirmware() 275 TEST_STR_EQ(mock_calls, in CrcTestFirmware() 285 TEST_STR_EQ(mock_calls, in CrcTestFirmware() 297 TEST_STR_EQ(mock_calls, in CrcTestFirmware() 311 TEST_STR_EQ(mock_calls, in CrcTestFirmware() 326 TEST_STR_EQ(mock_calls, in CrcTestFirmware() 353 TEST_STR_EQ(mock_calls, in CrcTestKernel() 365 TEST_STR_EQ(mock_calls, in CrcTestKernel() 377 TEST_STR_EQ(mock_calls, in CrcTestKernel() [all …]
|
D | vboot_region_tests.c | 152 TEST_STR_EQ(buffer, "original", " uncompressed image"); in VbExDisplayImage() 155 TEST_STR_EQ(buffer, "decompressed", " compressed image"); in VbExDisplayImage() 158 TEST_STR_EQ(buffer, "invalid", " correct image"); in VbExDisplayImage()
|
D | test_common.h | 34 int TEST_STR_EQ(const char* result, const char* expected_result,
|
D | test_common.c | 75 int TEST_STR_EQ(const char* result, const char* expected_result, in TEST_STR_EQ() function
|
D | vboot_kernel_tests.c | 26 #define TEST_CALLS(expect_log) TEST_STR_EQ(call_log, expect_log, " calls") 578 TEST_STR_EQ((char *)lkp.partition_guid, "FakeGuid", " guid"); in LoadKernelTest()
|
D | vboot_firmware_tests.c | 115 TEST_STR_EQ((char *)GetPublicKeyDataC(key), TEST_KEY_DATA, in KeyBlockVerify()
|