Home
last modified time | relevance | path

Searched refs:inHandle (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DHandle.c37 TPM_HANDLE inHandle // IN: the handle to check in NextPermanentHandle() argument
42 if(inHandle < TPM_RH_FIRST) in NextPermanentHandle()
43 inHandle = TPM_RH_FIRST; in NextPermanentHandle()
46 for(; inHandle <= TPM_RH_LAST; inHandle++) in NextPermanentHandle()
48 switch (inHandle) in NextPermanentHandle()
60 return inHandle; in NextPermanentHandle()
Dpart4.txt17214 13 TPM_HANDLE inHandle // IN: the handle to check
17217 16 // If inHandle is below the start of the range of permanent handles
17219 18 if(inHandle < TPM_RH_FIRST)
17220 19 inHandle = TPM_RH_FIRST;
17223 22 for(; inHandle <= TPM_RH_LAST; inHandle++)
17225 24 switch (inHandle)
17237 36 return inHandle;