Home
last modified time | relevance | path

Searched refs:expected_cc (Results 1 – 2 of 2) sorted by relevance

/external/tpm2-tss/test/unit/
Dfapi-json.c1247 const char *expected_cc = { "\"Startup\"" }; in check_tpmjson_tofromtxt() local
1249 CHECK_JSON_SIMPLE(TPM2_CC, testcase_cc[i], expected_cc); in check_tpmjson_tofromtxt()
/external/cpuinfo/src/arm/linux/
Dchipset.c1689 const uint16_t expected_cc = load_u16le(start + 1); in match_tcc() local
1690 if (expected_cc != UINT16_C(0x6363) /* "cc" */ ) { in match_tcc()