Searched refs:expected_cc (Results 1 – 2 of 2) sorted by relevance
1247 const char *expected_cc = { "\"Startup\"" }; in check_tpmjson_tofromtxt() local1249 CHECK_JSON_SIMPLE(TPM2_CC, testcase_cc[i], expected_cc); in check_tpmjson_tofromtxt()
1689 const uint16_t expected_cc = load_u16le(start + 1); in match_tcc() local1690 if (expected_cc != UINT16_C(0x6363) /* "cc" */ ) { in match_tcc()