Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c146 return TPM2_RC_HANDLE; in sandbox_tpm2_check_session()
387 rc = TPM2_RC_HANDLE; in sandbox_tpm2_xfer()
395 rc = TPM2_RC_HANDLE; in sandbox_tpm2_xfer()
403 rc = TPM2_RC_HANDLE; in sandbox_tpm2_xfer()
/openbmc/linux/include/linux/
H A Dtpm.h206 TPM2_RC_HANDLE = 0x008B, enumerator
/openbmc/u-boot/include/
H A Dtpm-v2.h359 TPM2_RC_HANDLE = TPM2_RC_FMT1 + 0x000B, enumerator
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-space.c93 } else if (tpm2_rc_value(rc) == TPM2_RC_HANDLE || in tpm2_load_context()