Searched refs:pcrs (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py | 35 pcrs = [16] 38 self.client.policy_pcr(handle, pcrs) 50 self.client.policy_pcr(handle, pcrs) 78 pcrs = [16] 81 self.client.policy_pcr(handle, pcrs) 99 self.client.policy_pcr(handle, pcrs) 118 self.client.policy_pcr(handle, pcrs)
|
D | tpm2.py | 453 def __calc_pcr_digest(self, pcrs, bank_alg = TPM2_ALG_SHA1, argument 458 for i in pcrs: 466 def policy_pcr(self, handle, pcrs, bank_alg = TPM2_ALG_SHA1, argument 469 dig = self.__calc_pcr_digest(pcrs, bank_alg, name_alg) 473 pcrsel_len = max((max(pcrs) >> 3) + 1, 3) 475 for i in pcrs:
|
/Linux-v5.4/Documentation/ABI/stable/ |
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
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-driver-ppi | 9 'find /sys/ -name 'pcrs''. For the detail information of PPI,
|
/Linux-v5.4/drivers/char/tpm/ |
D | tpm-sysfs.c | 126 static DEVICE_ATTR_RO(pcrs);
|
/Linux-v5.4/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4792 This will guarantee that all the other pcrs
|