Home
last modified time | relevance | path

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

/system/keymaster/ng/include/
DAndroidKeyMintDevice.h100 std::shared_ptr<IKeyMintDevice> CreateKeyMintDevice(SecurityLevel securityLevel);
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp510 std::shared_ptr<IKeyMintDevice> CreateKeyMintDevice(SecurityLevel securityLevel) { in CreateKeyMintDevice() function
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp40 using ::aidl::android::hardware::security::keymint::CreateKeyMintDevice;
1495 softKeyMintDevice_ = CreateKeyMintDevice(KeyMintSecurityLevel::SOFTWARE); in KeyMintDevice()
1523 swDevice = CreateKeyMintDevice(KeyMintSecurityLevel::SOFTWARE); in getSoftwareKeymintDevice()