Home
last modified time | relevance | path

Searched refs:allocationSuccess (Results 1 – 7 of 7) sorted by relevance

/external/tpm2/
DPCR_Allocate.c46 out->allocationSuccess = (result == TPM_RC_SUCCESS); in TPM2_PCR_Allocate()
50 if(out->allocationSuccess == YES) in TPM2_PCR_Allocate()
DPCR_Allocate_fp.h18 TPMI_YES_NO allocationSuccess; member
DMarshal_PCR_Allocate.c27 total_size += TPMI_YES_NO_Marshal(&source->allocationSuccess, buffer, size); in PCR_Allocate_Out_Marshal()
Dpart3.txt9702 allocationSuccess parameter will be YES. Alternatively, if the request fails, The TPM may return
9746 TPMI_YES_NO allocationSuccess YES if the allocation succeeded
9803 32 out->allocationSuccess = (result == TPM_RC_SUCCESS);
9807 36 if(out->allocationSuccess == YES)
/external/tpm2/generator/
Dcommands.txt1426 _NAME allocationSuccess
Draw_commands.txt17341 then the allocationSuccess parameter will be YES.
17422 allocationSuccess
17526 out->allocationSuccess = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
17530 if(out->allocationSuccess == YES)
Draw_commands_fixed.txt17352 then the allocationSuccess parameter will be YES.
17433 allocationSuccess
17537 out->allocationSuccess = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
17541 if(out->allocationSuccess == YES)