Searched refs:policy_pcr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
H A D | tpm2_tests.py | 38 self.client.policy_pcr(handle, pcrs) 50 self.client.policy_pcr(handle, pcrs) 82 self.client.policy_pcr(handle, pcrs) 100 self.client.policy_pcr(handle, pcrs) 119 self.client.policy_pcr(handle, pcrs)
|
H A D | tpm2.py | 486 def policy_pcr(self, handle, pcrs, bank_alg = TPM2_ALG_SHA1, member in Client
|
/kernel/linux/linux-6.6/tools/testing/selftests/tpm2/ |
H A D | tpm2_tests.py | 48 self.client.policy_pcr(handle, pcrs, bank_alg=bank_alg) 60 self.client.policy_pcr(handle, pcrs, bank_alg=bank_alg) 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 | 487 def policy_pcr(self, handle, pcrs, bank_alg = TPM2_ALG_SHA1, member in Client
|
Completed in 3 milliseconds