HomeSort by relevance Sort by last modified time
    Searched refs:pcrHandle (Results 1 - 19 of 19) sorted by null

  /external/tpm2/
PCR_Reset.c 15 // by pcrHandle
27 if(!PCRIsResetAllowed(in->pcrHandle))
32 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE)
43 PCRSetValue(in->pcrHandle, 0);
47 PCRChanged(in->pcrHandle);
PCR_Extend.c 15 // referenced by pcrHandle
36 if(in->pcrHandle == TPM_RH_NULL)
40 if(!PCRIsExtendAllowed(in->pcrHandle))
45 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE)
57 PCRExtend(in->pcrHandle, in->digests.digests[i].hashAlg,
_TPM_Hash_End.c 21 TPMI_DH_PCR pcrHandle;
41 pcrHandle = PCR_FIRST + DRTM_PCR;
48 pcrHandle = PCR_FIRST + HCRTM_PCR;
58 if(PcrIsAllocated(pcrHandle,
65 PcrDrtm(pcrHandle, hash, &digest);
EventSequenceComplete.c 38 if(in->pcrHandle != TPM_RH_NULL)
41 if(!PCRIsExtendAllowed(in->pcrHandle))
53 if(gp.orderlyState != SHUTDOWN_NONE && PCRIsStateSaved(in->pcrHandle))
77 if(in->pcrHandle != TPM_RH_NULL)
78 PCRExtend(in->pcrHandle, hashAlg,
PCR_Event.c 15 // referenced by pcrHandle
31 if(in->pcrHandle != TPM_RH_NULL)
34 if(!PCRIsExtendAllowed(in->pcrHandle))
39 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE)
60 if(in->pcrHandle != TPM_RH_NULL)
61 PCRExtend(in->pcrHandle, hash, size,
_TPM_Hash_Data.c 22 TPMI_DH_PCR pcrHandle = TPMIsStarted()
39 if(PcrIsAllocated(pcrHandle,
PCR_SetAuthValue.c 14 // TPM_RC_VALUE PCR referenced by pcrHandle is not a member of a PCR
28 if(!PCRBelongsAuthGroup(in->pcrHandle, &groupIndex))
PCR_Extend_fp.h 13 TPMI_DH_PCR pcrHandle;
PCR_Reset_fp.h 12 typedef struct { TPMI_DH_PCR pcrHandle; } PCR_Reset_In;
PCR_SetAuthValue_fp.h 13 TPMI_DH_PCR pcrHandle;
EventSequenceComplete_fp.h 13 TPMI_DH_PCR pcrHandle;
PCR_Event_fp.h 13 TPMI_DH_PCR pcrHandle;
PCR_fp.h 33 void PCRChanged(TPM_HANDLE pcrHandle // IN: the handle of the PCR that changed.
63 const TPMI_DH_PCR pcrHandle, // IN: the index of the PCR to be modified
Marshal_PCR_Reset.c 16 target->pcrHandle = request_handles[0];
Marshal_PCR_Extend.c 16 target->pcrHandle = request_handles[0];
Marshal_PCR_SetAuthValue.c 16 target->pcrHandle = request_handles[0];
Marshal_EventSequenceComplete.c 43 target->pcrHandle = request_handles[0];
Marshal_PCR_Event.c 43 target->pcrHandle = request_handles[0];
PCR.c 440 const TPMI_DH_PCR pcrHandle, // IN: the index of the PCR to be
446 BYTE *pcrData = GetPcrPointer(hash, pcrHandle);
457 PCRExtend(pcrHandle, hash, digest->t.size, (BYTE *)digest->t.buffer);
647 TPM_HANDLE pcrHandle // IN: the handle of the PCR that changed.
652 if(!PCRBelongsTCBGroup(pcrHandle))
    [all...]

Completed in 295 milliseconds