Searched refs:pcrCounter (Results 1 – 9 of 9) 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()
326 UINT32 pcrCounter; // PCR counter value when PCR is member385 UINT32 pcrCounter; member915 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
1913 191 UINT32 pcrCounter; // PCR counter value when PC…1984 245 UINT32 pcrCounter;2619 620 UINT32 pcrCounter; // The default reset value is 0.12920 367 gr.pcrCounter = 0;13118 … PCR causes an increment of the pcrCounter. If it does, then the function increments the counter.13128 521 gr.pcrCounter++;13200 567 gr.pcrCounter++;13276 623 UINT32 *pcrCounter // OUT: the current value of PCR generation13354 691 *pcrCounter = gr.pcrCounter;14353 137 if( session->pcrCounter != 0[all …]
10155 32 // Indicate that the PCR changed so that pcrCounter will be incremented if11648 TPM_RC_PCR_CHANGED a previous TPM2_PolicyPCR() set pcrCounter and it has changed11672 26 if(session->pcrCounter != 0 && session->pcrCounter != gr.pcrCounter)11721 70 // update pcrCounter in session context for non trial session11724 73 session->pcrCounter = gr.pcrCounter;
18148 // Indicate that the PCR changed so that pcrCounter will be incremented if20854 a previous TPM2_PolicyPCR() set pcrCounter and it has changed20890 if(session->pcrCounter != 0 && session->pcrCounter != gr.pcrCounter)20964 // update pcrCounter in session context for non trial session20967 session->pcrCounter = gr.pcrCounter;
18159 // Indicate that the PCR changed so that pcrCounter will be incremented if20865 a previous TPM2_PolicyPCR() set pcrCounter and it has changed20901 if(session->pcrCounter != 0 && session->pcrCounter != gr.pcrCounter)20975 // update pcrCounter in session context for non trial session20978 session->pcrCounter = gr.pcrCounter;