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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c 149 PcrAllocation.pcrSelections[PcrAllocation.count].sizeofSelect = PCR_SELECT_MAX;
163 PcrAllocation.pcrSelections[PcrAllocation.count].sizeofSelect = PCR_SELECT_MAX;
177 PcrAllocation.pcrSelections[PcrAllocation.count].sizeofSelect = PCR_SELECT_MAX;
191 PcrAllocation.pcrSelections[PcrAllocation.count].sizeofSelect = PCR_SELECT_MAX;
205 PcrAllocation.pcrSelections[PcrAllocation.count].sizeofSelect = PCR_SELECT_MAX;
    [all...]
  /external/tpm2/
PCR.c 222 = PCR_SELECT_MAX;
223 for(i = 0; i < PCR_SELECT_MAX; i++)
408 // If size of select is less than PCR_SELECT_MAX, zero the unspecified PCR
409 for(i = selection->sizeofSelect; i < PCR_SELECT_MAX; i++)
    [all...]
tpm_types.h 710 BYTE pcrSelect[PCR_SELECT_MAX];
717 BYTE pcrSelect[PCR_SELECT_MAX];
766 BYTE pcrSelect[PCR_SELECT_MAX];
    [all...]
Implementation.h 251 #define PCR_SELECT_MAX ((IMPLEMENTATION_PCR+7)/8)
    [all...]
tpm_generated.c 944 if (target->sizeofSelect > PCR_SELECT_MAX) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 99 #define PCR_SELECT_MAX ((IMPLEMENTATION_PCR + 7) / 8)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 257 #if !defined(PCR_SELECT_MAX)
258 #define PCR_SELECT_MAX ((IMPLEMENTATION_PCR + 7) / 8)
    [all...]
tpm_utility_impl.cc 223 PCR_SELECT_MAX;
    [all...]
tpm_utility_test.cc 116 pcrs->pcr_selections[pcrs->count].sizeof_select = PCR_SELECT_MAX;
    [all...]

Completed in 253 milliseconds