Home
last modified time | relevance | path

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

/external/u-boot/drivers/tpm/
Dtpm2_tis_spi.c52 unsigned int pcr_count; member
601 priv->pcr_count = drv_data->pcr_count; in tpm_tis_spi_probe()
658 .pcr_count = 24,
Dtpm2_tis_sandbox.c595 priv->pcr_count = 32; in sandbox_tpm2_probe()
/external/u-boot/include/
Dtpm-common.h46 uint pcr_count; member
/external/u-boot/cmd/
Dtpm-v2.c99 if (index >= priv->pcr_count) in do_tpm2_pcr_extend()
131 if (index >= priv->pcr_count) in do_tpm_pcr_read()