Searched refs:getApexKey (Results 1 – 3 of 3) sorted by relevance
29 android::base::Result<const std::string> getApexKey(const std::string& name);
115 Result<const std::string> getApexKey(const std::string& name) { in getApexKey() function
232 Result<const std::string> public_key = getApexKey(*key_name); in verifyVbMetaSignature()