Searched refs:TPM_INVALID_POSTINIT (Results 1 - 3 of 3) sorted by relevance

/u-boot/cmd/
H A Dtpm_test.c39 return result == TPM_INVALID_POSTINIT ? TPM_SUCCESS : result;
392 if (result != 0 && result != TPM_INVALID_POSTINIT)
/u-boot/include/
H A Dtpm-v1.h159 TPM_INVALID_POSTINIT = TPM_BASE + 38, enumerator in enum:tpm_return_code
601 * TPM_INVALID_POSTINIT; TPM_FAILEDSELFTEST, if the TPM is in failure state
/u-boot/lib/
H A Dtpm-v1.c77 if (rc && rc != TPM_INVALID_POSTINIT)

Completed in 57 milliseconds