Home
last modified time | relevance | path

Searched refs:openssl_open (Results 1 – 3 of 3) sorted by relevance

/system/security/softkeymaster/include/keymaster/
Dsoftkeymaster.h41 int openssl_open(const hw_module_t* module, const char* name, hw_device_t** device);
/system/security/softkeymaster/
Dkeymaster_openssl.cpp735 __attribute__((visibility("default"))) int openssl_open(const hw_module_t* module, const char* name, in openssl_open() function
769 .open = openssl_open,
/system/keymaster/
Dandroid_keymaster_test.cpp135 EXPECT_EQ(0, openssl_open(&softkeymaster_module.common, KEYSTORE_KEYMASTER, in CreateDevice()