HomeSort by relevance Sort by last modified time
    Searched refs:pcrSelect (Results 1 - 5 of 5) sorted by null

  /external/tpm2/
PCR.c 224 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].pcrSelect[i]
306 if(((gp.pcrAllocated.pcrSelections[i].pcrSelect[pcr/8])
391 && ((selection->pcrSelect[pcr/8]) & (1 << (pcr % 8))) != 0)
410 selection->pcrSelect[i] = 0;
425 selection->pcrSelect[i] = 0;
428 selection->pcrSelect[i] &= allocated->pcrSelect[i];
809 select->pcrSelect[pcr/8] &= (BYTE) ~(1 << (pcr % 8));
835 MemorySet(selection->pcrSelections[i].pcrSelect, 0,
950 if((newAllocate.pcrSelections[i].pcrSelect[j] & mask) != 0
    [all...]
Quote.c 61 &in->PCRselect,
64 // Copy PCR select. "PCRselect" is modified in PCRComputeCurrentDigest
66 quoted.attested.quote.pcrSelect = in->PCRselect;
tpm_types.h 710 BYTE pcrSelect[PCR_SELECT_MAX];
717 BYTE pcrSelect[PCR_SELECT_MAX];
766 BYTE pcrSelect[PCR_SELECT_MAX];
    [all...]
Object_spt.c 607 outCreation->t.creationData.pcrSelect = *creationPCR;
    [all...]
tpm_generated.c 926 total_size += BYTE_Marshal(&source->pcrSelect[i], buffer, size);
951 result = BYTE_Unmarshal(&target->pcrSelect[i], buffer, size);
1006 total_size += TPML_PCR_SELECTION_Marshal(&source->pcrSelect, buffer, size);
1020 result = TPML_PCR_SELECTION_Unmarshal(&target->pcrSelect, buffer, size);
    [all...]

Completed in 107 milliseconds