OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEYSTORE_KEYMASTER
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware/include/hardware/
keymaster0.h
136
int rc = module->methods->open(module,
KEYSTORE_KEYMASTER
,
keymaster_common.h
33
#define
KEYSTORE_KEYMASTER
"keymaster"
keymaster2.h
423
return module->methods->open(module,
KEYSTORE_KEYMASTER
, (struct hw_device_t**)device);
keymaster1.h
539
return module->methods->open(module,
KEYSTORE_KEYMASTER
, (struct hw_device_t**)device);
/system/security/softkeymaster/
keymaster_openssl.cpp
743
if (strcmp(name,
KEYSTORE_KEYMASTER
) != 0)
/hardware/qcom/keymaster/
keymaster_qcom.cpp
738
if (strcmp(name,
KEYSTORE_KEYMASTER
) != 0)
/system/keymaster/
android_keymaster_test.cpp
132
EXPECT_EQ(0, openssl_open(&softkeymaster_module.common,
KEYSTORE_KEYMASTER
,
[
all
...]
Completed in 257 milliseconds