Searched refs:TPM_E_DOING_SELFTEST (Results 1 – 2 of 2) sorted by relevance
30 #define TPM_E_DOING_SELFTEST ((uint32_t)(TPM_E_NON_FATAL + 2)) macro
116 if (result == TPM_E_NEEDS_SELFTEST || result == TPM_E_DOING_SELFTEST) { in TlclSendReceive()132 } while (result == TPM_E_DOING_SELFTEST); in TlclSendReceive()