Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c157 return TPM2_RC_SIZE; in sandbox_tpm2_check_session()
285 rc = TPM2_RC_SIZE; in sandbox_tpm2_xfer()
364 rc = TPM2_RC_SIZE; in sandbox_tpm2_xfer()
/openbmc/u-boot/include/
H A Dtpm-v2.h357 TPM2_RC_SIZE = TPM2_RC_FMT1 + 0x0015, enumerator
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py156 self.assertEqual(rc, tpm2.TPM2_RC_SIZE)
H A Dtpm2.py49 TPM2_RC_SIZE = 0x01D5 variable