OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openssl_open
(Results
1 - 3
of
3
) sorted by null
/system/security/softkeymaster/include/keymaster/
softkeymaster.h
41
int
openssl_open
(const hw_module_t* module, const char* name, hw_device_t** device);
/system/security/softkeymaster/
keymaster_openssl.cpp
741
__attribute__((visibility("default"))) int
openssl_open
(const hw_module_t* module, const char* name,
function
775
.open =
openssl_open
,
/system/keymaster/
android_keymaster_test.cpp
132
EXPECT_EQ(0,
openssl_open
(&softkeymaster_module.common, KEYSTORE_KEYMASTER,
[
all
...]
Completed in 68 milliseconds