Searched refs:GetRSAPublicKey (Results 1 – 5 of 5) sorted by relevance
55 MOCK_METHOD2(GetRSAPublicKey, bool(const std::string&, std::string*));
70 virtual bool GetRSAPublicKey(const std::string& public_key_info,
52 bool GetRSAPublicKey(const std::string& public_key_info,
173 EXPECT_TRUE(crypto_utility_->GetRSAPublicKey(output, &public_key2)); in TEST_F()
187 bool CryptoUtilityImpl::GetRSAPublicKey(const std::string& public_key_info, in GetRSAPublicKey() function in attestation::CryptoUtilityImpl