OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcr_selections
(Results
1 - 7
of
7
) sorted by null
/system/tpm/trunks/
policy_session_impl.cc
125
pcr_select.
pcr_selections
[0].hash = TPM_ALG_SHA256;
126
pcr_select.
pcr_selections
[0].sizeof_select = PCR_SELECT_MIN;
127
pcr_select.
pcr_selections
[0].pcr_select[pcr_select_index] = pcr_select_byte;
policy_session_test.cc
171
EXPECT_EQ(pcr_select.
pcr_selections
[0].hash, TPM_ALG_SHA256);
172
EXPECT_EQ(pcr_select.
pcr_selections
[0].sizeof_select, PCR_SELECT_MIN);
173
EXPECT_EQ(pcr_select.
pcr_selections
[0].pcr_select[pcr_select_index],
tpm_utility_impl.cc
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]
[
all
...]
tpm_utility_test.cc
108
pcrs->
pcr_selections
[pcrs->count].hash = TPM_ALG_SHA256;
109
pcrs->
pcr_selections
[pcrs->count].sizeof_select = PCR_SELECT_MIN;
111
pcrs->
pcr_selections
[pcrs->count].pcr_select[i] = 0xff;
116
pcrs->
pcr_selections
[pcrs->count].hash = TPM_ALG_SHA1;
118
pcrs->
pcr_selections
[pcrs->count].sizeof_select = PCR_SELECT_MAX;
120
pcrs->
pcr_selections
[pcrs->count].sizeof_select = PCR_SELECT_MIN;
122
pcrs->
pcr_selections
[pcrs->count].pcr_select[i] = 0xff;
461
pcr_select.
pcr_selections
[0].hash = TPM_ALG_SHA256;
462
pcr_select.
pcr_selections
[0].sizeof_select = 1;
463
pcr_select.
pcr_selections
[0].pcr_select[0] = 2
[
all
...]
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_generated.cc
[
all
...]
tpm_generated.h
1097
TPMS_PCR_SELECTION
pcr_selections
[HASH_COUNT];
member in struct:trunks::TPML_PCR_SELECTION
[
all
...]
Completed in 557 milliseconds