• Home
  • Raw
  • Download

Lines Matching refs:pcrData

12884 337       BYTE           *pcrData = GetPcrPointer(hash, pcrHandle);
12886 339 if(pcrData != NULL)
12889 342 MemorySet(pcrData, 0, digest->t.size);
12894 347 pcrData[digest->t.size - 1] = 4;
12944 386 BYTE *pcrData = GetPcrPointer(hash, pcr);
12947 389 if(pcrData != NULL)
12957 399 MemoryCopy(pcrData, pcrSavedData, pcrSize, pcrSize);
12966 408 MemorySet(pcrData, 0xFF, pcrSize);
12969 411 MemorySet(pcrData, 0, pcrSize);
12971 413 pcrData[pcrSize-1] = locality;
13020 450 BYTE *pcrData;
13023 453 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[j].hash, pcr);
13025 455 if(pcrData != NULL)
13037 467 MemoryCopy(pcrSavedData, pcrData, pcrSize, pcrSize);
13183 550 BYTE *pcrData;
13187 554 pcrData = GetPcrPointer(hash, pcr);
13190 557 if(pcrData != NULL)
13194 561 CryptUpdateDigest(&hashState, pcrSize, pcrData);
13196 563 CryptCompleteHash(&hashState, pcrSize, pcrData);
13228 582 BYTE *pcrData; // will point to a digest
13253 607 pcrData = GetPcrPointer(selection->pcrSelections[i].hash, pcr);
13254 608 pAssert(pcrData != NULL);
13255 609 CryptUpdateDigest(&hashState, pcrSize, pcrData); // add to digest
13286 628 BYTE *pcrData; // will point to a digest
13324 666 pcrData = GetPcrPointer(selection->pcrSelections[i].hash, pcr);
13325 667 pAssert(pcrData != NULL);
13328 670 pcrData,
13372 703 BYTE *pcrData;
13375 706 pcrData = GetPcrPointer(hash, pcr);
13376 707 if(pcrData != NULL)
13378 709 MemoryCopy(pcrData, digest->t.buffer, digest->t.size, digest->t.size); ;
13519 821 BYTE *pcrData;
13530 832 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[i].hash, pcr);
13533 835 if(pcrData != NULL)
13539 841 pcrData[digestSize - 1] = initialValue;
13543 845 MemorySet(pcrData, 0, digestSize - 1);
13545 847 MemorySet(pcrData, -1, digestSize - 1);
13573 864 BYTE *pcrData;
13576 867 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[i].hash, pcr);
13578 869 if(pcrData != NULL)
13586 877 MemorySet(pcrData, 0, pcrSize);