Home
last modified time | relevance | path

Searched refs:maxPCR (Results 1 – 10 of 10) sorted by relevance

/external/tpm2/
DPCR_Allocate.c40 result = PCRAllocate(&in->pcrAllocation, &out->maxPCR, in TPM2_PCR_Allocate()
DPCR_Allocate_fp.h19 UINT32 maxPCR; member
DPCR_fp.h11 UINT32 *maxPCR, // OUT: Maximum number of PCR
DPCR.c883 UINT32 *maxPCR, // OUT: Maximum number of PCR in PCRAllocate() argument
921 *maxPCR = sizeof(s_initAttributes) / sizeof(PCR_Attributes); in PCRAllocate()
922 if(*maxPCR > IMPLEMENTATION_PCR) in PCRAllocate()
923 *maxPCR = IMPLEMENTATION_PCR; in PCRAllocate()
DMarshal_PCR_Allocate.c28 total_size += UINT32_Marshal(&source->maxPCR, buffer, size); in PCR_Allocate_Out_Marshal()
Dpart4.txt13398 717 UINT32 *maxPCR, // OUT: Maximum number of PCR
13443 757 *maxPCR = sizeof(s_initAttributes) / sizeof(PCR_Attributes);
13444 758 if(*maxPCR > IMPLEMENTATION_PCR)
13445 759 *maxPCR = IMPLEMENTATION_PCR;
Dpart3.txt9747 UINT32 maxPCR maximum number of PCR that may be in a bank
9797 26 result = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
/external/tpm2/generator/
Dcommands.txt1429 _NAME maxPCR
Draw_commands.txt17428 maxPCR
17526 out->allocationSuccess = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
Draw_commands_fixed.txt17439 maxPCR
17537 out->allocationSuccess = PCRAllocate(&in->pcrAllocation, &out->maxPCR,