Home | History | Annotate | Download | only in trunks

Lines Matching refs:pcr_select

111         pcrs->pcr_selections[pcrs->count].pcr_select[i] = 0xff;
122 pcrs->pcr_selections[pcrs->count].pcr_select[i] = 0xff;
455 // The |pcr_index| is chosen to match the structure for |pcr_select|.
456 // If you change |pcr_index|, remember to change |pcr_select|.
459 TPML_PCR_SELECTION pcr_select;
460 pcr_select.count = 1;
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;
468 .WillOnce(DoAll(SetArgPointee<2>(pcr_select),
1393 creation_pcrs.pcr_selections[0].pcr_select[creation_pcr / 8]);
1647 TPML_PCR_SELECTION pcr_select;
1648 pcr_select.count = 1;
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);
1656 .WillOnce(DoAll(SetArgPointee<2>(pcr_select),