Home
last modified time | relevance | path

Searched refs:TPM2_MAX_PCRS (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dtpm-v2.h29 #define TPM2_MAX_PCRS 32 macro
30 #define TPM2_PCR_SELECT_MAX ((TPM2_MAX_PCRS + 7) / 8)
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c33 #define SANDBOX_TPM_PCR_NB TPM2_MAX_PCRS
/openbmc/u-boot/lib/
H A Dtpm-v2.c1075 if (*num_pcr > TPM2_MAX_PCRS) { in tpm2_get_num_pcr()