Home
last modified time | relevance | path

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

/system/vold/
DKeymaster.h34 using KmDevice = km::support::Keymaster; variable
82 KeymasterOperation(KmDevice* d, uint64_t h) in KeymasterOperation()
89 KmDevice* mDevice;
118 std::unique_ptr<KmDevice> mDevice;
DKeymaster.cpp99 auto devices = KmDevice::enumerateAvailableDevices(); in Keymaster()
101 KmDevice::performHmacKeyAgreement(devices); in Keymaster()