Home
last modified time | relevance | path

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

/external/u-boot/drivers/tpm/
Dtpm2_tis_spi.c53 unsigned int pcr_select_min; member
602 priv->pcr_select_min = drv_data->pcr_select_min; in tpm_tis_spi_probe()
659 .pcr_select_min = 3,
Dtpm2_tis_sandbox.c596 priv->pcr_select_min = 2; in sandbox_tpm2_probe()
/external/u-boot/include/
Dtpm-common.h47 uint pcr_select_min; member
/external/u-boot/cmd/
Dtpm-v2.c136 rc = tpm2_pcr_read(index, priv->pcr_select_min, data, &updates); in do_tpm_pcr_read()