Searched refs:tpm_rc_warningCodes (Results 1 – 1 of 1) sorted by relevance
425 const lookup_t tpm_rc_warningCodes[] = { variable591 …for(n = 0; ((tpm_rc_warningCodes[n].index != (uint32_t)-1) && (tpm_rc_warningCodes[n].index != rc)… in TpmDecodeTPM_RC()592 if(tpm_rc_warningCodes[n].index != (uint32_t)-1) in TpmDecodeTPM_RC()594 cursor = sprintf(decodeBuf, "{RC_VER1 | RC_WARN | %s}", tpm_rc_warningCodes[n].str); in TpmDecodeTPM_RC()