Home
last modified time | relevance | path

Searched refs:FindEmptyObjectSlot (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DLoad.c80 newObject = FindEmptyObjectSlot(&out->objectHandle); in TPM2_Load()
DLoadExternal.c82 object = FindEmptyObjectSlot(&out->objectHandle); in TPM2_LoadExternal()
DCreate.c107 newObject = FindEmptyObjectSlot(NULL); in TPM2_Create()
DCreateLoaded.c102 newObject = FindEmptyObjectSlot(&out->objectHandle); in TPM2_CreateLoaded()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DCreatePrimary.c81 newObject = FindEmptyObjectSlot(&out->objectHandle); in TPM2_CreatePrimary()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DObject_fp.h152 FindEmptyObjectSlot(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DObject.c263 FindEmptyObjectSlot( in FindEmptyObjectSlot() function
292 OBJECT *object = FindEmptyObjectSlot(handle); in ObjectAllocateSlot()