Searched refs:tpm_cc_table (Results 1 – 1 of 1) sorted by relevance
25 const lookup_t tpm_cc_table[] = variable537 for(n = 0; ((tpm_cc_table[n].index != (uint32_t)-1) && (tpm_cc_table[n].index != cc)) ; n++ ); in TpmDecodeTPM_CC()538 if(tpm_cc_table[n].index != (uint32_t)-1) in TpmDecodeTPM_CC()540 sprintf(decodeBuf, "%s()", tpm_cc_table[n].str); in TpmDecodeTPM_CC()