Searched refs:testcase_cc (Results 1 – 1 of 1) sorted by relevance
1245 const char *testcase_cc[] = { "\"TPM2_CC_Startup\"", "\"CC_Startup\"", in check_tpmjson_tofromtxt() local1248 for (size_t i = 0; i < sizeof(testcase_cc) / sizeof(testcase_cc[0]); i++) { in check_tpmjson_tofromtxt()1249 CHECK_JSON_SIMPLE(TPM2_CC, testcase_cc[i], expected_cc); in check_tpmjson_tofromtxt()