Home | History | Annotate | Download | only in trunks

Lines Matching refs:pcr_selections

197     if (existing_pcrs.pcr_selections[i].hash == TPM_ALG_SHA256) {
200 pcr_banks_to_remove.push_back(existing_pcrs.pcr_selections[i].hash);
209 pcr_allocation.pcr_selections[pcr_allocation.count].hash = TPM_ALG_SHA256;
210 pcr_allocation.pcr_selections[pcr_allocation.count].sizeof_select =
213 pcr_allocation.pcr_selections[pcr_allocation.count].pcr_select[i] = 0xff;
218 pcr_allocation.pcr_selections[pcr_allocation.count].hash = pcr_type;
219 pcr_allocation.pcr_selections[pcr_allocation.count].sizeof_select =
382 pcr_select_in.pcr_selections[0].hash = TPM_ALG_SHA256;
383 pcr_select_in.pcr_selections[0].sizeof_select = PCR_SELECT_MIN;
384 pcr_select_in.pcr_selections[0].pcr_select[pcr_select_index] =
397 pcr_select_out.pcr_selections[0].sizeof_select <
399 pcr_select_out.pcr_selections[0].pcr_select[pcr_select_index] !=
910 creation_pcrs.pcr_selections[0].hash = TPM_ALG_SHA256;
911 creation_pcrs.pcr_selections[0].sizeof_select = PCR_SELECT_MIN;
912 creation_pcrs.pcr_selections[0].pcr_select[creation_pcr_index / 8] =