Home | History | Annotate | Download | only in tpm2

Lines Matching refs:handle

18    TPMI_DH_OBJECT         handle;
27 // Create an event sequence object and store the handle in global
38 // slot numbers and handle numbers. To handle the general case, scan for
39 // a handle that is assigned and free it for the DRTM sequence.
42 // failed indicating that all slots are occupied, then the first handle we
45 for(handle = TRANSIENT_FIRST; handle < TRANSIENT_LAST; handle++)
48 if(ObjectIsPresent(handle))
53 pAssert(handle < TRANSIENT_LAST);
56 ObjectFlush(handle);