Home | History | Annotate | Download | only in tpm2

Lines Matching full:session

15 //     TPM_RC_CONTEXT_GAP                a contextID could not be assigned for a session context save
27 UINT64 contextID = 0; // session context ID
52 // for a session will be the same as input
63 // Perform object or session specific context save
119 SESSION *session = SessionGet(in->saveHandle);
123 // size of a internal session structure plus the size of
126 fingerprintSize + sizeof(*session);
132 // Copy the whole internal SESSION structure to context blob.
138 session, sizeof(*session),
142 // Fill in the other return parameters for a session
143 // Get a context ID and set the session tracking values appropriately
150 // sequence number is the current session contextID
153 // use TPM_RH_NULL as hierarchy for session context
159 // SaveContext may only take an object handle or a session handle.