Searched refs:pcrCounter (Results 1 – 5 of 5) sorted by relevance
73 if(session->pcrCounter != 0 && session->pcrCounter != gr.pcrCounter) in TPM2_PolicyPCR()119 session->pcrCounter = gr.pcrCounter; in TPM2_PolicyPCR()
491 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() argument866 *pcrCounter = gr.pcrCounter; in PCRRead()
336 if(session->pcrCounter != 0 in SessionPCRValueIsCurrent()337 && session->pcrCounter != gr.pcrCounter in SessionPCRValueIsCurrent()860 session->pcrCounter = 0; in SessionResetPolicyData()
328 UINT32 pcrCounter; // PCR counter value when PCR is member395 UINT32 pcrCounter;1028 UINT32 pcrCounter; // The default reset value is 0. member
239 UINT32 *pcrCounter // OUT: the current value of PCR generation