Searched refs:pcrAllocation (Results 1 – 7 of 7) 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 | 14 TPML_PCR_SELECTION pcrAllocation; member
|
D | Marshal_PCR_Allocate.c | 48 result = TPML_PCR_SELECTION_Unmarshal(&target->pcrAllocation, buffer, size); in PCR_Allocate_In_Unmarshal()
|
D | part3.txt | 9681 This command will only change the allocations of banks that are listed in pcrAllocation. 9686 …pcrAllocation would have to have two selections: one for the empty SHA1 bank and one for the SHA256 9690 If a bank is listed more than once, then the last selection in the pcrAllocation list is the one th… 9736 TPML_PCR_SELECTION pcrAllocation the requested allocation 9797 26 result = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
|
/external/tpm2/generator/ |
D | commands.txt | 1415 _NAME pcrAllocation
|
D | raw_commands.txt | 17333 than once, then the last selection in the pcrAllocation list is the one that the TPM will attempt t… 17395 pcrAllocation 17526 out->allocationSuccess = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
|
D | raw_commands_fixed.txt | 17344 than once, then the last selection in the pcrAllocation list is the one that the TPM will attempt t… 17406 pcrAllocation 17537 out->allocationSuccess = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
|