Home | History | Annotate | Download | only in trunks

Lines Matching refs:pcr_allocation

206   TPML_PCR_SELECTION pcr_allocation;
207 memset(&pcr_allocation, 0, sizeof(pcr_allocation));
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;
215 ++pcr_allocation.count;
218 pcr_allocation.pcr_selections[pcr_allocation.count].hash = pcr_type;
219 pcr_allocation.pcr_selections[pcr_allocation.count].sizeof_select =
221 ++pcr_allocation.count;
231 pcr_allocation,