Searched refs:pcrs (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/tpm2/ |
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)
|
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:
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-ppi | 9 'find /sys/ -name 'pcrs''. For the detail information of PPI,
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
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
|
/linux-6.3-rc2/drivers/char/tpm/ |
A D | tpm-sysfs.c | 115 static DEVICE_ATTR_RO(pcrs);
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 6239 This will guarantee that all the other pcrs
|
Completed in 14 milliseconds