Home
last modified time | relevance | path

Searched refs:TPM2_CAP_PCRS (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c383 case TPM2_CAP_PCRS: in sandbox_tpm2_xfer()
427 case TPM2_CAP_PCRS: in sandbox_tpm2_xfer()
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py59 TPM2_CAP_PCRS = 0x00000005 variable
730 TPM2_CAP_PCRS, 0, 1)
/openbmc/linux/include/linux/
H A Dtpm.h252 TPM2_CAP_PCRS = 5, enumerator
/openbmc/u-boot/include/
H A Dtpm-v2.h47 #define TPM2_CAP_PCRS 0x00000005U macro
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c567 tpm_buf_append_u32(&buf, TPM2_CAP_PCRS); in tpm2_get_pcr_allocation()
/openbmc/u-boot/lib/
H A Dtpm-v2.c1113 ret = tpm2_get_capability(dev, TPM2_CAP_PCRS, 0, response, 1); in tpm2_get_pcr_info()