Home
last modified time | relevance | path

Searched refs:s_objects (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DObject.c81 ObjectFlush(&s_objects[i]); in ObjectStartup()
104 OBJECT *object = &s_objects[i]; in ObjectCleanupEvict()
133 return (s_objects[slotIndex].attributes.occupied == TRUE); in IsObjectPresent()
173 pAssert(s_objects[index].attributes.occupied); in HandleToObject()
174 return &s_objects[index]; in HandleToObject()
272 object = &s_objects[i]; in FindEmptyObjectSlot()
687 MemorySet((BYTE*)&(s_objects[index].attributes), in FlushObject()
705 if(s_objects[i].attributes.occupied) // If found an occupied slot in ObjectFlushHierarchy()
710 if(s_objects[i].attributes.ppsHierarchy == SET) in ObjectFlushHierarchy()
711 s_objects[i].attributes.occupied = FALSE; in ObjectFlushHierarchy()
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h1296 EXTERN OBJECT s_objects[MAX_LOADED_OBJECTS]; variable