Searched refs:GetBundledPublicKey (Results 1 – 8 of 8) sorted by relevance
51 auto verity_data = apex->VerifyApexVerity(apex->GetBundledPublicKey()); in TEST()83 auto verity_data = apex->VerifyApexVerity(apex->GetBundledPublicKey()); in TEST()98 auto verity_data2 = apex2->VerifyApexVerity(apex2->GetBundledPublicKey()); in TEST()
103 apex_file->VerifyApexVerity(apex_file->GetBundledPublicKey()); in TEST_P()131 TEST_P(ApexFileTest, GetBundledPublicKey) { in TEST_P() argument142 EXPECT_EQ(key_content, apex_file->GetBundledPublicKey()); in TEST_P()211 EXPECT_EQ(key_content, apex_file->GetBundledPublicKey()); in TEST()219 auto result = apex->VerifyApexVerity(apex->GetBundledPublicKey()); in TEST()329 decompressed_apex->GetBundledPublicKey()); in TEST()
81 } else if (it->second.GetBundledPublicKey() != in ScanBuiltInDir()82 apex_file->GetBundledPublicKey()) { in ScanBuiltInDir()137 apex_file->GetBundledPublicKey() != *pre_installed_public_key) { in AddDataApex()177 return it->second.GetBundledPublicKey(); in GetPublicKey()
53 const std::string& GetBundledPublicKey() const { return apex_pubkey_; } in GetBundledPublicKey() function
118 Property("public_key", &ApexFile::GetBundledPublicKey,119 Eq(other.get().GetBundledPublicKey())),
95 ASSERT_EQ(apex->GetBundledPublicKey(), *ret); in TEST()206 ASSERT_NE(*public_key, apex->GetBundledPublicKey()); in TEST()241 ASSERT_NE(*public_key, apex->GetBundledPublicKey()); in TEST()
2731 if (capex.GetBundledPublicKey() != apex.GetBundledPublicKey()) { in ValidateDecompressedApex()2743 auto apex_verity = apex.VerifyApexVerity(apex.GetBundledPublicKey()); in ValidateDecompressedApex()
136 auto digest = apex.VerifyApexVerity(apex.GetBundledPublicKey()); in GetRootDigest()