Home
last modified time | relevance | path

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

/aosp12/system/keymaster/ng/include/
H A DAndroidKeyMintDevice.h91 IKeyMintDevice* CreateKeyMintDevice(SecurityLevel securityLevel);
/aosp12/system/keymaster/ng/
H A DAndroidKeyMintDevice.cpp468 IKeyMintDevice* CreateKeyMintDevice(SecurityLevel securityLevel) { in CreateKeyMintDevice() function
/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp40 using ::aidl::android::hardware::security::keymint::CreateKeyMintDevice;
1371 softKeyMintDevice_.reset(CreateKeyMintDevice(KeyMintSecurityLevel::SOFTWARE)); in KeyMintDevice()