Home
last modified time | relevance | path

Searched refs:TPM2_RC_INITIALIZE (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c191 return TPM2_RC_INITIALIZE; in sandbox_tpm2_check_readyness()
196 return TPM2_RC_INITIALIZE; in sandbox_tpm2_check_readyness()
201 return TPM2_RC_INITIALIZE; in sandbox_tpm2_check_readyness()
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c473 if (rc == TPM2_RC_INITIALIZE || rc == TPM2_RC_SUCCESS) in tpm2_do_selftest()
741 if (rc && rc != TPM2_RC_INITIALIZE) in tpm2_auto_startup()
744 if (rc == TPM2_RC_INITIALIZE) { in tpm2_auto_startup()
/openbmc/linux/include/linux/
H A Dtpm.h207 TPM2_RC_INITIALIZE = 0x0100, /* RC_VER1 */ enumerator
/openbmc/u-boot/include/
H A Dtpm-v2.h361 TPM2_RC_INITIALIZE = TPM2_RC_VER1 + 0x0000, enumerator
/openbmc/u-boot/lib/
H A Dtpm-v2.c718 if (ret && ret != TPM2_RC_INITIALIZE) in tpm2_startup()
750 if (rc == TPM2_RC_INITIALIZE) { in tpm2_auto_start()