Home | History | Annotate | Download | only in tpm2

Lines Matching full:parenthandle

2811     TPM_HANDLE            parentHandle,      //   IN: parent handle of the object to be created
2830 if( parentHandle == TPM_RH_ENDORSEMENT
2878 TPM_HANDLE parentHandle, // IN/OUT: indication of the seed
2902 if(HandleGetType(parentHandle) == TPM_HT_PERMANENT)
2904 seed = HierarchyGetPrimarySeed(parentHandle);
2909 parent = ObjectGet(parentHandle);
2955 if( parentHandle == TPM_RH_ENDORSEMENT