Searched refs:GetPublicKey (Results 1 – 3 of 3) sorted by relevance
1014 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()
274 bool GetPublicKey(std::string* out_public_key);
530 if (!GetPublicKey(&public_key)) { in ParsePayloadMetadata()1608 bool DeltaPerformer::GetPublicKey(string* out_public_key) { in GetPublicKey() function in chromeos_update_engine::DeltaPerformer1788 if (!GetPublicKey(&public_key)) { in VerifyPayload()