Searched refs:pcrs (Results 1 – 8 of 8) sorted by relevance
/external/tpm2/ |
D | PolicyPCR.c | 24 BYTE pcrs[sizeof(TPML_PCR_SELECTION)]; in TPM2_PolicyPCR() local 44 PCRComputeCurrentDigest(session->authHashAlg, &in->pcrs, &pcrDigest); in TPM2_PolicyPCR() 74 buffer = pcrs; in TPM2_PolicyPCR() 76 pcrSize = TPML_PCR_SELECTION_Marshal(&in->pcrs, &buffer, &bufferSize); in TPM2_PolicyPCR() 77 CryptUpdateDigest(&hashState, pcrSize, pcrs); in TPM2_PolicyPCR()
|
D | PolicyPCR_fp.h | 15 TPML_PCR_SELECTION pcrs; member
|
D | Marshal_PolicyPCR.c | 22 result = TPML_PCR_SELECTION_Unmarshal(&target->pcrs, buffer, size); in PolicyPCR_In_Unmarshal()
|
D | part3.txt | 11532 The TPM will modify the pcrs parameter so that bits that correspond to unimplemented PCR are CLEAR. 11533 If policySession is not a trial policy session, the TPM will use the modified value of pcrs to sele… 11539 …policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || digestTPM) … 11541 … pcrs the pcrs parameter with bits corresponding to unimplemented 11583 …policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || pcrDigest) … 11584 In this computation, pcrs is the input parameter without modification. 11586 NOTE 3 The pcrs parameter is expected to match the configuration of the TPM for which the … 11619 TPML_PCR_SELECTION pcrs the PCR to include in the check digest 11657 11 BYTE pcrs[sizeof(TPML_PCR_SELECTION)]; 11676 30 PCRComputeCurrentDigest(session->authHashAlg, &in->pcrs, &pcrDigest); [all …]
|
/external/autotest/server/site_tests/firmware_TPMExtend/ |
D | firmware_TPMExtend.py | 25 pcrs = '\n'.join(self.faft_client.system.run_shell_command_get_output( 27 logging.debug('Dumping PCRs read from device: \n%s', pcrs) 31 return ('PCR-%.2d: %s' % (num, spaced.upper())) in pcrs
|
/external/tpm2/generator/ |
D | raw_commands.txt | 20640 The TPM will modify the pcrs parameter so that bits that correspond to unimplemented PCR are CLEAR. 20641 If policySession is not a trial policy session, the TPM will use the modified value of pcrs to sele… 20648 policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || digestTPM) 20654 pcrs 20656 the pcrs parameter with bits corresponding to unimplemented 20689 policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || pcrDigest) 20693 In this computation, pcrs is the input parameter without modification. 20696 The pcrs parameter is expected to match the configuration of the TPM for which the policy is being 20750 pcrs 20874 pcrs[sizeof(TPML_PCR_SELECTION)]; [all …]
|
D | raw_commands_fixed.txt | 20651 The TPM will modify the pcrs parameter so that bits that correspond to unimplemented PCR are CLEAR. 20652 If policySession is not a trial policy session, the TPM will use the modified value of pcrs to sele… 20659 policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || digestTPM) 20665 pcrs 20667 the pcrs parameter with bits corresponding to unimplemented 20700 policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || pcrDigest) 20704 In this computation, pcrs is the input parameter without modification. 20707 The pcrs parameter is expected to match the configuration of the TPM for which the policy is being 20761 pcrs 20885 pcrs[sizeof(TPML_PCR_SELECTION)]; [all …]
|
D | commands.txt | 1661 _NAME pcrs
|