Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtpm.h208 TPM2_RC_FAILURE = 0x0101, enumerator
/openbmc/u-boot/include/
H A Dtpm-v2.h362 TPM2_RC_FAILURE = TPM2_RC_VER1 + 0x0001, enumerator
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c245 return TPM2_RC_FAILURE; in sandbox_tpm2_extend()
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c755 if (rc == TPM2_RC_FAILURE || (rc < 0 && rc != -ENOMEM)) { in tpm2_auto_startup()