Searched defs:trusted_digests (Results 1 – 1 of 1) sorted by relevance
206 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() local326 Result<void> verifyArtifactsIntegrity(const std::map<std::string, std::string>& trusted_digests, in verifyArtifactsIntegrity()553 auto trusted_digests = getTrustedDigests(*key); in main() local