Searched refs:maxPCR (Results 1 – 5 of 5) sorted by relevance
40 result = PCRAllocate(&in->pcrAllocation, &out->maxPCR, in TPM2_PCR_Allocate()
19 UINT32 maxPCR; member
11 UINT32 *maxPCR, // OUT: Maximum number of PCR
883 UINT32 *maxPCR, // OUT: Maximum number of PCR in PCRAllocate() argument921 *maxPCR = sizeof(s_initAttributes) / sizeof(PCR_Attributes); in PCRAllocate()922 if(*maxPCR > IMPLEMENTATION_PCR) in PCRAllocate()923 *maxPCR = IMPLEMENTATION_PCR; in PCRAllocate()
28 total_size += UINT32_Marshal(&source->maxPCR, buffer, size); in PCR_Allocate_Out_Marshal()