Home
last modified time | relevance | path

Searched refs:pcrs (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/tpm2/
A Dtpm2_tests.py45 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 Dtpm2.py474 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 Dsysfs-driver-ppi9 'find /sys/ -name 'pcrs''. For the detail information of PPI,
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-class-tpm86 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 Dtpm-sysfs.c115 static DEVICE_ATTR_RO(pcrs);
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.txt6239 This will guarantee that all the other pcrs

Completed in 14 milliseconds