Searched refs:pcrs (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.15/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) 79         pcrs = [16] 82             self.client.policy_pcr(handle, pcrs) 100             self.client.policy_pcr(handle, pcrs) 119             self.client.policy_pcr(handle, pcrs)
  | 
| D | tpm2.py | 469     def __calc_pcr_digest(self, pcrs, bank_alg = TPM2_ALG_SHA1,  argument 474         for i in pcrs: 482     def policy_pcr(self, handle, pcrs, bank_alg = TPM2_ALG_SHA1,  argument 485         dig = self.__calc_pcr_digest(pcrs, bank_alg, name_alg) 489         pcrsel_len = max((max(pcrs) >> 3) + 1, 3) 491         for i in pcrs:
  | 
| /Linux-v5.15/Documentation/ABI/testing/ | 
| D | sysfs-driver-ppi | 9 		'find /sys/ -name 'pcrs''. For the detail information of PPI,
  | 
| /Linux-v5.15/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.15/drivers/char/tpm/ | 
| D | tpm-sysfs.c | 115 static DEVICE_ATTR_RO(pcrs);
  | 
| /Linux-v5.15/Documentation/admin-guide/ | 
| D | kernel-parameters.txt | 5683 			This will guarantee that all the other pcrs
  |