Home
last modified time | relevance | path

Searched refs:existing_pcrs (Results 1 – 1 of 1) sorted by relevance

/system/tpm/trunks/
Dtpm_utility_impl.cc193 TPML_PCR_SELECTION& existing_pcrs = capability_data.data.assigned_pcr; in AllocatePCR() local
196 for (uint32_t i = 0; i < existing_pcrs.count; ++i) { in AllocatePCR()
197 if (existing_pcrs.pcr_selections[i].hash == TPM_ALG_SHA256) { in AllocatePCR()
200 pcr_banks_to_remove.push_back(existing_pcrs.pcr_selections[i].hash); in AllocatePCR()