Lines Matching refs:pcrSelections
12623 154 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].hash
12626 157 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].sizeofSelect
12629 160 gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].pcrSelect[i]
12719 223 if(gp.pcrAllocated.pcrSelections[i].hash == hashAlg)
12721 225 if(((gp.pcrAllocated.pcrSelections[i].pcrSelect[pcr/8])
12845 309 if(gp.pcrAllocated.pcrSelections[i].hash == selection->hash)
12847 311 allocated = &gp.pcrAllocated.pcrSelections[i];
12943 385 TPMI_ALG_HASH hash = gp.pcrAllocated.pcrSelections[j].hash;
12955 397 gp.pcrAllocated.pcrSelections[j].hash,
13023 453 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[j].hash, pcr);
13028 458 = CryptGetHashDigestSize(gp.pcrAllocated.pcrSelections[j].hash);
13035 465 = GetSavedPcrPointer(gp.pcrAllocated.pcrSelections[j].hash,
13241 595 select = &selection->pcrSelections[i]; // Point to the current selection
13245 599 pcrSize = CryptGetHashDigestSize(selection->pcrSelections[i].hash);
13253 607 pcrData = GetPcrPointer(selection->pcrSelections[i].hash, pcr);
13296 638 select = &selection->pcrSelections[i]; // Point to the current selection
13321 663 CryptGetHashDigestSize(selection->pcrSelections[i].hash);
13324 666 pcrData = GetPcrPointer(selection->pcrSelections[i].hash, pcr);
13340 682 MemorySet(selection->pcrSelections[i].pcrSelect, 0,
13341 683 selection->pcrSelections[i].sizeofSelect);
13431 745 if(newAllocate.pcrSelections[j].hash ==
13432 746 allocate->pcrSelections[i].hash)
13434 748 newAllocate.pcrSelections[j] = allocate->pcrSelections[i];
13452 766 = CryptGetHashDigestSize(newAllocate.pcrSelections[i].hash);
13456 770 pcrDrtm = pcrDrtm || TEST_BIT(PCR_DRTM, newAllocate.pcrSelections[i]);
13464 778 pcrHcrtm = pcrDrtm || TEST_BIT(PCR_HCRTM, newAllocate.pcrSelections[i]);
13468 782 for(j = 0; j < newAllocate.pcrSelections[i].sizeofSelect; j++)
13473 787 if((newAllocate.pcrSelections[i].pcrSelect[j] & mask) != 0)
13530 832 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[i].hash, pcr);
13576 867 pcrData = GetPcrPointer(gp.pcrAllocated.pcrSelections[i].hash, pcr);
13581 872 CryptGetHashDigestSize(gp.pcrAllocated.pcrSelections[i].hash);