Home
last modified time | relevance | path

Searched refs:pcrCounter (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/
DPolicyPCR.c73 if(session->pcrCounter != 0 && session->pcrCounter != gr.pcrCounter) in TPM2_PolicyPCR()
119 session->pcrCounter = gr.pcrCounter; in TPM2_PolicyPCR()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPCR.c491 gr.pcrCounter = 0; in PCRStartup()
676 gr.pcrCounter++; in PCRChanged()
677 if(gr.pcrCounter == 0) in PCRChanged()
799 UINT32 *pcrCounter // OUT: the current value of PCR generation in PCRRead() argument
866 *pcrCounter = gr.pcrCounter; in PCRRead()
DSession.c336 if(session->pcrCounter != 0 in SessionPCRValueIsCurrent()
337 && session->pcrCounter != gr.pcrCounter in SessionPCRValueIsCurrent()
860 session->pcrCounter = 0; in SessionResetPolicyData()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h328 UINT32 pcrCounter; // PCR counter value when PCR is member
395 UINT32 pcrCounter;
1028 UINT32 pcrCounter; // The default reset value is 0. member
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DPCR_fp.h239 UINT32 *pcrCounter // OUT: the current value of PCR generation