Searched refs:pcrDigest (Results 1 – 15 of 15) sorted by relevance
/external/tpm2/ |
D | PolicyPCR.c | 23 TPM2B_DIGEST pcrDigest; in TPM2_PolicyPCR() local 44 PCRComputeCurrentDigest(session->authHashAlg, &in->pcrs, &pcrDigest); in TPM2_PolicyPCR() 48 if(in->pcrDigest.t.size != 0) in TPM2_PolicyPCR() 50 if(!Memory2BEqual(&in->pcrDigest.b, &pcrDigest.b)) in TPM2_PolicyPCR() 57 pcrDigest = in->pcrDigest; in TPM2_PolicyPCR() 80 CryptUpdateDigest2B(&hashState, &pcrDigest.b); in TPM2_PolicyPCR()
|
D | PolicyPCR_fp.h | 14 TPM2B_DIGEST pcrDigest; member
|
D | Quote.c | 62 "ed.attested.quote.pcrDigest); in TPM2_Quote()
|
D | Marshal_PolicyPCR.c | 18 result = TPM2B_DIGEST_Unmarshal(&target->pcrDigest, buffer, size); in PolicyPCR_In_Unmarshal()
|
D | tpm_types.h | 892 TPM2B_DIGEST pcrDigest; member 1638 TPM2B_DIGEST pcrDigest; member
|
D | Object_spt.c | 605 &outCreation->t.creationData.pcrDigest); in FillInCreationData()
|
D | tpm_generated.c | 1007 total_size += TPM2B_DIGEST_Marshal(&source->pcrDigest, buffer, size); in TPMS_CREATION_DATA_Marshal() 1024 result = TPM2B_DIGEST_Unmarshal(&target->pcrDigest, buffer, size); in TPMS_CREATION_DATA_Unmarshal() 6168 total_size += TPM2B_DIGEST_Marshal(&source->pcrDigest, buffer, size); in TPMS_QUOTE_INFO_Marshal() 6180 result = TPM2B_DIGEST_Unmarshal(&target->pcrDigest, buffer, size); in TPMS_QUOTE_INFO_Unmarshal()
|
D | part3.txt | 7774 47 "ed.attested.quote.pcrDigest); 11535 session is used to compute a digest (digestTPM) of the selected PCR. If pcrDigest does not have a l… 11538 length of pcrDigest is zero, then policySession→policyDigest is extended by: 11583 …policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || pcrDigest) … 11589 NOTE 4 Although no PCR are checked in a trial policy session, pcrDigest is expected to cor… 11617 TPM2B_DIGEST pcrDigest 11647 … TPM_RC_VALUE if provided, pcrDigest does not match the current PCR settings 11656 10 TPM2B_DIGEST pcrDigest; 11676 30 PCRComputeCurrentDigest(session->authHashAlg, &in->pcrs, &pcrDigest); 11680 34 if(in->pcrDigest.t.size != 0) [all …]
|
D | part4.txt | 7412 508 &outCreation->t.creationData.pcrDigest);
|
/external/tpm2/generator/ |
D | structures.txt | 1159 _NAME pcrDigest 1550 _NAME pcrDigest
|
D | raw_commands_fixed.txt | 13749 "ed.attested.quote.pcrDigest); 20654 used to compute a digest (digestTPM) of the selected PCR. If pcrDigest does not have a length of ze… 20656 …make no change to policySession→policyDigest. If the values match, or if the length of pcrDigest is 20700 policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || pcrDigest) 20754 pcrDigest 20808 if provided, pcrDigest does not match the current PCR settings 20884 pcrDigest; 20904 PCRComputeCurrentDigest(session->authHashAlg, &in->pcrs, &pcrDigest); 20907 if(in->pcrDigest.t.size != 0) 20909 if(!Memory2BEqual(&in->pcrDigest.b, &pcrDigest.b)) [all …]
|
D | raw_commands.txt | 13738 "ed.attested.quote.pcrDigest); 20643 used to compute a digest (digestTPM) of the selected PCR. If pcrDigest does not have a length of ze… 20645 …make no change to policySession→policyDigest. If the values match, or if the length of pcrDigest is 20689 policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || pcrDigest) 20743 pcrDigest 20797 if provided, pcrDigest does not match the current PCR settings 20873 pcrDigest; 20893 PCRComputeCurrentDigest(session->authHashAlg, &in->pcrs, &pcrDigest); 20896 if(in->pcrDigest.t.size != 0) 20898 if(!Memory2BEqual(&in->pcrDigest.b, &pcrDigest.b)) [all …]
|
D | commands.txt | 1658 _NAME pcrDigest
|
D | raw_structures_fixed.txt | 12023 pcrDigest 16057 list indicating the PCR included in pcrDigest 16059 pcrDigest 16065 pcrDigest.size shall be zero if the pcrSelect list is empty.
|
D | raw_structures.txt | 12000 pcrDigest 16082 list indicating the PCR included in pcrDigest 16084 pcrDigest 16090 pcrDigest.size shall be zero if the pcrSelect list is empty.
|