Searched refs:VerifyApexVerity (Results 1 – 6 of 6) 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()
97 TEST_P(ApexFileTest, VerifyApexVerity) { in TEST_P() argument103 apex_file->VerifyApexVerity(apex_file->GetBundledPublicKey()); in TEST_P()127 auto verity_or = apex_file->VerifyApexVerity("wrong-key"); in TEST_P()149 ASSERT_FALSE(apex->VerifyApexVerity("ignored").ok()); in TEST()219 auto result = apex->VerifyApexVerity(apex->GetBundledPublicKey()); in TEST()328 auto digest = decompressed_apex->VerifyApexVerity( in TEST()
55 android::base::Result<ApexVerityData> VerifyApexVerity(
356 Result<ApexVerityData> ApexFile::VerifyApexVerity( in VerifyApexVerity() function in android::apex::ApexFile
488 auto verity_data = apex.VerifyApexVerity(*public_key); in MountPackageImpl()804 Result<ApexVerityData> verity_or = apex_file.VerifyApexVerity(*public_key); in VerifyPackageBoot()2743 auto apex_verity = apex.VerifyApexVerity(apex.GetBundledPublicKey()); in ValidateDecompressedApex()3526 auto verity_data = new_apex.VerifyApexVerity(*expected_public_key); in CheckSupportsNonStagedInstall()
136 auto digest = apex.VerifyApexVerity(apex.GetBundledPublicKey()); in GetRootDigest()