Home | History | Annotate | Download | only in tpm2

Lines Matching defs:session

16 //                                   session context
17 // TPM_RC_HANDLE 'context. savedHandle' does not reference a saved session
21 // TPM_RC_SESSION_MEMORY no free session slots
90 // Perform object or session specific input check
125 SESSION *session = (SESSION *)(in->context.contextBlob.t.buffer
141 // Check if input handle points to a valid saved session
145 // Restore session. A TPM_RC_SESSION_MEMORY, TPM_RC_CONTEXT_GAP error
147 result = SessionContextLoad(session, &in->context.savedHandle);
160 // Context blob may only have an object handle or a session handle.