Lines Matching refs:pcr_index
442 int pcr_index = 0;
443 TPM_HANDLE pcr_handle = HR_PCR + pcr_index;
447 utility_.ExtendPCR(pcr_index, "test digest", nullptr));
455 // The |pcr_index| is chosen to match the structure for |pcr_select|.
456 // If you change |pcr_index|, remember to change |pcr_select|.
457 int pcr_index = 1;
471 EXPECT_EQ(TPM_RC_SUCCESS, utility_.ReadPCR(pcr_index, &pcr_value));