HomeSort by relevance Sort by last modified time
    Searched full:s_sessions (Results 1 - 3 of 3) sorted by null

  /external/tpm2/
Global.c 97 SESSION_SLOT s_sessions[MAX_LOADED_SESSIONS]; variable
Session.c 74 s_sessions[i].occupied = FALSE; // session slot is not occupied
227 return &s_sessions[sessionIndex].session;
327 if(s_sessions[slotIndex].occupied == FALSE)
329 session = &s_sessions[slotIndex].session;
343 s_sessions[slotIndex].occupied = TRUE;
471 s_sessions[slotIndex].occupied = FALSE;
508 if(s_sessions[slotIndex].occupied == FALSE) break;
528 s_sessions[slotIndex].session = *session;
530 s_sessions[slotIndex].occupied = TRUE;
577 s_sessions[slotIndex].occupied = FALSE
    [all...]
Global.h     [all...]

Completed in 153 milliseconds