Searched refs:TpmIsBeingOwned (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dcryptohome_util.h24 CHROMEOS_EXPORT bool TpmIsBeingOwned();
H A Dcryptohome_util.cc28 bool TpmIsBeingOwned() { function in namespace:chromeos::cryptohome_util
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcryptohome_web_ui_handler.cc38 cryptohome_client->TpmIsBeingOwned(
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h66 MOCK_METHOD1(TpmIsBeingOwned, void(const BoolDBusMethodCallback& callback));
H A Dcryptohome_client.h204 // Calls TpmIsBeingOwned method.
205 virtual void TpmIsBeingOwned(const BoolDBusMethodCallback& callback) = 0;
207 // Calls TpmIsBeingOwned method and returns true when the call succeeds.
H A Dfake_cryptohome_client.h64 virtual void TpmIsBeingOwned(const BoolDBusMethodCallback& callback) OVERRIDE;
H A Dfake_cryptohome_client.cc181 void FakeCryptohomeClient::TpmIsBeingOwned( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc275 virtual void TpmIsBeingOwned(const BoolDBusMethodCallback& callback)
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes.cc192 !cryptohome_util::TpmIsBeingOwned() &&
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc778 if (cryptohome_util::TpmIsEnabled() && !cryptohome_util::TpmIsBeingOwned()) {

Completed in 668 milliseconds