/external/tpm2/ |
D | ContextSave.c | 27 UINT64 contextID = 0; // session context ID in TPM2_ContextSave() local 147 result = SessionContextSave(out->context.savedHandle, &contextID); in TPM2_ContextSave() 151 out->context.sequence = contextID; in TPM2_ContextSave()
|
D | Session_fp.h | 31 CONTEXT_COUNTER *contextID // OUT: assigned contextID
|
D | Session.c | 429 CONTEXT_COUNTER *contextID // OUT: assigned contextID in SessionContextSave() argument 443 if(contextID != NULL) in SessionContextSave() 444 *contextID = gr.contextCounter; in SessionContextSave()
|
D | part4.txt | 1896 … The SESSION structure contains all the context of a session except for the associated contextID. 1898 …NOTE: The contextID of a session is only relevant when the session context is stored off… 2574 581 // 'contextID' is derived. The 14079 …The TPM prevents collisions of these truncated values by not allowing a contextID to be assigned i… 14084 …The contextID is assigned when the context is saved (TPM2_ContextSave()). At that time, the TPM wi… 14089 …TPM), and save it. Since loading the oldest session also eliminates its contextID value from conte… 14126 …a list of contextID). The full contextID has high-order bits that are either the same as the curre… 14140 … This function is called when the oldest contextID is being loaded or deleted. Once a saved context 14148 …Note if we subtract the counter value, from each slot that contains a saved contextID we get (- - … 14407 …TPM_RC_CONTEXT_GAP can't assign a new contextID until the oldest saved session cont… [all …]
|
D | part3.txt | 2292 If the TPM implements a “gap” scheme for assigning contextID values, then the TPM shall return 15955 TPM_RC_CONTEXT_GAP a contextID could not be assigned for a session context save 15967 14 UINT64 contextID = 0; // session context ID 16096 133 result = SessionContextSave(out->context.savedHandle, &contextID); 16099 136 // sequence number is the current session contextID 16100 137 out->context.sequence = contextID;
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 577 __glXIsDirect(Display * dpy, GLXContextID contextID) in __glXIsDirect() argument 595 (c, contextID), in __glXIsDirect() 614 req->context = contextID; in __glXIsDirect() 1418 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT() argument 1450 if (contextID == None) { in glXImportContextEXT() 1451 __glXSendError(dpy, GLXBadContext, contextID, X_GLXIsDirect, false); in glXImportContextEXT() 1455 if (__glXIsDirect(dpy, contextID)) in glXImportContextEXT() 1472 req->context = contextID; in glXImportContextEXT() 1485 req->context = contextID; in glXImportContextEXT() 1544 ctx->xid = contextID; in glXImportContextEXT()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
|
D | realglx.h | 210 _real_glXImportContextEXT(Display *dpy, GLXContextID contextID);
|
D | glxapi.c | 738 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT() argument 744 return (t->ImportContextEXT)(dpy, contextID); in glXImportContextEXT()
|
D | fakeglx.c | 2495 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) in Fake_glXImportContextEXT() argument 2498 (void) contextID; in Fake_glXImportContextEXT()
|
/external/mesa3d/include/GL/ |
D | glxext.h | 669 extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID); 675 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glxext.h | 410 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
|
D | glxew.h | 583 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display* dpy, GLXContextID contextID);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2290 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT() argument 2293 (void) contextID; in glXImportContextEXT()
|
/external/tpm2/generator/ |
D | raw_structures_fixed.txt | 6467 contextID values of two saved session contexts 15935 (TPM2_ContextLoad()). The session sequence number is the contextID counter. 15937 refreshed if the contextID are too widely separated. 15941 contextID minus the maximum range for sessions, the TPM shall return an error (TPM_RC_VALUE) and
|
D | raw_structures.txt | 6471 contextID values of two saved session contexts 15960 (TPM2_ContextLoad()). The session sequence number is the contextID counter. 15962 refreshed if the contextID are too widely separated. 15966 contextID minus the maximum range for sessions, the TPM shall return an error (TPM_RC_VALUE) and
|
D | raw_commands_fixed.txt | 3547 If the TPM implements a “gap” scheme for assigning contextID values, then the TPM shall return 28779 a contextID could not be assigned for a session context save 28868 contextID = 0; 29119 result = SessionContextSave(out->context.savedHandle, &contextID); 29121 // sequence number is the current session contextID 29122 out->context.sequence = contextID;
|
D | raw_commands.txt | 3547 If the TPM implements a “gap” scheme for assigning contextID values, then the TPM shall return 28768 a contextID could not be assigned for a session context save 28857 contextID = 0; 29108 result = SessionContextSave(out->context.savedHandle, &contextID); 29110 // sequence number is the current session contextID 29111 out->context.sequence = contextID;
|