Home
last modified time | relevance | path

Searched refs:Keymaster4 (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A DKeymaster4.h28 class Keymaster4 : public Keymaster {
34 Keymaster4(sp<V4_0::IKeymasterDevice> km4_0_dev, const hidl_string& instanceName) in Keymaster4() function
41 const_cast<Keymaster4*>(this)->getVersionIfNeeded(); in halVersion()
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A DKeymaster4.cpp23 void Keymaster4::getVersionIfNeeded() { in getVersionIfNeeded()
H A DAndroid.bp38 "Keymaster4.cpp",
H A DKeymaster.cpp127 auto km4s = enumerateDevices<Keymaster4>(serviceManager); in enumerateAvailableDevices()
/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp1288 using keymasterNs::support::Keymaster4;
1341 auto result = enumerateKeymasterDevices<Keymaster4>(serviceManager.get()); in initializeKeymasters()