Home
last modified time | relevance | path

Searched refs:KmDevice (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DKeymaster.h46 using KmDevice = km::support::Keymaster; variable
94 KeymasterOperation(KmDevice* d, uint64_t h) in KeymasterOperation()
101 KmDevice* mDevice;
136 std::unique_ptr<KmDevice> mDevice;
DKeymaster.cpp99 auto devices = KmDevice::enumerateAvailableDevices(); in Keymaster()
101 KmDevice::performHmacKeyAgreement(devices); in Keymaster()
232 auto devices = KmDevice::enumerateAvailableDevices(); in earlyBootEnded()