OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxPCR
(Results
1 - 5
of
5
) sorted by null
/external/tpm2/
PCR_Allocate.c
40
result = PCRAllocate(&in->pcrAllocation, &out->
maxPCR
,
PCR_Allocate_fp.h
19
UINT32
maxPCR
;
PCR_fp.h
11
UINT32 *
maxPCR
, // OUT: Maximum number of PCR
Marshal_PCR_Allocate.c
28
total_size += UINT32_Marshal(&source->
maxPCR
, buffer, size);
PCR.c
884
UINT32 *
maxPCR
, // OUT: Maximum number of PCR
922
*
maxPCR
= sizeof(s_initAttributes) / sizeof(PCR_Attributes);
923
if(*
maxPCR
> IMPLEMENTATION_PCR)
924
*
maxPCR
= IMPLEMENTATION_PCR;
[
all
...]
Completed in 142 milliseconds