OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleNum
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
SessionProcess_fp.h
19
UINT32
handleNum
, // IN: number of handles in command
28
UINT32
handleNum
, // IN: number of element in handle array
ExecCommand.c
56
UINT32
handleNum
= 0; // number of handles unmarshaled into
189
result = ParseHandleBuffer(commandCode, &buffer, &size, handles, &
handleNum
);
194
pAssert(
handleNum
<= MAX_HANDLE_NUM);
197
for(i = 0; i <
handleNum
; i++)
241
handleNum
,
259
result = CheckAuthNoSession(commandCode,
handleNum
, handles,
SessionProcess.c
466
UINT32
handleNum
, // IN: number of handle
489
for(i = 0; i <
handleNum
; i++)
504
for(i = 0; i <
handleNum
; i++)
[
all
...]
Completed in 339 milliseconds