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

  /external/tpm2/
PCR.c 219 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].hash
221 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].sizeofSelect
224 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].pcrSelect[i]
304 if(gp.pcrAllocated.pcrSelections[i].hash == hashAlg)
306 if(((gp.pcrAllocated.pcrSelections[i].pcrSelect[pcr/8])
414 if(gp.pcrAllocated.pcrSelections[i].hash == selection->hash)
416 allocated = &gp.pcrAllocated.pcrSelections[i];
493 TPMI_ALG_HASH hash = gp.pcrAllocated.pcrSelections[j].hash;
504 gp.pcrAllocated.pcrSelections[j].hash,
561 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[j].hash, pcr)
    [all...]
tpm_types.h 817 TPMS_PCR_SELECTION pcrSelections[HASH_COUNT];
    [all...]
tpm_generated.c 975 TPMS_PCR_SELECTION_Marshal(&source->pcrSelections[i], buffer, size);
994 TPMS_PCR_SELECTION_Unmarshal(&target->pcrSelections[i], buffer, size);
    [all...]

Completed in 113 milliseconds