Searched refs:GetPublicKey (Results 1 – 3 of 3) sorted by relevance
1095 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()1099 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()1106 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()1110 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()1117 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()1121 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()1128 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()1132 EXPECT_TRUE(performer_.GetPublicKey(&public_key)); in TEST_F()1140 EXPECT_FALSE(performer_.GetPublicKey(&public_key)); in TEST_F()
300 bool GetPublicKey(std::string* out_public_key);
1531 bool DeltaPerformer::GetPublicKey(string* out_public_key) { in GetPublicKey() function in chromeos_update_engine::DeltaPerformer1560 if (!GetPublicKey(&public_key)) { in CreatePayloadVerifier()