Home | History | Annotate | Download | only in tpm2

Lines Matching refs:handleList

1815    TPML_HANDLE           *handleList,     // IN/OUT: sorted handle list
1825 if(handleList->count == 0)
1827 handleList->handle[0] = entityHandle;
1828 handleList->count++;
1832 originalCount = handleList->count;
1834 handleList->count++;
1838 if(handleList
1840 for(j = handleList->count - 1; j > i; j--)
1842 handleList->handle[j] = handleList->handle[j-1];
1848 if(i < originalCount || handleList->count > originalCount)
1849 handleList->handle[i] = entityHandle;
1869 TPML_HANDLE *handleList // OUT: list of handle
1877 handleList->count = 0;
1890 if(handleList->count == count)
1898 InsertSort(handleList, count, entityHandle);
1919 TPML_HANDLE *handleList // OUT: list of handle
1927 handleList->count = 0;
1940 if(handleList->count == count)
1948 InsertSort(handleList, count, entityHandle);