Searched refs:pcr_select_min (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm2_tis_i2c.c | 25 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 D | tpm2_tis_spi.c | 53 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 D | tpm2_tis_sandbox.c | 643 priv->pcr_select_min = 2; in sandbox_tpm2_probe()
|
/openbmc/u-boot/include/ |
H A D | tpm-common.h | 70 uint pcr_select_min; member
|
/openbmc/u-boot/cmd/ |
H A D | tpm-v2.c | 154 rc = tpm2_pcr_read(dev, index, priv->pcr_select_min, TPM2_ALG_SHA256, in do_tpm_pcr_read()
|
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 516 rc = tpm2_pcr_read(dev, pcr_index, priv->pcr_select_min, alg, in tcg2_pcr_read()
|