Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DTpmDevice.c458 const lookup_t tpm_rc_formatCodes[] = { variable
579 …for(n = 0; ((tpm_rc_formatCodes[n].index != (uint32_t)-1) && (tpm_rc_formatCodes[n].index != (rc &… in TpmDecodeTPM_RC()
580 if(tpm_rc_formatCodes[n].index != (uint32_t)-1) in TpmDecodeTPM_RC()
582 cursor = sprintf(&decodeBuf[cursor], "%s}", tpm_rc_formatCodes[n].str); in TpmDecodeTPM_RC()