Home
last modified time | relevance | path

Searched refs:contextCounter (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DSession.c39 lowBits = (CONTEXT_SLOT)gr.contextCounter; in ContextIdSetOldest()
104 gr.contextCounter = MAX_LOADED_SESSIONS + 1; in SessionStartup()
268 if( (CONTEXT_SLOT)gr.contextCounter in ContextIdSessionCreate()
440 && gr.contextArray[s_oldestSavedSession] == (CONTEXT_SLOT)gr.contextCounter) in SessionContextSave()
444 *contextID = gr.contextCounter; in SessionContextSave()
452 gr.contextArray[contextIndex] = (CONTEXT_SLOT)gr.contextCounter; in SessionContextSave()
454 gr.contextCounter++; in SessionContextSave()
456 if(gr.contextCounter == 0) in SessionContextSave()
459 gr.contextCounter--; in SessionContextSave()
465 if(((CONTEXT_SLOT)gr.contextCounter) == 0) in SessionContextSave()
[all …]
DGlobal.h883 CONTEXT_COUNTER contextCounter; // This array contains contains the member
Dpart4.txt2577 584 CONTEXT_COUNTER contextCounter; // This array contains contains the
14074 …The counter (contextCounter)in this implementation is a UINT64 but can be smaller. The "tracking a…
14085 … compare the low-order 16 bits of contextCounter to the existing values in contextArray and if one
14143 value of contextCounter.
14146contextCounter is an 8-bit counter with a value of 0x37. Since the low nibble is 7, that means tha…
14170 18 lowBits = (CONTEXT_SLOT)gr.contextCounter;
14245 81 gr.contextCounter = MAX_LOADED_SESSIONS + 1;
14439 187 if( (CONTEXT_SLOT)gr.contextCounter
14651 354 // of the contextCounter, then the GAP is maxed out.
14652 355 && gr.contextArray[s_oldestSavedSession] == (CONTEXT_SLOT)gr.contextCounter)
[all …]