Home
last modified time | relevance | path

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

/external/tpm2/
DPolicyPCR.c40 if(session->pcrCounter != 0 && session->pcrCounter != gr.pcrCounter) in TPM2_PolicyPCR()
88 session->pcrCounter = gr.pcrCounter; in TPM2_PolicyPCR()
DPCR.c477 gr.pcrCounter = 0; in PCRStartup()
652 gr.pcrCounter++; in PCRChanged()
714 gr.pcrCounter++; in PCRExtend()
779 UINT32 *pcrCounter // OUT: the current value of PCR generation in PCRRead() argument
842 *pcrCounter = gr.pcrCounter; in PCRRead()
DGlobal.h332 UINT32 pcrCounter; // PCR counter value when PCR is member
391 UINT32 pcrCounter; member
921 UINT32 pcrCounter; // The default reset value is 0. member
DSession.c199 if( session->pcrCounter != 0 in SessionPCRValueIsCurrent()
200 && session->pcrCounter != gr.pcrCounter in SessionPCRValueIsCurrent()
671 session->pcrCounter = 0; in SessionResetPolicyData()
DPCR_fp.h82 UINT32 *pcrCounter // OUT: the current value of PCR generation number