Searched refs:tpm_errors (Results 1 – 1 of 1) sorted by relevance
95 static const struct tpm_error tpm_errors[] = { variable117 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()