OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEYMASTER_SUPPORTS_EC
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/include/hardware/
keymaster_common.h
109
KEYMASTER_SUPPORTS_EC
= 1 << 3,
/system/keymaster/legacy_support/
keymaster0_engine.cpp
59
if ((keymaster0_device_->flags &
KEYMASTER_SUPPORTS_EC
) != 0) {
/system/keymaster/contexts/
soft_keymaster_device.cpp
170
KEYMASTER_SUPPORTS_EC
);
180
KEYMASTER_SUPPORTS_EC
);
[
all
...]
/device/generic/goldfish/keymaster/trusty/
trusty_keymaster_device.cpp
98
device_.flags =
KEYMASTER_SUPPORTS_EC
| KEYMASTER_BLOBS_ARE_STANDALONE ;
/system/core/trusty/keymaster/
trusty_keymaster_device.cpp
98
device_.flags =
KEYMASTER_SUPPORTS_EC
;
Completed in 71 milliseconds