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.h235 DigestMap km1_device_digests_; variable
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp189 map_digests(keymaster1_device, &km1_device_digests_, &supports_all_digests_); in SetHardwareDevice()
219 for (auto& entry : km1_device_digests_) { in Keymaster1DeviceIsGood()
620 auto supported_digests = km1_device_digests_.find(std::make_pair(algorithm, purpose)); in FindUnsupportedDigest()
621 if (supported_digests == km1_device_digests_.end()) in FindUnsupportedDigest()