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

  /system/tpm/trunks/
policy_session_impl.cc 121 pcr_select.pcr_selections[0].hash = TPM_ALG_SHA256;
122 pcr_select.pcr_selections[0].sizeof_select = PCR_SELECT_MIN;
123 pcr_select.pcr_selections[0].pcr_select[pcr_select_index] = pcr_select_byte;
policy_session_test.cc 168 EXPECT_EQ(pcr_select.pcr_selections[0].hash, TPM_ALG_SHA256);
169 EXPECT_EQ(pcr_select.pcr_selections[0].sizeof_select, PCR_SELECT_MIN);
170 EXPECT_EQ(pcr_select.pcr_selections[0].pcr_select[pcr_select_index],
tpm_generated_test.cc 45 data.creation_data.pcr_select.pcr_selections[0].hash = TPM_ALG_SHA256;
46 data.creation_data.pcr_select.pcr_selections[0].sizeof_select = 1;
47 data.creation_data.pcr_select.pcr_selections[0].pcr_select[0] = 0;
tpm_utility_impl.cc 200 if (existing_pcrs.pcr_selections[i].hash == TPM_ALG_SHA256) {
203 pcr_banks_to_remove.push_back(existing_pcrs.pcr_selections[i].hash);
212 pcr_allocation.pcr_selections[pcr_allocation.count].hash = TPM_ALG_SHA256;
213 pcr_allocation.pcr_selections[pcr_allocation.count].sizeof_select =
216 pcr_allocation.pcr_selections[pcr_allocation.count].pcr_select[i] = 0xff;
221 pcr_allocation.pcr_selections[pcr_allocation.count].hash = pcr_type;
222 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]
    [all...]
tpm_utility_test.cc 106 pcrs->pcr_selections[pcrs->count].hash = TPM_ALG_SHA256;
107 pcrs->pcr_selections[pcrs->count].sizeof_select = PCR_SELECT_MIN;
109 pcrs->pcr_selections[pcrs->count].pcr_select[i] = 0xff;
114 pcrs->pcr_selections[pcrs->count].hash = TPM_ALG_SHA1;
116 pcrs->pcr_selections[pcrs->count].sizeof_select = PCR_SELECT_MAX;
118 pcrs->pcr_selections[pcrs->count].sizeof_select = PCR_SELECT_MIN;
120 pcrs->pcr_selections[pcrs->count].pcr_select[i] = 0xff;
442 pcr_select.pcr_selections[0].hash = TPM_ALG_SHA256;
443 pcr_select.pcr_selections[0].sizeof_select = 1;
444 pcr_select.pcr_selections[0].pcr_select[0] = 2
    [all...]
tpm_generated.h 1130 TPMS_PCR_SELECTION pcr_selections[HASH_COUNT]; member in struct:trunks::TPML_PCR_SELECTION
    [all...]
tpm_generated.cc     [all...]

Completed in 75 milliseconds