Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py722 pcr_banks = {}
747 pcr_banks[hash] = pcrSelect
749 return pcr_banks
H A Dtpm2_tests.py31 pcr_banks = self.client.get_cap_pcrs()
32 for bank_alg, pcrSelection in pcr_banks.items():
/openbmc/u-boot/lib/
H A Dtpm-v2.c36 u32 pcr_banks = 0; in tcg2_get_active_pcr_banks() local
40 rc = tpm2_get_pcr_info(dev, &supported, &active, &pcr_banks); in tcg2_get_active_pcr_banks()
1100 u32 *pcr_banks) in tpm2_get_pcr_info() argument
1111 *pcr_banks = 0; in tpm2_get_pcr_info()
1179 *pcr_banks = pcrs.count; in tpm2_get_pcr_info()
/openbmc/u-boot/include/
H A Dtpm-v2.h800 u32 *pcr_banks);