Home
last modified time | relevance | path

Searched refs:pcrCounter (Results 1 – 9 of 9) 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.h326 UINT32 pcrCounter; // PCR counter value when PCR is member
385 UINT32 pcrCounter; member
915 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
Dpart4.txt1913 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 generation
13354 691 *pcrCounter = gr.pcrCounter;
14353 137 if( session->pcrCounter != 0
[all …]
Dpart3.txt10155 32 // Indicate that the PCR changed so that pcrCounter will be incremented if
11648 TPM_RC_PCR_CHANGED a previous TPM2_PolicyPCR() set pcrCounter and it has changed
11672 26 if(session->pcrCounter != 0 && session->pcrCounter != gr.pcrCounter)
11721 70 // update pcrCounter in session context for non trial session
11724 73 session->pcrCounter = gr.pcrCounter;
/external/tpm2/generator/
Draw_commands.txt18148 // Indicate that the PCR changed so that pcrCounter will be incremented if
20854 a previous TPM2_PolicyPCR() set pcrCounter and it has changed
20890 if(session->pcrCounter != 0 && session->pcrCounter != gr.pcrCounter)
20964 // update pcrCounter in session context for non trial session
20967 session->pcrCounter = gr.pcrCounter;
Draw_commands_fixed.txt18159 // Indicate that the PCR changed so that pcrCounter will be incremented if
20865 a previous TPM2_PolicyPCR() set pcrCounter and it has changed
20901 if(session->pcrCounter != 0 && session->pcrCounter != gr.pcrCounter)
20975 // update pcrCounter in session context for non trial session
20978 session->pcrCounter = gr.pcrCounter;