Searched refs:pcr_select_in (Results 1 – 1 of 1) sorted by relevance
373 TPML_PCR_SELECTION pcr_select_in; in ReadPCR() local381 pcr_select_in.count = 1; in ReadPCR()382 pcr_select_in.pcr_selections[0].hash = TPM_ALG_SHA256; in ReadPCR()383 pcr_select_in.pcr_selections[0].sizeof_select = PCR_SELECT_MIN; in ReadPCR()384 pcr_select_in.pcr_selections[0].pcr_select[pcr_select_index] = in ReadPCR()387 TPM_RC rc = factory_.GetTpm()->PCR_ReadSync(pcr_select_in, in ReadPCR()