Searched refs:verity_or (Results 1 – 2 of 2) sorted by relevance
102 auto verity_or = in TEST_P() local104 ASSERT_RESULT_OK(verity_or); in TEST_P()106 const ApexVerityData& data = *verity_or; in TEST_P()127 auto verity_or = apex_file->VerifyApexVerity("wrong-key"); in TEST_P() local128 ASSERT_FALSE(verity_or.ok()); in TEST_P()
804 Result<ApexVerityData> verity_or = apex_file.VerifyApexVerity(*public_key); in VerifyPackageBoot() local805 if (!verity_or.ok()) { in VerifyPackageBoot()806 return verity_or.error(); in VerifyPackageBoot()