Lines Matching refs:pcrSize
12945 387 UINT16 pcrSize = CryptGetHashDigestSize(hash);
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;
13021 451 UINT32 pcrSize;
13027 457 pcrSize
13037 467 MemoryCopy(pcrSavedData, pcrData, pcrSize, pcrSize);
13185 552 UINT16 pcrSize;
13192 559 pcrSize = CryptGetHashDigestSize(hash);
13194 561 CryptUpdateDigest(&hashState, pcrSize, pcrData);
13196 563 CryptCompleteHash(&hashState, pcrSize, pcrData);
13229 583 UINT32 pcrSize;
13245 599 pcrSize = CryptGetHashDigestSize(selection->pcrSelections[i].hash);
13255 609 CryptUpdateDigest(&hashState, pcrSize, pcrData); // add to digest
13574 865 UINT32 pcrSize;
13580 871 pcrSize =
13586 877 MemorySet(pcrData, 0, pcrSize);