OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizeAvailable
(Results
1 - 5
of
5
) sorted by null
/external/tpm2/
PCR_Allocate.c
41
&out->sizeNeeded, &out->
sizeAvailable
);
PCR_Allocate_fp.h
21
UINT32
sizeAvailable
;
PCR_fp.h
13
UINT32 *
sizeAvailable
// OUT: available space
Marshal_PCR_Allocate.c
30
total_size += UINT32_Marshal(&source->
sizeAvailable
, buffer, size);
PCR.c
886
UINT32 *
sizeAvailable
// OUT: available space
959
// allocate PCR. Different implementation may return a
sizeAvailable
less
961
*
sizeAvailable
= sizeof(s_pcrs);
[
all
...]
Completed in 81 milliseconds