Home | History | Annotate | Download | only in tpm2

Lines Matching full:contextid

2345 If the TPM implements a ?gap? scheme for assigning contextID values, then the TPM shall return
16329 TPM_RC_CONTEXT_GAP a contextID could not be assigned for a session context save
16341 14 UINT64 contextID = 0; // session context ID
16472 133 result = SessionContextSave(out->context.savedHandle, &contextID);
16475 136 // sequence number is the current session contextID
16476 137 out->context.sequence = contextID;