Home
last modified time | relevance | path

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

/openbmc/qemu/backends/tpm/
H A Dtpm_emulator.c95 static const struct tpm_error tpm_errors[] = { variable
117 for (i = 0; i < ARRAY_SIZE(tpm_errors); i++) { in tpm_emulator_strerror()
118 if (tpm_errors[i].tpm_result == tpm_result) { in tpm_emulator_strerror()
119 return tpm_errors[i].string; in tpm_emulator_strerror()