Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_i2c.c24 unsigned int pcr_count; member
125 priv->pcr_count = drv_data->pcr_count; in tpm_tis_i2c_probe()
147 .pcr_count = 24,
H A Dtpm2_tis_spi.c52 unsigned int pcr_count; member
605 priv->pcr_count = drv_data->pcr_count; in tpm_tis_spi_probe()
662 .pcr_count = 24,
H A Dtpm2_tis_sandbox.c642 priv->pcr_count = 32; in sandbox_tpm2_probe()
/openbmc/u-boot/include/
H A Dtpm-common.h69 uint pcr_count; member
/openbmc/u-boot/cmd/
H A Dtpm-v2.c116 if (index >= priv->pcr_count) in do_tpm2_pcr_extend()
149 if (index >= priv->pcr_count) in do_tpm_pcr_read()