Searched refs:tpm_error_table (Results 1 – 2 of 2) sorted by relevance
73 int n = sizeof(tpm_error_table) / sizeof(tpm_error_table[0]); in ErrorCheck()76 if (tpm_error_table[i].code == result) { in ErrorCheck()77 fprintf(stderr, "%s\n%s\n", tpm_error_table[i].name, in ErrorCheck()78 tpm_error_table[i].description); in ErrorCheck()
24 tpm_error_info tpm_error_table[] = { variable