Home
last modified time | relevance | path

Searched refs:MAX_LOADED_SESSIONS (Results 1 – 5 of 5) sorted by relevance

/external/tpm2/
DSession.c44 if(entry > MAX_LOADED_SESSIONS) in ContextIdSetOldest()
73 for(i = 0; i < MAX_LOADED_SESSIONS; i++) in SessionStartup()
76 s_freeSessionSlots = MAX_LOADED_SESSIONS; in SessionStartup()
90 if (gr.contextArray[i] <= MAX_LOADED_SESSIONS) in SessionStartup()
104 gr.contextCounter = MAX_LOADED_SESSIONS + 1; in SessionStartup()
139 || gr.contextArray[handle] > MAX_LOADED_SESSIONS in SessionIsLoaded()
173 || gr.contextArray[handle] <= MAX_LOADED_SESSIONS in SessionIsSaved()
226 pAssert(sessionIndex < MAX_LOADED_SESSIONS); in SessionGet()
258 pAssert(sessionIndex < MAX_LOADED_SESSIONS); in ContextIdSessionCreate()
324 for(slotIndex = 0; slotIndex < MAX_LOADED_SESSIONS; slotIndex++) in SessionCreate()
[all …]
DGlobal.c97 SESSION_SLOT s_sessions[MAX_LOADED_SESSIONS];
DPropertyCap.c116 *value = MAX_LOADED_SESSIONS; in TPMPropertyIsDefined()
DGlobal.h1145 extern SESSION_SLOT s_sessions[MAX_LOADED_SESSIONS];
DImplementation.h246 #define MAX_LOADED_SESSIONS 3 macro