Home
last modified time | relevance | path

Searched refs:GetPublicKey (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc1014 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1018 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1025 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1029 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1036 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1040 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1047 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1051 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()
1059 EXPECT_FALSE(performer_.GetPublicKey(&public_key)); in TEST_F()
Ddelta_performer.h274 bool GetPublicKey(std::string* out_public_key);
Ddelta_performer.cc530 if (!GetPublicKey(&public_key)) { in ParsePayloadMetadata()
1608 bool DeltaPerformer::GetPublicKey(string* out_public_key) { in GetPublicKey() function in chromeos_update_engine::DeltaPerformer
1788 if (!GetPublicKey(&public_key)) { in VerifyPayload()