Searched refs:IsPublicKeyPresent (Results 1 – 7 of 7) sorted by relevance
78 EXPECT_TRUE(util_->IsPublicKeyPresent()); in TEST_F()88 EXPECT_FALSE(util_->IsPublicKeyPresent()); in TEST_F()95 EXPECT_TRUE(util_->IsPublicKeyPresent()); in TEST_F()
45 virtual bool IsPublicKeyPresent() = 0;66 virtual bool IsPublicKeyPresent() OVERRIDE;
26 virtual bool IsPublicKeyPresent() OVERRIDE;
25 bool MockOwnerKeyUtil::IsPublicKeyPresent() { in IsPublicKeyPresent() function in chromeos::MockOwnerKeyUtil
73 bool OwnerKeyUtilImpl::IsPublicKeyPresent() { in IsPublicKeyPresent() function in chromeos::OwnerKeyUtilImpl
106 if (!public_key.get() && util->IsPublicKeyPresent()) { in LoadOwnerKey()
54 *present = util->IsPublicKeyPresent(); in CheckOwnerFilePresence()