Home | History | Annotate | Download | only in tpm2

Lines Matching refs:handle

16 //     This function returns the type of a handle which is the MSO of the handle.
20 TPM_HANDLE handle // IN: a handle to be checked
24 return (TPM_HT) ((handle & HR_RANGE_MASK) >> HR_SHIFT);
30 // This function returns the permanent handle that is equal to the input value or is the next higher value. If
31 // there is no handle with the input value and there is no next higher value, it returns 0:
37 TPM_HANDLE inHandle // IN: the handle to check
44 // scan from input value untill we find an implemented permanent handle
73 // This function returns a list of the permanent handles of PCR, started from handle. If handle is larger than
74 // the largest permanent handle, an empty list will be returned with more set to NO.
83 TPM_HANDLE handle, // IN: start handle
84 UINT32 count, // IN: count of returned handle
85 TPML_HANDLE *handleList // OUT: list of handle
90 pAssert(HandleGetType(handle) == TPM_HT_PERMANENT);
91 // Initialize output handle list
95 // Iterate permanent handle range
96 for(i = NextPermanentHandle(handle);
102 // handle to it
103 handleList->handle[handleList->count] = i;
108 // If the return list is full but we still have permanent handle