Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPCR.c885 TPML_PCR_SELECTION newAllocate; in PCRAllocate() local
896 newAllocate = gp.pcrAllocated; in PCRAllocate()
899 for(j = 0; j < newAllocate.count; j++) in PCRAllocate()
907 if(newAllocate.pcrSelections[j].hash == in PCRAllocate()
910 newAllocate.pcrSelections[j] = allocate->pcrSelections[i]; in PCRAllocate()
915 pAssert(j < newAllocate.count); in PCRAllocate()
925 for(i = 0; i < newAllocate.count; i++) in PCRAllocate()
928 = CryptHashGetDigestSize(newAllocate.pcrSelections[i].hash); in PCRAllocate()
932 newAllocate.pcrSelections[i].pcrSelect, in PCRAllocate()
933 newAllocate.pcrSelections[i].sizeofSelect); in PCRAllocate()
[all …]