Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_i2c.c25 unsigned int pcr_select_min; member
126 priv->pcr_select_min = drv_data->pcr_select_min; in tpm_tis_i2c_probe()
148 .pcr_select_min = 3,
H A Dtpm2_tis_spi.c53 unsigned int pcr_select_min; member
606 priv->pcr_select_min = drv_data->pcr_select_min; in tpm_tis_spi_probe()
663 .pcr_select_min = 3,
H A Dtpm2_tis_sandbox.c643 priv->pcr_select_min = 2; in sandbox_tpm2_probe()
/openbmc/u-boot/include/
H A Dtpm-common.h70 uint pcr_select_min; member
/openbmc/u-boot/cmd/
H A Dtpm-v2.c154 rc = tpm2_pcr_read(dev, index, priv->pcr_select_min, TPM2_ALG_SHA256, in do_tpm_pcr_read()
/openbmc/u-boot/lib/
H A Dtpm-v2.c516 rc = tpm2_pcr_read(dev, pcr_index, priv->pcr_select_min, alg, in tcg2_pcr_read()