Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h243 DigestMap km1_device_digests_; variable
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp220 map_digests(keymaster1_device, &km1_device_digests_, &supports_all_digests_); in SetHardwareDevice()
252 for (auto& entry : km1_device_digests_) { in Keymaster1DeviceIsGood()
673 auto supported_digests = km1_device_digests_.find(std::make_pair(algorithm, purpose)); in FindUnsupportedDigest()
674 if (supported_digests == km1_device_digests_.end()) in FindUnsupportedDigest()