Home
last modified time | relevance | path

Searched refs:tpm2_get_pcr_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dtpm-v2.h799 int tpm2_get_pcr_info(struct udevice *dev, u32 *supported_pcr, u32 *active_pcr,
/openbmc/u-boot/lib/
H A Dtpm-v2.c40 rc = tpm2_get_pcr_info(dev, &supported, &active, &pcr_banks); in tcg2_get_active_pcr_banks()
1099 int tpm2_get_pcr_info(struct udevice *dev, u32 *supported_pcr, u32 *active_pcr, in tpm2_get_pcr_info() function