Home
last modified time | relevance | path

Searched refs:maxPCR (Results 1 – 5 of 5) 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()