Home | History | Annotate | Download | only in tpm2

Lines Matching defs:session

20 //     TPM_RC_SESSION_HANDLES            no session handle is available
21 // TPM_RC_SESSION_MEMORY no more slots for loading a session
37 SESSION *session; // session internal data
43 // than the digest size of session hash.
63 // HMAC session input handle check.
98 // Create internal session structure. TPM_RC_CONTEXT_GAP, TPM_RC_NO_HANDLES
101 // The detailed actions for creating the session context are not shown here
113 // Get session pointer
114 session = SessionGet(out->sessionHandle);
117 out->nonceTPM = session->nonceTPM;