Home
last modified time | relevance | path

Searched defs:trusted_digests (Results 1 – 1 of 1) sorted by relevance

/system/security/ondevice-signing/
Dodsign_main.cpp206 const std::map<std::string, std::string>& trusted_digests) { in verifyDigests()
225 Result<void> verifyIntegrityFsVerity(const std::map<std::string, std::string>& trusted_digests) { in verifyIntegrityFsVerity()
235 Result<void> verifyIntegrityNoFsVerity(const std::map<std::string, std::string>& trusted_digests) { in verifyIntegrityNoFsVerity()
280 std::map<std::string, std::string> trusted_digests; in getTrustedDigests() local
326 Result<void> verifyArtifactsIntegrity(const std::map<std::string, std::string>& trusted_digests, in verifyArtifactsIntegrity()
553 auto trusted_digests = getTrustedDigests(*key); in main() local