Searched refs:GetBundledPublicKey (Results 1 – 8 of 8) sorted by relevance
/system/apex/apexd/ |
D | apex_file_test.cpp | 121 apex_file->VerifyApexVerity(apex_file->GetBundledPublicKey()); in TEST_P() 149 TEST_P(ApexFileTest, GetBundledPublicKey) { in TEST_P() argument 160 EXPECT_EQ(key_content, apex_file->GetBundledPublicKey()); in TEST_P() 229 EXPECT_EQ(key_content, apex_file->GetBundledPublicKey()); in TEST() 237 auto result = apex->VerifyApexVerity(apex->GetBundledPublicKey()); in TEST() 268 ASSERT_EQ(apex_file->GetBundledPublicKey(), in TEST() 269 decompressed_apex_file->GetBundledPublicKey()); in TEST() 275 decompressed_apex_file->GetBundledPublicKey()); in TEST() 352 decompressed_apex->GetBundledPublicKey()); in TEST()
|
D | apexd_verity_test.cpp | 53 auto verity_data = apex->VerifyApexVerity(apex->GetBundledPublicKey()); in TEST() 85 auto verity_data = apex->VerifyApexVerity(apex->GetBundledPublicKey()); in TEST() 100 auto verity_data2 = apex2->VerifyApexVerity(apex2->GetBundledPublicKey()); in TEST()
|
D | apex_file_repository.cpp | 106 keys.insert(apex_file->GetBundledPublicKey()); in ScanBuiltInDir() 155 } else if (it->second.GetBundledPublicKey() != in ScanBuiltInDir() 156 apex_file->GetBundledPublicKey()) { in ScanBuiltInDir() 258 apex_config.public_key() != apex_file->GetBundledPublicKey()) { in AddBlockApex() 354 apex_file->GetBundledPublicKey() != *pre_installed_public_key) { in AddDataApex() 398 return it->second.GetBundledPublicKey(); in GetPublicKey() 402 return it->second.GetBundledPublicKey(); in GetPublicKey()
|
D | apex_file.h | 56 const std::string& GetBundledPublicKey() const { return apex_pubkey_; } in GetBundledPublicKey() function
|
D | apexd_test_utils.h | 115 Property("public_key", &ApexFile::GetBundledPublicKey, 116 Eq(other.get().GetBundledPublicKey())),
|
D | apex_file_repository_test.cpp | 99 ASSERT_EQ(apex->GetBundledPublicKey(), *ret); in TEST() 294 ASSERT_NE(*public_key, apex->GetBundledPublicKey()); in TEST() 329 ASSERT_NE(*public_key, apex->GetBundledPublicKey()); in TEST()
|
D | apexd.cpp | 2943 if (capex.GetBundledPublicKey() != apex.GetBundledPublicKey()) { in ValidateDecompressedApex() 2955 auto apex_verity = apex.VerifyApexVerity(apex.GetBundledPublicKey()); in ValidateDecompressedApex()
|
D | apexd_test.cpp | 188 auto digest = apex.VerifyApexVerity(apex.GetBundledPublicKey()); in GetRootDigest()
|