Searched refs:openssl_open (Results 1 – 3 of 3) sorted by relevance
41 int openssl_open(const hw_module_t* module, const char* name, hw_device_t** device);
735 __attribute__((visibility("default"))) int openssl_open(const hw_module_t* module, const char* name, in openssl_open() function769 .open = openssl_open,
135 EXPECT_EQ(0, openssl_open(&softkeymaster_module.common, KEYSTORE_KEYMASTER, in CreateDevice()