Home
last modified time | relevance | path

Searched refs:softkeymaster_module (Results 1 – 4 of 4) sorted by relevance

/system/security/softkeymaster/
Dmodule.cpp24 = softkeymaster_module;
Dkeymaster_openssl.cpp778 struct keystore_module softkeymaster_module __attribute__((visibility("default"))) = { variable
/system/security/softkeymaster/include/keymaster/
Dsoftkeymaster.h43 extern struct keystore_module softkeymaster_module;
/system/keymaster/
Dandroid_keymaster_test.cpp132 EXPECT_EQ(0, openssl_open(&softkeymaster_module.common, KEYSTORE_KEYMASTER, in CreateDevice()