Searched refs:pcrCounter (Results 1 – 5 of 5) sorted by relevance
40 if(session->pcrCounter != 0 && session->pcrCounter != gr.pcrCounter) in TPM2_PolicyPCR()88 session->pcrCounter = gr.pcrCounter; in TPM2_PolicyPCR()
477 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() argument842 *pcrCounter = gr.pcrCounter; in PCRRead()
332 UINT32 pcrCounter; // PCR counter value when PCR is member391 UINT32 pcrCounter; member921 UINT32 pcrCounter; // The default reset value is 0. member
199 if( session->pcrCounter != 0 in SessionPCRValueIsCurrent()200 && session->pcrCounter != gr.pcrCounter in SessionPCRValueIsCurrent()671 session->pcrCounter = 0; in SessionResetPolicyData()
82 UINT32 *pcrCounter // OUT: the current value of PCR generation number