Searched refs:pcrs (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2_tests.py | 45 pcrs = [16] 48 self.client.policy_pcr(handle, pcrs, bank_alg=bank_alg) 60 self.client.policy_pcr(handle, pcrs, bank_alg=bank_alg) 92 pcrs = [16] 95 self.client.policy_pcr(handle, pcrs, bank_alg=bank_alg) 113 self.client.policy_pcr(handle, pcrs, bank_alg=bank_alg) 132 self.client.policy_pcr(handle, pcrs, bank_alg=bank_alg)
|
H A D | tpm2.py | 474 def __calc_pcr_digest(self, pcrs, bank_alg = TPM2_ALG_SHA1, argument 479 for i in pcrs: 487 def policy_pcr(self, handle, pcrs, bank_alg = TPM2_ALG_SHA1, argument 490 dig = self.__calc_pcr_digest(pcrs, bank_alg, name_alg) 494 pcrsel_len = max((max(pcrs) >> 3) + 1, 3) 496 for i in pcrs:
|
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 1104 struct tpml_pcr_selection pcrs; in tpm2_get_pcr_info() local 1117 pcrs.count = get_unaligned_be32(response); in tpm2_get_pcr_info() 1123 pcrs.count < 1) { in tpm2_get_pcr_info() 1132 for (i = 0; i < pcrs.count; i++) { in tpm2_get_pcr_info() 1152 pcrs.selection[i].hash = in tpm2_get_pcr_info() 1154 pcrs.selection[i].size_of_select = in tpm2_get_pcr_info() 1158 pcrs.selection[i].size_of_select); in tpm2_get_pcr_info() 1163 pcrs.selection[i].size_of_select); in tpm2_get_pcr_info() 1166 for (i = 0; i < pcrs.count; i++) { in tpm2_get_pcr_info() 1175 pcrs.selection[i].hash); in tpm2_get_pcr_info() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-ppi | 9 'find /sys/ -name 'pcrs''. For the detail information of PPI,
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-tpm | 86 What: /sys/class/tpm/tpmX/device/pcrs 90 Description: The "pcrs" property will dump the current value of all Platform
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm-sysfs.c | 115 static DEVICE_ATTR_RO(pcrs);
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 6457 This will guarantee that all the other pcrs
|