Home
last modified time | relevance | path

Searched refs:GetVerifiedBootState (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/include/keymaster/
Dkeymaster_configuration.h73 std::string GetVerifiedBootState();
/system/keymaster/android_keymaster/
Dkeymaster_configuration.cpp170 std::string GetVerifiedBootState() { in GetVerifiedBootState() function
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp231 std::string bootState = ::keymaster::GetVerifiedBootState(); in AndroidKeyMintDevice()