OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcr_select_index
(Results
1 - 3
of
3
) sorted by null
/system/tpm/trunks/
policy_session_impl.cc
122
uint8_t
pcr_select_index
= pcr_index / 8;
local
127
pcr_select.pcr_selections[0].pcr_select[
pcr_select_index
] = pcr_select_byte;
policy_session_test.cc
168
uint8_t
pcr_select_index
= pcr_index / 8;
local
173
EXPECT_EQ(pcr_select.pcr_selections[0].pcr_select[
pcr_select_index
],
tpm_utility_impl.cc
379
uint8_t
pcr_select_index
= pcr_index / 8;
local
384
pcr_select_in.pcr_selections[0].pcr_select[
pcr_select_index
] =
398
(
pcr_select_index
+ 1) ||
399
pcr_select_out.pcr_selections[0].pcr_select[
pcr_select_index
] !=
[
all
...]
Completed in 108 milliseconds