HomeSort by relevance Sort by last modified time
    Searched refs:pcr_allocation (Results 1 - 4 of 4) sorted by null

  /system/tpm/trunks/
tpm_utility_impl.cc 206 TPML_PCR_SELECTION pcr_allocation; local
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
    [all...]
mock_tpm.h     [all...]
tpm_generated.h     [all...]
tpm_generated.cc     [all...]

Completed in 659 milliseconds