Searched refs:IsPublicKeyPresent (Results 1 – 8 of 8) sorted by relevance
77 EXPECT_TRUE(util_->IsPublicKeyPresent()); in TEST_F()87 EXPECT_FALSE(util_->IsPublicKeyPresent()); in TEST_F()94 EXPECT_TRUE(util_->IsPublicKeyPresent()); in TEST_F()
29 virtual bool IsPublicKeyPresent() OVERRIDE;
32 virtual bool IsPublicKeyPresent() OVERRIDE;
31 bool MockOwnerKeyUtil::IsPublicKeyPresent() { in IsPublicKeyPresent() function in ownership::MockOwnerKeyUtil
61 bool OwnerKeyUtilImpl::IsPublicKeyPresent() { in IsPublicKeyPresent() function in ownership::OwnerKeyUtilImpl
94 virtual bool IsPublicKeyPresent() = 0;
106 if (!public_key->is_loaded() && util->IsPublicKeyPresent()) { in LoadPublicKey()
63 *present = util.get() && util->IsPublicKeyPresent(); in CheckOwnerFilePresence()