OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcrCounter
(Results
1 - 5
of
5
) sorted by null
/external/tpm2/
PolicyPCR.c
15
// TPM_RC_PCR_CHANGED a previous TPM2_PolicyPCR() set
pcrCounter
and it has changed
40
if(session->
pcrCounter
!= 0 && session->
pcrCounter
!= gr.
pcrCounter
)
85
// update
pcrCounter
in session context for non trial session
88
session->
pcrCounter
= gr.
pcrCounter
;
PCR_fp.h
82
UINT32 *
pcrCounter
// OUT: the current value of PCR generation number
Global.h
332
UINT32
pcrCounter
; // PCR counter value when PCR is
391
UINT32
pcrCounter
;
[
all
...]
Session.c
199
if( session->
pcrCounter
!= 0
200
&& session->
pcrCounter
!= gr.
pcrCounter
670
// Reset the
pcrCounter
671
session->
pcrCounter
= 0;
[
all
...]
PCR.c
478
gr.
pcrCounter
= 0;
643
// PCR causes an increment of the
pcrCounter
. If it does, then the function increments the counter.
653
gr.
pcrCounter
++;
715
gr.
pcrCounter
++;
780
UINT32 *
pcrCounter
// OUT: the current value of PCR generation
843
*
pcrCounter
= gr.
pcrCounter
;
[
all
...]
Completed in 2147 milliseconds