Searched refs:maxPCR (Results 1 – 10 of 10) sorted by relevance
/external/tpm2/ |
D | PCR_Allocate.c | 40 result = PCRAllocate(&in->pcrAllocation, &out->maxPCR, in TPM2_PCR_Allocate()
|
D | PCR_Allocate_fp.h | 19 UINT32 maxPCR; member
|
D | PCR_fp.h | 11 UINT32 *maxPCR, // OUT: Maximum number of PCR
|
D | PCR.c | 883 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()
|
D | Marshal_PCR_Allocate.c | 28 total_size += UINT32_Marshal(&source->maxPCR, buffer, size); in PCR_Allocate_Out_Marshal()
|
D | part4.txt | 13398 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;
|
D | part3.txt | 9747 UINT32 maxPCR maximum number of PCR that may be in a bank 9797 26 result = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
|
/external/tpm2/generator/ |
D | commands.txt | 1429 _NAME maxPCR
|
D | raw_commands.txt | 17428 maxPCR 17526 out->allocationSuccess = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
|
D | raw_commands_fixed.txt | 17439 maxPCR 17537 out->allocationSuccess = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
|