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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
Tpm12NvStorage.c 101 SendBuffer.PubInfo.pcrInfoRead.pcrSelection.pcrSelect[0] = PubInfo->pcrInfoRead.pcrSelection.pcrSelect[0];
102 SendBuffer.PubInfo.pcrInfoRead.pcrSelection.pcrSelect[1] = PubInfo->pcrInfoRead.pcrSelection.pcrSelect[1];
103 SendBuffer.PubInfo.pcrInfoRead.pcrSelection.pcrSelect[2] = PubInfo->pcrInfoRead.pcrSelection.pcrSelect[2];
107 SendBuffer.PubInfo.pcrInfoWrite.pcrSelection.pcrSelect[0] = PubInfo->pcrInfoWrite.pcrSelection.pcrSelect[0];
108 SendBuffer.PubInfo.pcrInfoWrite.pcrSelection.pcrSelect[1] = PubInfo->pcrInfoWrite.pcrSelection.pcrSelect[1];
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c 151 PcrAllocation.pcrSelections[PcrAllocation.count].pcrSelect[0] = 0xFF;
152 PcrAllocation.pcrSelections[PcrAllocation.count].pcrSelect[1] = 0xFF;
153 PcrAllocation.pcrSelections[PcrAllocation.count].pcrSelect[2] = 0xFF;
155 PcrAllocation.pcrSelections[PcrAllocation.count].pcrSelect[0] = 0x00;
156 PcrAllocation.pcrSelections[PcrAllocation.count].pcrSelect[1] = 0x00;
157 PcrAllocation.pcrSelections[PcrAllocation.count].pcrSelect[2] = 0x00;
165 PcrAllocation.pcrSelections[PcrAllocation.count].pcrSelect[0] = 0xFF;
166 PcrAllocation.pcrSelections[PcrAllocation.count].pcrSelect[1] = 0xFF;
167 PcrAllocation.pcrSelections[PcrAllocation.count].pcrSelect[2] = 0xFF;
169 PcrAllocation.pcrSelections[PcrAllocation.count].pcrSelect[0] = 0x00;
    [all...]
  /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 609 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...]
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm12CommandLib.h 62 UINT8 pcrSelect[3];
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Integrity.c 303 This command returns the values of all PCR specified in pcrSelect.
308 @param[out] PcrValues The contents of the PCR indicated in pcrSelect.
341 CopyMem (&SendBuffer.PcrSelectionIn.pcrSelections[Index].pcrSelect, &PcrSelectionIn->pcrSelections[Index].pcrSelect, SendBuffer.PcrSelectionIn.pcrSelections[Index].sizeofSelect);
393 CopyMem (&PcrSelectionOut->pcrSelections[Index].pcrSelect, &RecvBuffer.PcrSelectionOut.pcrSelections[Index].pcrSelect, PcrSelectionOut->pcrSelections[Index].sizeofSelect);
474 CopyMem (Buffer, PcrAllocation->pcrSelections[Index].pcrSelect, PcrAllocation->pcrSelections[Index].sizeofSelect);
Tpm2Capability.c 482 CopyMem (Pcrs->pcrSelections[Index].pcrSelect, TpmCap.data.assignedPCR.pcrSelections[Index].pcrSelect, Pcrs->pcrSelections[Index].sizeofSelect);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
Tcg2Pei.c 386 if (!IsZeroBuffer (Pcrs.pcrSelections[Index].pcrSelect, Pcrs.pcrSelections[Index].sizeofSelect)) {
391 if (!IsZeroBuffer (Pcrs.pcrSelections[Index].pcrSelect, Pcrs.pcrSelections[Index].sizeofSelect)) {
396 if (!IsZeroBuffer (Pcrs.pcrSelections[Index].pcrSelect, Pcrs.pcrSelections[Index].sizeofSelect)) {
401 if (!IsZeroBuffer (Pcrs.pcrSelections[Index].pcrSelect, Pcrs.pcrSelections[Index].sizeofSelect)) {
406 if (!IsZeroBuffer (Pcrs.pcrSelections[Index].pcrSelect, Pcrs.pcrSelections[Index].sizeofSelect)) {
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]
Tpm12.h     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigImpl.c 575 if (!IsZeroBuffer (Pcrs.pcrSelections[Index].pcrSelect, Pcrs.pcrSelections[Index].sizeofSelect)) {
  /system/tpm/tpm_manager/server/
tpm_nvram_impl.cc 439 (info.pcrInfoWrite.pcrSelection.pcrSelect[0] & 1) != 0) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h     [all...]

Completed in 2828 milliseconds