Lines Matching refs:pcrHandle
7075 list. If pcrHandle references a PCR and not TPM_RH_NULL, then the returned digest list is processed…
7076 the same manner as the digest list input parameter to TPM2_PCR_Extend() with the pcrHandle in each
7103 TPMI_DH_PCR+ @ pcrHandle Auth Index: 1
7163 25 if(in->pcrHandle != TPM_RH_NULL)
7166 28 if(!PCRIsExtendAllowed(in->pcrHandle))
7178 40 if(gp.orderlyState != SHUTDOWN_NONE && PCRIsStateSaved(in->pcrHandle))
7207 64 if(in->pcrHandle != TPM_RH_NULL)
7208 65 PCRExtend(in->pcrHandle, hashAlg,
9288 pcrHandle is Extended into the bank identified by the tag (hashAlg).
9300 pcrNum the PCR numeric selector (pcrHandle)
9318 The pcrHandle parameter is allowed to reference TPM_RH_NULL. If so, the input parameters are
9345 TPMI_DH_PCR+ @pcrHandle Auth Handle: 1
9377 referenced by pcrHandle
9398 23 if(in->pcrHandle == TPM_RH_NULL)
9402 27 if(!PCRIsExtendAllowed(in->pcrHandle))
9407 32 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE)
9419 44 PCRExtend(in->pcrHandle, in->digests.digests[i].hashAlg,
9442 …ed PCR has been allocated. After the data is hashed, the digests list is returned. If the pcrHandle
9455 contain a digest for each bank, or it may only contain a digest for each bank in which pcrHandle is…
9456 If pcrHandle is TPM_RH_NULL, the TPM may return either an empty list or a digest for each bank.
9459 … implemented in the SHA1 bank. If pcrHandle references PCR[22], then digests may contain either a
9480 TPMI_DH_PCR+ @pcrHandle Auth Handle: 1
9514 referenced by pcrHandle
9530 18 if(in->pcrHandle != TPM_RH_NULL)
9533 21 if(!PCRIsExtendAllowed(in->pcrHandle))
9538 26 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE)
9559 47 if(in->pcrHandle != TPM_RH_NULL)
9560 48 PCRExtend(in->pcrHandle, hash, size,
9985 TPMI_DH_PCR @pcrHandle
10017 TPM_RC_VALUE PCR referenced by pcrHandle is not a member of a PCR
10031 15 if(!PCRBelongsAuthGroup(in->pcrHandle, &groupIndex))
10070 NOTE 1 The definition of TPMI_DH_PCR in TPM 2.0 Part 2 indicates that if pcrHandle is out o…
10073 If pcrHandle references a PCR that cannot be reset, the TPM shall return TPM_RC_LOCALITY.
10095 TPMI_DH_PCR @pcrHandle Auth Index: 1
10125 by pcrHandle
10137 14 if(!PCRIsResetAllowed(in->pcrHandle))
10142 19 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE)
10153 30 PCRSetValue(in->pcrHandle, 0);
10157 34 PCRChanged(in->pcrHandle);
10298 12 TPMI_DH_PCR pcrHandle = TPMIsStarted()
10315 29 if(PcrIsAllocated(pcrHandle,
10387 11 TPMI_DH_PCR pcrHandle;
10407 31 pcrHandle = PCR_FIRST + DRTM_PCR;
10414 38 pcrHandle = PCR_FIRST + HCRTM_PCR;
10424 48 if(PcrIsAllocated(pcrHandle,
10431 55 PcrDrtm(pcrHandle, hash, &digest);