OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcr_select_in
(Results
1 - 1
of
1
) sorted by null
/system/tpm/trunks/
tpm_utility_impl.cc
373
TPML_PCR_SELECTION
pcr_select_in
;
local
381
pcr_select_in
.count = 1;
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] =
387
TPM_RC rc = factory_.GetTpm()->PCR_ReadSync(
pcr_select_in
,
[
all
...]
Completed in 2828 milliseconds