Home | History | Annotate | Download | only in tpm2

Lines Matching refs:handleList

1261       TPML_HANDLE      *handleList          // OUT: list of handle
1268 handleList->count = 0;
1274 if(handleList->count < count)
1278 handleList->handle[handleList->count] = i + PCR_FIRST;
1279 handleList->count++;