Lines Matching refs:pcr_selections
108 pcrs->pcr_selections[pcrs->count].hash = TPM_ALG_SHA256;
109 pcrs->pcr_selections[pcrs->count].sizeof_select = PCR_SELECT_MIN;
111 pcrs->pcr_selections[pcrs->count].pcr_select[i] = 0xff;
116 pcrs->pcr_selections[pcrs->count].hash = TPM_ALG_SHA1;
118 pcrs->pcr_selections[pcrs->count].sizeof_select = PCR_SELECT_MAX;
120 pcrs->pcr_selections[pcrs->count].sizeof_select = PCR_SELECT_MIN;
122 pcrs->pcr_selections[pcrs->count].pcr_select[i] = 0xff;
461 pcr_select.pcr_selections[0].hash = TPM_ALG_SHA256;
462 pcr_select.pcr_selections[0].sizeof_select = 1;
463 pcr_select.pcr_selections[0].pcr_select[0] = 2;
1390 EXPECT_EQ(TPM_ALG_SHA256, creation_pcrs.pcr_selections[0].hash);
1391 EXPECT_EQ(PCR_SELECT_MIN, creation_pcrs.pcr_selections[0].sizeof_select);
1393 creation_pcrs.pcr_selections[0].pcr_select[creation_pcr / 8]);
1649 pcr_select.pcr_selections[0].hash = TPM_ALG_SHA256;
1650 pcr_select.pcr_selections[0].sizeof_select = 1;
1651 pcr_select.pcr_selections[0].pcr_select[index / 8] = 1 << (index % 8);