Home | History | Annotate | Download | only in trunks

Lines Matching refs:owner_password

52   puts("  --owner_password - used to provide an owner password");
54 puts(" owner_password is supplied, it runs tests that");
91 int TakeOwnership(const std::string& owner_password,
94 rc = factory.GetTpmUtility()->TakeOwnership(owner_password, owner_password,
95 owner_password);
193 return TakeOwnership(cl->GetSwitchValueASCII("owner_password"), factory);
246 if (cl->HasSwitch("owner_password")) {
247 std::string owner_password = cl->GetSwitchValueASCII("owner_password");
249 if (!test.NvramTest(owner_password)) {